cd L1/tests/hw/hls_case_folder make run target=csim \ PLATFORM=/path/to/<your_card_platform>
Test control variables are:
CSIMfor high level simulation.CSYNTHfor high level synthesis to RTL.COSIMfor co-simulation between software test bench and generated RTL.VIVADO_SYNfor synthesis by Vivado.VIVADO_IMPLfor implementation by Vivado.
For all these variables, setting to 1 indicates execution while 0 for skipping.
The default value of all these control variables are 0, so they can be omitted from the command line
if the corresponding step is not wanted.