Test case attachement if flow fails at any stage during ORFS #377
-
Hi, If ORFS fails at any stage, is there any scripts to produce standalone test case like or_issue.py used in OpenLane flow : https://github.com/The-OpenROAD-Project/OpenLane/blob/master/docs/source/using_or_issue.md |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can create an issue for any Tcl step in
The script at (FYI, Matt is out this and next week) |
Beta Was this translation helpful? Give feedback.
You can create an issue for any Tcl step in
flow/scripts/
, e.g.:The script at
flow/test/test_helper.sh
would create the issue automatically if the flow fails [and the env variable MAKE_ISSUE is set] ---- this is the methodology used by our CI.(FYI, Matt is out this and next week)