Replies: 1 comment 3 replies
-
|
I suspect it's an escaping issue. If you prepend |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have found a specific path that has hold time violations, and I was able to extract the path detail from timing report:
report_checks -rise_from {req_msg[26]} -rise_through {_387_/A1} -fall_through {_387_/Y} -fall_through {_389_/A2} -rise_to {_440_/D} -path_delay min -fields {capacitance slew input_pins nets fanout} -format full_clock_expandedThen I want to highlight this path with a tcl script:
Yet I kept on getting this error
[WARNING STA-0101] object 'req_msg[26]' not found.even though I know it should exist and obviously it is what I am getting from the extraction of my timing report.What could be going on here?
Beta Was this translation helpful? Give feedback.
All reactions