From bb4ebd9b61ea33966c38dfb27b14edce1009abfa Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Tue, 18 Apr 2023 16:00:10 -0500 Subject: [PATCH] More debug stuff. --- fpga/constraints/small-debug.xdc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpga/constraints/small-debug.xdc b/fpga/constraints/small-debug.xdc index 1b739313..7bad4f75 100644 --- a/fpga/constraints/small-debug.xdc +++ b/fpga/constraints/small-debug.xdc @@ -109,7 +109,7 @@ set_property PROBE_TYPE DATA_AND_TRIGGER [get_debug_ports u_ila_0/probe17] connect_debug_port u_ila_0/probe17 [get_nets [list {BUS_axi_arready}]] create_debug_port u_ila_0 probe -set_property port_width 2 [get_debug_ports u_ila_0/probe18] +set_property port_width 1 [get_debug_ports u_ila_0/probe18] set_property PROBE_TYPE DATA_AND_TRIGGER [get_debug_ports u_ila_0/probe18] connect_debug_port u_ila_0/probe18 [get_nets [list {BUS_axi_rvalid}]]