Skip to content

Commit

Permalink
Bump Mill 0.11.7 (OpenXiangShan#305)
Browse files Browse the repository at this point in the history
This version of Mill views `-t` as an internal argument. Thus, we
avoid using the shortened argument `-td` for `--target-dir`.
  • Loading branch information
poemonsense authored Mar 8, 2024
1 parent be02e59 commit d9d86f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.6
0.11.7
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SIM_TOP_V = $(RTL_DIR)/$(SIM_TOP).$(RTL_SUFFIX)

# generate difftest files for non-chisel design.
difftest_verilog:
mill -i difftest.test.runMain difftest.DifftestMain -td $(RTL_DIR)
mill -i difftest.test.runMain difftest.DifftestMain --target-dir $(RTL_DIR)

# co-simulation with DRAMsim3
ifeq ($(WITH_DRAMSIM3),1)
Expand Down

0 comments on commit d9d86f4

Please sign in to comment.