How To: Checkout the Project and Make

From Reconfigurable Computing Wiki
Revision as of 20:55, 12 June 2012 by Cnel711 (talk | contribs)
Jump to navigation Jump to search

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