Skip to content

Commit b8c41ab

Browse files
author
shypark98
committed
only_use
1 parent 7d118f7 commit b8c41ab

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/par/src/ArtNetSpec.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -733,11 +733,7 @@ void PartitionMgr::writeFile(
733733

734734
// map<string, MasterInfo> --> cellName / cellCount, isMacro
735735
for (const auto& [name, info] : onlyUseMasters) {
736-
if (!info.isMacro) {
737-
outFile << "STD_CELL " << name << '\n';
738-
} else {
739-
outFile << "MACRO_CELL " << name << '\n';
740-
}
736+
outFile << "ONLY_USE " << name << '\n';
741737
}
742738
outFile << '\n';
743739

0 commit comments

Comments
 (0)