]> jspc29.x-matter.uni-frankfurt.de Git - cri.git/commitdiff
hub_test: Make debug cores smaller
authorThomas Gessler <Thomas.Gessler@exp2.physik.uni-giessen.de>
Tue, 29 Sep 2020 08:21:46 +0000 (10:21 +0200)
committerThomas Gessler <Thomas.Gessler@exp2.physik.uni-giessen.de>
Wed, 30 Sep 2020 10:23:01 +0000 (12:23 +0200)
hub_test/constrs/debug.xdc

index 0e3b5ecdfb26a5eba95f83247b0233e11d9fa698..57b7ed67bb6a8570b3aa2bd6cd8abb31ed0aa5e5 100644 (file)
@@ -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]