build/sim/core: set unroll-count to 256 to prevent Error-BLKLOOPINIT
This commit is contained in:
parent
f132012de1
commit
9c5f654773
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue