Scripts are provided to re-create projects and generate outputs in each step. To use these scripts, run the following steps
To build the hardware design, run the following commands:
# cd to the step directory, e.g.
cd ref_files/step1_hw
make all
To clean the generated files, run the following commands:
make clean
A top level all in one build script is also provided. To build everything (step 1 to step 4) with one command, go to ref_files directory and run:
make all
To clean all the generated files, run the following commands:
make clean