执行第一个task块

This commit is contained in:
Ruige Lee
2025-05-12 15:41:11 +08:00
parent e079103037
commit afa1b9864f
5 changed files with 542 additions and 13 deletions

View File

@@ -41,11 +41,11 @@ shin:
sbt "test:runMain test.testShinModule"
testShin:
iverilog -Wall \
iverilog -Wall \
-o ./tb/build/shinTest.iverilog \
-y ./generated/shin \
-I ./generated/shin \
./tb/shinTest/ShinTopTb.v
./tb/shinTest/ShinTopSpiTb.v
vvp -N ./tb/build/shinTest.iverilog -lxt2
vcdShin: