From 367bd0f8dc4fb87642791c052d0a873cfe2ac3e8 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 1b7393133..7bad4f75a 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}]]