So as an example for self-learning, I am trying to place two Flip Flops (FFs) at a certain distance apart.
Except for these two FFs which must be at a certain distance apart, other cells might occupy any place (in between, etc.).
The two FFs are "FSM_reg_3_
" and "FSM_reg_4_
" in the following example.
In order to achieve that I wrote this TCL code using create_rp_group
, but getting this unknown command error shown in the DC.
Does anyone know the reason?