mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-27 15:04:36 +00:00
improved PLIC test organization
This commit is contained in:
parent
49a4097d97
commit
142b02b30a
@ -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
|
||||
|
@ -485,7 +485,7 @@ string tests32f[] = '{
|
||||
};
|
||||
|
||||
string tests64periph[] = '{
|
||||
"rv64i-periph/WALLY-PLIC", "2080"
|
||||
"rv64i-periph/WALLY-PLIC", "2000"
|
||||
};
|
||||
|
||||
string tests32periph[] = '{
|
||||
|
Loading…
Reference in New Issue
Block a user