We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44646e commit 7f82c00Copy full SHA for 7f82c00
1 file changed
flow/scripts/final_report.tcl
@@ -21,7 +21,7 @@ write_verilog $::env(RESULTS_DIR)/6_final.v \
21
# Run extraction and STA
22
if {
23
[env_var_exists_and_non_empty RCX_RULES]
24
- && [env_var_equals SKIP_DETAILED_ROUTE 0]
+ && !$::env(SKIP_DETAILED_ROUTE)
25
} {
26
# RCX section
27
define_process_corner -ext_model_index 0 X
0 commit comments