Update mm_testbench

This commit is contained in:
Byron Lathi
2022-04-07 10:48:10 -05:00
parent 7434621209
commit 5548f9d02a
2 changed files with 12 additions and 0 deletions

View File

@@ -15,3 +15,10 @@ add wave -group {dut} -radix hexadecimal sim:/testbench/dut/*
onfinish stop
run -all
if { [coverage attribute -name TESTSTATUS -concise] == "1"} {
echo Warning
quit -f -code 0
}
quit -code [coverage attribute -name TESTSTATUS -concise]