Skip to content

Commit ab4b688

Browse files
authored
Merge pull request #3350 from Pinata-Consulting/rcx-unused-code-cleanup
cleanup: unused RCX_RC_CORNER code deleted
2 parents d872956 + 047dff4 commit ab4b688

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

flow/scripts/final_report.tcl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ write_verilog $::env(RESULTS_DIR)/6_final.v
1919

2020
# Run extraction and STA
2121
if { [env_var_exists_and_non_empty RCX_RULES] } {
22-
# Set RC corner for RCX
23-
# Set in config.mk
24-
if { [env_var_exists_and_non_empty RCX_RC_CORNER] } {
25-
set rc_corner $::env(RCX_RC_CORNER)
26-
}
27-
2822
# RCX section
2923
define_process_corner -ext_model_index 0 X
3024
extract_parasitics -ext_model_file $::env(RCX_RULES)

0 commit comments

Comments
 (0)