improved PLIC test organization

This commit is contained in:
bbracker 2021-05-21 15:13:02 -04:00
parent 49a4097d97
commit 142b02b30a
2 changed files with 6 additions and 6 deletions

View File

@ -51,14 +51,14 @@ add wave -divider
add wave -divider
# peripherals
add wave -hex /testbench/dut/uncore/uart/u/*
add wave -divider
add wave -hex /testbench/dut/uncore/gpio/*
add wave -divider
add wave -hex /testbench/dut/uncore/plic/*
add wave -hex /testbench/dut/uncore/plic/intPriority
add wave -hex /testbench/dut/uncore/plic/pendingArray
add wave -divider
add wave -hex /testbench/dut/uncore/uart/u/*
add wave -divider
add wave -hex /testbench/dut/uncore/gpio/*
add wave -divider
add wave -hex /testbench/dut/hart/ebu/*
add wave -divider
add wave -divider
@ -77,4 +77,4 @@ configure wave -snapdistance 10
configure wave -datasetprefix 0
configure wave -rowmargin 4
configure wave -childrowmargin 2
set DefaultRadix hexadecimal
set DefaultRadix hexadecimal

View File

@ -485,7 +485,7 @@ string tests32f[] = '{
};
string tests64periph[] = '{
"rv64i-periph/WALLY-PLIC", "2080"
"rv64i-periph/WALLY-PLIC", "2000"
};
string tests32periph[] = '{