File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -73,17 +73,9 @@ if {$use_floorplan_def} {
73
73
-site $::env(PLACE_SITE) \
74
74
{*}$additional_args
75
75
} elseif {$use_core_utilization } {
76
- set aspect_ratio 1.0
77
- if {[env_var_exists_and_non_empty " CORE_ASPECT_RATIO" ]} {
78
- set aspect_ratio $::env(CORE_ASPECT_RATIO)
79
- }
80
- set core_margin 1.0
81
- if {[env_var_exists_and_non_empty " CORE_MARGIN" ]} {
82
- set core_margin $::env(CORE_MARGIN)
83
- }
84
76
initialize_floorplan -utilization $::env(CORE_UTILIZATION) \
85
- -aspect_ratio $aspect_ratio \
86
- -core_space $core_margin \
77
+ -aspect_ratio $::env(CORE_ASPECT_RATIO) \
78
+ -core_space $::env(CORE_MARGIN) \
87
79
-site $::env(PLACE_SITE) \
88
80
{*}$additional_args
89
81
} else {
Original file line number Diff line number Diff line change @@ -695,6 +695,7 @@ CORE_ASPECT_RATIO:
695
695
`CORE_UTILIZATION` is undefined.
696
696
stages :
697
697
- floorplan
698
+ default : 1.0
698
699
tunable : 1
699
700
CORE_MARGIN :
700
701
description : >
@@ -705,6 +706,7 @@ CORE_MARGIN:
705
706
is undefined.
706
707
stages :
707
708
- floorplan
709
+ default : 1.0
708
710
tunable : 1
709
711
DIE_AREA :
710
712
description : >
You can’t perform that action at this time.
0 commit comments