StanfordAHA / CGRAFlow

Integration test for entire CGRA flow
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Move genesis2 installation from `CGRAGenerator/bin/generate.csh` to setup.sh #38

Closed leonardt closed 6 years ago

leonardt commented 6 years ago

Ideally we have all setup logic outside of the makefile, currently the call to generate.csh will result in a git clone for genesis2 if it's not present.

steveri commented 6 years ago

Sure no problem, I will create a 'genesis2' branch and pull request...

steveri commented 6 years ago

Hmmm, tricky, since you have an open pull request; maybe I will wait for that to close before I do this. And/or if you want to include it in the pull request, it's just a simple matter of adding this to install.sh:

git clone https://github.com/StanfordVLSI/Genesis2.git/tmp/Genesis2

As you probably know, this then short-circuits the later git clone...

steveri commented 6 years ago

Okay I made the change, it's building now...after it passes I will close out this issue...

steveri commented 6 years ago

Looks like it passed! I'm going to close us out.

https://travis-ci.org/StanfordAHA/CGRAFlow/builds/318777191