#!/bin/bash cd L1/tests/hw/dense_similarity_int # dense_similarity_int is an example case. Please change directory to any other cases in L1/test if interested make help # show available make command make run CSIM=1 # run C level simulation of the HLS code make run CSYNTH=1 COSIM=1 # run RTL level simulation of the HLS code make cleanall
For more explanation on L1 cases please have a read on L1 API.