Skip to content

Commit

Permalink
Remove sim-verilog in Makefile (OpenXiangShan#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
poemonsense authored Jan 8, 2024
1 parent e1be786 commit 7747382
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ RTL_DIR = $(BUILD_DIR)/rtl
RTL_SUFFIX ?= v
SIM_TOP_V = $(RTL_DIR)/$(SIM_TOP).$(RTL_SUFFIX)

DIFF_SCALA_FILE = $(shell find ./src/main/scala -name '*.scala')
SCALA_FILE = $(shell find $(DESIGN_DIR)/src/main/scala -name '*.scala' 2>/dev/null)

# generate SimTop.v
$(SIM_TOP_V): $(DIFF_SCALA_FILE) $(SCALA_FILE)
$(MAKE) -C $(DESIGN_DIR) sim-verilog

# build simulation top verilog
sim-verilog: $(SIM_TOP_V)

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

0 comments on commit 7747382

Please sign in to comment.