mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
build/sim/core: set -Wno-BLKANDNBLK (prevent blocking/non-blocking assigns on a same structure in system verilog)
This commit is contained in:
parent
9c5f654773
commit
482abf9b43
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ sim: mkdir $(OBJS_SIM)
|
|||
$(if $(COVERAGE), --coverage,) \
|
||||
--unroll-count 256 \
|
||||
$(INC_DIR) \
|
||||
-Wno-BLKANDNBLK \
|
||||
-Wno-WIDTH
|
||||
make -j -C $(OBJ_DIR) -f Vdut.mk Vdut
|
||||
|
||||
|
|
Loading…
Reference in a new issue