From 482abf9b43052d6694cab6d17726b272900dfd39 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 11 Jan 2019 13:51:15 +0100 Subject: [PATCH] build/sim/core: set -Wno-BLKANDNBLK (prevent blocking/non-blocking assigns on a same structure in system verilog) --- litex/build/sim/core/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2