From 16043c72a0b37cceacc3ce04a366525acd4be39a Mon Sep 17 00:00:00 2001 From: Liphen Date: Mon, 6 May 2024 15:54:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chisel/Makefile | 10 +++++----- difftest | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chisel/Makefile b/chisel/Makefile index 11ddf06..d80e679 100644 --- a/chisel/Makefile +++ b/chisel/Makefile @@ -1,6 +1,6 @@ BUILD_DIR = ./build DIFF_DIR = ../difftest/core -DIFF_WORK_DIR = ../difftest/test/test_workbench/sim +DIFF_WORK_DIR = ../difftest/test/sim export PATH := $(PATH):$(abspath ./utils) @@ -9,10 +9,10 @@ verilog: mkdir -p $(BUILD_DIR) mill -i __.test.runMain Elaborate -td $(BUILD_DIR) -# func: -# $(MAKE) verilog -# cp $(BUILD_DIR)/PuaCpu.v $(DIFF_DIR) -# cd $(DIFF_WORK_DIR) && make func +func: + $(MAKE) verilog + cp $(BUILD_DIR)/PuaCpu.v $(DIFF_DIR) + cd $(DIFF_WORK_DIR) && make func test: @echo "make test" diff --git a/difftest b/difftest index 1cc25d6..2207e5e 160000 --- a/difftest +++ b/difftest @@ -1 +1 @@ -Subproject commit 1cc25d6abc214775b47d467b8fb16ceed814ffd6 +Subproject commit 2207e5e02ef77abe5d48fdf8ec2174107cc05c1d