build/sim/core: set -Wno-BLKANDNBLK (prevent blocking/non-blocking assigns on a same structure in system verilog)

This commit is contained in:
Florent Kermarrec 2019-01-11 13:51:15 +01:00
parent 9c5f654773
commit 482abf9b43

View file

@ -36,6 +36,7 @@ sim: mkdir $(OBJS_SIM)
$(if $(COVERAGE), --coverage,) \ $(if $(COVERAGE), --coverage,) \
--unroll-count 256 \ --unroll-count 256 \
$(INC_DIR) \ $(INC_DIR) \
-Wno-BLKANDNBLK \
-Wno-WIDTH -Wno-WIDTH
make -j -C $(OBJ_DIR) -f Vdut.mk Vdut make -j -C $(OBJ_DIR) -f Vdut.mk Vdut