diff --git a/litex/build/sim/core/Makefile b/litex/build/sim/core/Makefile index 94984fa7e..7693abb72 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