restore flatten

This commit is contained in:
Madeleine Masser-Frye 2022-07-08 08:01:10 +00:00
parent 3135e1202e
commit 8e6aa12b2b

View File

@ -105,8 +105,7 @@ set_critical_range [expr $my_period*0.05] $current_design
# Partitioning - flatten or hierarchically synthesize # Partitioning - flatten or hierarchically synthesize
if { $maxopt == 1 } { if { $maxopt == 1 } {
ungroup -all -simple_names ungroup -all -simple_names -flatten
# -flatten
} }
# Set input pins except clock # Set input pins except clock