Skip to content

Commit aa50854

Browse files
authored
[Rocket] add async-resets-as-sync arcilator flag (#13)
1 parent 5ff528e commit aa50854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocket/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $(shell mkdir -p $(BUILD_DIR))
1818
SOURCE_MODEL ?= rocket
1919
BUILD_MODEL ?= $(BUILD_DIR)/rocket
2020

21-
ARCILATOR_ARGS ?= --mlir-timing --print-debug-info --mlir-pass-statistics
21+
ARCILATOR_ARGS ?= --mlir-timing --print-debug-info --mlir-pass-statistics --async-resets-as-sync
2222
VERILATOR_ARGS ?= -DPRINTF_COND=0 -DASSERT_VERBOSE_COND=0 -DSTOP_COND=0
2323

2424
TRACE ?= 0

0 commit comments

Comments
 (0)