File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -55,16 +55,6 @@ if {[info exist ::env(PRESERVE_CELLS)]} {
5555 }
5656}
5757
58-
59-
60- if {[info exist ::env(BLOCKS)]} {
61- hierarchy -check -top $::env(DESIGN_NAME)
62- foreach block $::env(BLOCKS) {
63- blackbox $block
64- puts " blackboxing $block "
65- }
66- }
67-
6858if {$::env(ABC_AREA) } {
6959 puts " Using ABC area script."
7060 set abc_script $::env(SCRIPTS_DIR) /abc_area.script
@@ -79,7 +69,8 @@ set abc_args [list -script $abc_script \
7969 -liberty $::env(DONT_USE_SC_LIB) \
8070 -constr $::env(OBJECTS_DIR) /abc.constr]
8171
82- # Exclude dont_use cells
72+ # Exclude dont_use cells. This includes macros that are specified via
73+ # LIB_FILES and ADDITIONAL_LIBS that are included in LIB_FILES.
8374if {[info exist ::env(DONT_USE_CELLS)] && $::env(DONT_USE_CELLS) != " " } {
8475 foreach cell $::env(DONT_USE_CELLS) {
8576 lappend abc_args -dont_use $cell
You can’t perform that action at this time.
0 commit comments