Skip to content

Commit 7f82c00

Browse files
committed
final: use default values
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent f44646e commit 7f82c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/final_report.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ write_verilog $::env(RESULTS_DIR)/6_final.v \
2121
# Run extraction and STA
2222
if {
2323
[env_var_exists_and_non_empty RCX_RULES]
24-
&& [env_var_equals SKIP_DETAILED_ROUTE 0]
24+
&& !$::env(SKIP_DETAILED_ROUTE)
2525
} {
2626
# RCX section
2727
define_process_corner -ext_model_index 0 X

0 commit comments

Comments
 (0)