Getting Started
Each time you are working on this project, you must set up the software environment first:
cd hls_ccl
source setup.sh
To compile the code and then run it use:
make
./run_test.sh
To set the emulation-mode use:
set_mode mode(sw_emu/hw_emu/hw)
set_type type(double/float/int)