From d03df8552634b7c0518e10389f6e482a9ddfbf91 Mon Sep 17 00:00:00 2001 From: Thomas Gessler Date: Tue, 29 Sep 2020 10:21:46 +0200 Subject: [PATCH] hub_test: Make debug cores smaller --- hub_test/constrs/debug.xdc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hub_test/constrs/debug.xdc b/hub_test/constrs/debug.xdc index 0e3b5ec..57b7ed6 100644 --- a/hub_test/constrs/debug.xdc +++ b/hub_test/constrs/debug.xdc @@ -11,11 +11,12 @@ set_property MARK_DEBUG true [get_nets {med2int_i[9][stat_op][13]}] set_property MARK_DEBUG true [get_nets {med2int_i[9][stat_op][15]}] + create_debug_core u_ila_0 ila set_property ALL_PROBE_SAME_MU true [get_debug_cores u_ila_0] -set_property ALL_PROBE_SAME_MU_CNT 16 [get_debug_cores u_ila_0] +set_property ALL_PROBE_SAME_MU_CNT 4 [get_debug_cores u_ila_0] set_property C_ADV_TRIGGER true [get_debug_cores u_ila_0] -set_property C_DATA_DEPTH 131072 [get_debug_cores u_ila_0] +set_property C_DATA_DEPTH 1024 [get_debug_cores u_ila_0] set_property C_EN_STRG_QUAL true [get_debug_cores u_ila_0] set_property C_INPUT_PIPE_STAGES 6 [get_debug_cores u_ila_0] set_property C_TRIGIN_EN false [get_debug_cores u_ila_0] @@ -67,9 +68,9 @@ set_property port_width 9 [get_debug_ports u_ila_0/probe10] connect_debug_port u_ila_0/probe10 [get_nets [list {trb_data_tready[0]} {trb_data_tready[1]} {trb_data_tready[2]} {trb_data_tready[3]} {trb_data_tready[4]} {trb_data_tready[5]} {trb_data_tready[6]} {trb_data_tready[7]} {trb_data_tready[8]}]] create_debug_core u_ila_1 ila set_property ALL_PROBE_SAME_MU true [get_debug_cores u_ila_1] -set_property ALL_PROBE_SAME_MU_CNT 16 [get_debug_cores u_ila_1] +set_property ALL_PROBE_SAME_MU_CNT 4 [get_debug_cores u_ila_1] set_property C_ADV_TRIGGER true [get_debug_cores u_ila_1] -set_property C_DATA_DEPTH 131072 [get_debug_cores u_ila_1] +set_property C_DATA_DEPTH 1024 [get_debug_cores u_ila_1] set_property C_EN_STRG_QUAL true [get_debug_cores u_ila_1] set_property C_INPUT_PIPE_STAGES 6 [get_debug_cores u_ila_1] set_property C_TRIGIN_EN false [get_debug_cores u_ila_1] -- 2.43.0