Closed franktaTian closed 6 months ago
Hi @franktaTian, do you mean what this line here is doing?
I added "VLT_FLAGS += +define+COMMON_CELLS_ASSERTS_OFF" in this file
Hi @franktaTian, do you mean what this line here is doing?
The line I quoted adds exactly the flag you mentioned to the flags in work-vlt/files
, and this file is passed in the invocation of the verilator
command (see -f
option).
Also, the commands you mention are reproduced by the CI and they did not log any errors on the last run.
I will close this issue. Feel free to reopen if you have other details.
Please add +define+COMMON_CELLS_ASSERTS_OFF in target/common/common.mk
Env. docker (main) Run.
cd /repo/target/snitch_cluster make bin/snitch_cluster.vlt Will report error ifndef COMMON_CELLS_ASSERTS_OFF for common cells.