How To: Checkout the Project and Make: Difference between revisions

From Reconfigurable Computing Wiki
Jump to navigation Jump to search
Cnel711 (talk | contribs)
New page: == Checkout the Project == The project is hosted at [https://source.ece.iastate.edu https://source.ece.iastate.edu]. To checkout the project from the command line: cd ~ <nowiki>svn co...
 
Cnel711 (talk | contribs)
No edit summary
Line 1: Line 1:
== Checkout the Project ==
== Checkout the Project ==


The project is hosted at [https://source.ece.iastate.edu https://source.ece.iastate.edu].
The project is hosted at [https://source.ece.iastate.edu https://source.ece.iastate.edu].  Ask Mike, Chad, or Dr. Zambreno for access.


To checkout the project from the command line:
To checkout the project from the command line:

Revision as of 20:55, 12 June 2012

Checkout the Project

The project is hosted at https://source.ece.iastate.edu. Ask Mike, Chad, or Dr. Zambreno for access.

To checkout the project from the command line:

cd ~
svn co https://source.ece.iastate.edu/svn/gpgpusimspawn gpgpusim

Once checked out, you'll notice a few key files:

  • ./gpuHardware.sh
  • ./gpuSim.sh
  • ./sim/Makefile.compiler
  • ./sim/Makefile

Make the Project

First, you'll need to run a script to setup the appropriate environment variables:

cd ~/gpgpusim/
source gpuSim.sh

Next, run the ./sim/Makefile.compiler makefile:

cd ./sim
make -f Makefile.compiler clean
make -f Makefile.compiler

Finally, make the project:

make clean
make