I am using the flip flop output as reset.
So, I gave the following reset declaration to tcl.
reset ~ff_name.output
However, xprop shows the error (ERS026) Invalid reset expression the following reset expression constrains flop/latches.
How can I set the flip-flop output to reset and use it?