From: Florent Kermarrec Date: Fri, 11 Jan 2019 12:51:15 +0000 (+0100) Subject: build/sim/core: set -Wno-BLKANDNBLK (prevent blocking/non-blocking assigns on a same... X-Git-Tag: 24jan2021_ls180~1410 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=482abf9b43052d6694cab6d17726b272900dfd39;p=litex.git build/sim/core: set -Wno-BLKANDNBLK (prevent blocking/non-blocking assigns on a same structure in system verilog) --- diff --git a/litex/build/sim/core/Makefile b/litex/build/sim/core/Makefile index 94984fa7..7693abb7 100644 --- a/litex/build/sim/core/Makefile +++ b/litex/build/sim/core/Makefile @@ -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