msdarvishi
Full Member level 4
Deal all,
I am using Vivado Design Suite 2016.1 on Linux machine and trying for manual routing activities.
I am trying to use the find_routing_path command in Tcl to find a routing path between two nodes as described in page 380 / 1305 of UG835 (v2014.2) June 4, 2014 but it does not work in my case !
In my design, I have a D flip-flop entitled "Inst_sync/DOUT1_reg placed in site SLICE_X1Y51 and tile CLBLL_L_X2Y51 and BEL A5FF that its Q output must be connected to another D flip-flop entitled "Inst_sync/DOUT2_reg located in the same SLICE and CLB but in BEL AFF. AS shown in the attached figure, there is a net connected between two mentioned flip-flops.
I have defined the command as follows:
that did not work and once again like below:
that did not work again ! Both trials returned the following error messages:
or
I have followed the command description in the link provided above but it does not work ! Can anybody help me to solve this problem? Kind replies and solutions are mostly appreciated.
Thanks,
I am using Vivado Design Suite 2016.1 on Linux machine and trying for manual routing activities.
I am trying to use the find_routing_path command in Tcl to find a routing path between two nodes as described in page 380 / 1305 of UG835 (v2014.2) June 4, 2014 but it does not work in my case !
In my design, I have a D flip-flop entitled "Inst_sync/DOUT1_reg placed in site SLICE_X1Y51 and tile CLBLL_L_X2Y51 and BEL A5FF that its Q output must be connected to another D flip-flop entitled "Inst_sync/DOUT2_reg located in the same SLICE and CLB but in BEL AFF. AS shown in the attached figure, there is a net connected between two mentioned flip-flops.
I have defined the command as follows:
Code:
find_routing_path -from [get_bel_pins CLBLL_L_X2Y51/A5FF/Q] -to get_bel_pins[CLBLL_L_X2Y51/BFF/D]
that did not work and once again like below:
Code:
find_routing_path -from [get_nodes -of [get_site_pins -of [get_nets Inst_sync/DOUT1_reg/Q]] 0] -to [get_nodes -of [get_site_pins -of [get_nets Inst_sync/DOUT2_reg/D]] 1]
that did not work again ! Both trials returned the following error messages:
Code:
ERROR: [Common 17-56] '-from <node>' expects exactly one object got '0'.
or
Code:
ERROR: [Common 17-161] Invalid option value 'Inst_sync_rst/DOUT2]' specified for 'from'.
I have followed the command description in the link provided above but it does not work ! Can anybody help me to solve this problem? Kind replies and solutions are mostly appreciated.
Thanks,