From: Florent Kermarrec Date: Fri, 11 Jan 2019 12:39:09 +0000 (+0100) Subject: build/sim/core: set unroll-count to 256 to prevent Error-BLKLOOPINIT X-Git-Tag: 24jan2021_ls180~1411 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c5f65477308c8244660830943420e2d70c14f1c;p=litex.git build/sim/core: set unroll-count to 256 to prevent Error-BLKLOOPINIT --- diff --git a/litex/build/sim/core/Makefile b/litex/build/sim/core/Makefile index a9604929..94984fa7 100644 --- a/litex/build/sim/core/Makefile +++ b/litex/build/sim/core/Makefile @@ -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