Merge branch 'feature/clk3_shift_allow' into mp_eb_dev
# Conflicts: # src/main/scala/backBoard/ebus/CDRIn.scala # tb/shinTest/ShinTopSpiTb.v # tb/shinTest/gen_pkt.py # tb/shinTest/testcase/base.py # tb/shinTest/testcase/environment.py
This commit is contained in:
12
Makefile
12
Makefile
@@ -53,6 +53,18 @@ testShin:
|
||||
vvp -N ./tb/build/shinTest.iverilog -lxt2 -fst || true
|
||||
./tb/shinTest/check_testcase.py
|
||||
|
||||
testCDR:
|
||||
iverilog -Wall \
|
||||
-o ./tb/build/simCDR.iverilog \
|
||||
-y ./generated/shin \
|
||||
-y ./generated/SimCDR \
|
||||
-I ./generated/SimCDR \
|
||||
-I ./generated/shin \
|
||||
-D RANDOMIZE_REG_INIT \
|
||||
./tb/shinTest/SimCDRTb.v
|
||||
vvp -N ./tb/build/simCDR.iverilog -lxt2
|
||||
|
||||
|
||||
testFilter:
|
||||
./tb/shinTest/test_filter.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user