-
Hi OpenRoad devs, Part of the scan architect step (to create the scan chains) is to see what clock is driving each one of the cells of the design. I was wondering: what is the best way in OpenRoad to find out what is the clock driver and the edge (Rising or Falling) of a given cell?. I can always traverse back the nets from a clock pin but maybe there is already some infra that I can use for this. Thanks!, |
Beta Was this translation helpful? Give feedback.
Answered by
maliberty
Mar 14, 2023
Replies: 1 comment 1 reply
-
I think Sta::clocks(const Pin *pin) is what you want. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fgaray
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think Sta::clocks(const Pin *pin) is what you want.