From bffe4fcab1e8d56109936f4ced5d37b06630655a Mon Sep 17 00:00:00 2001 From: bacon Date: Mon, 15 Sep 2025 16:58:34 +0800 Subject: [PATCH] =?UTF-8?q?makefile=E8=A2=AB=E8=A6=86=E7=9B=96,=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E6=96=B0=E7=9A=84makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3a2860c..8e88c0d 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,7 @@ testShinClk: python3 ./tb/shinTest/check_testcase.py testCDR: + python3 ./tb/shinTest/gen_sim_cdr_clk.py --clk 0 40 iverilog -Wall \ -o ./tb/build/simCDR.iverilog \ -y ./generated/SimCDR \