Commented out rvvi debug probes in wally.tcl.

This commit is contained in:
Jacob Pease 2024-08-08 13:52:53 -05:00
parent ed0c826d74
commit 8c96c06022

View File

@ -89,8 +89,8 @@ report_clock_interaction -file re
write_verilog -force -mode funcsim sim/syn-funcsim.v
if {$board=="ArtyA7"} {
#source ../constraints/small-debug.xdc
source ../constraints/small-debug-rvvi.xdc
source ../constraints/small-debug.xdc
#source ../constraints/small-debug-rvvi.xdc
} else {
source ../constraints/vcu-small-debug.xdc
}