I think the fpga is building again, but the debugger script needs to be updated. For some reason the nets are not present despite being marked debug.

This commit is contained in:
Ross Thompson 2023-06-16 17:00:27 -05:00
parent 443c568994
commit 0423d7df82
3 changed files with 366 additions and 365 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -82,8 +82,9 @@ write_verilog -force -mode funcsim sim/syn-funcsim.v
if {$board=="ArtyA7"} {
source ../constraints/small-debug.xdc
} else {
source ../constraints/debug4.xdc
} else {
# *** RT: 16 June 2023 must add back in the debugger
#source ../constraints/debug4.xdc
}