build/sim/core: set unroll-count to 256 to prevent Error-BLKLOOPINIT

This commit is contained in:
Florent Kermarrec 2019-01-11 13:39:09 +01:00
parent f132012de1
commit 9c5f654773
1 changed files with 1 additions and 0 deletions

View 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