build/sim/core: set unroll-count to 256 to prevent Error-BLKLOOPINIT
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 11 Jan 2019 12:39:09 +0000 (13:39 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 11 Jan 2019 12:39:09 +0000 (13:39 +0100)
litex/build/sim/core/Makefile

index a9604929502dd349a4e66fd6a1e617429f53a94f..94984fa7e3d20a820ebc17f656547a4f7f025cd6 100644 (file)
@@ -34,6 +34,7 @@ sim: mkdir $(OBJS_SIM)
                -LDFLAGS "$(LDFLAGS)" \
                --trace \
                $(if $(COVERAGE), --coverage,) \
+               --unroll-count 256 \
                $(INC_DIR) \
                -Wno-WIDTH
        make -j -C $(OBJ_DIR) -f Vdut.mk Vdut