Open maliberty opened 1 month ago
[Stage]: Other. Please describe below.
In https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/pull/2397 the check
if key not in flow_variables: print(f"[ERROR TUN-0017] Variable {key} is not tunable.") sys.exit(1)
was disabled due to robustness issues.
Do not try to parse the tcl files directly and use a more generic mechanism to get the flow variables. https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/pull/2393 might be relevant.
As above.
Use the latest ORFS with the commented section of code re-enabled.
No response
Subject
[Stage]: Other. Please describe below.
Describe the bug
In https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/pull/2397 the check
was disabled due to robustness issues.
Expected Behavior
Do not try to parse the tcl files directly and use a more generic mechanism to get the flow variables. https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/pull/2393 might be relevant.
Environment
To Reproduce
Use the latest ORFS with the commented section of code re-enabled.
Relevant log output
No response
Screenshots
No response
Additional Context
No response