build/sim/core: set -Wno-BLKANDNBLK (prevent blocking/non-blocking assigns on a same...
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 11 Jan 2019 12:51:15 +0000 (13:51 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 11 Jan 2019 12:51:15 +0000 (13:51 +0100)
litex/build/sim/core/Makefile

index 94984fa7e3d20a820ebc17f656547a4f7f025cd6..7693abb72baa727ade2a1a1b1fc10f90fccec664 100644 (file)
@@ -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