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)" \
|
-LDFLAGS "$(LDFLAGS)" \
|
||||||
--trace \
|
--trace \
|
||||||
$(if $(COVERAGE), --coverage,) \
|
$(if $(COVERAGE), --coverage,) \
|
||||||
|
--unroll-count 256 \
|
||||||
$(INC_DIR) \
|
$(INC_DIR) \
|
||||||
-Wno-WIDTH
|
-Wno-WIDTH
|
||||||
make -j -C $(OBJ_DIR) -f Vdut.mk Vdut
|
make -j -C $(OBJ_DIR) -f Vdut.mk Vdut
|
||||||
|
|
Loading…
Reference in New Issue