Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 510 Bytes

File metadata and controls

18 lines (15 loc) · 510 Bytes

Synthesis

Recipe for synthesizing the project:

./compileHLS.sh
vivado -mode tcl -source ./makeProject.tcl
vivado -mode tcl -source ../../common/script/synth.tcl

Simulation

Recipe for simulating the project and comparing the results with those of the emulation:

# follow the above recipe for synthesis
vivado -mode tcl -source ./runSim.tcl
rm -f dataOut/TW_* dataOut/BW_* # comparison script cannot handle these outputs
python3 ../../common/script/CompareMemPrintsFW.py -p -s