STA pass can only be executed once. What to do to run it a second time? #3934
-
I'm using the I can run What can I do to "clear" the state that was generated by the first Tom
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Note: I'm aware of the Tom |
Beta Was this translation helpful? Give feedback.
-
The only side effect I see from a cursory glance at the code is that the |
Beta Was this translation helpful? Give feedback.
-
That should be good enough as a work-around. |
Beta Was this translation helpful? Give feedback.
The only side effect I see from a cursory glance at the code is that the
sta
pass sets attributes on all the wires, so I assume doingdesign -save pre_sta; sta; design -load pre_sta
would do the trick.