Skip to content

Commit aab8bb4

Browse files
author
shypark98
committed
only_use
Signed-off-by: shypark98 <thnosibal123@gmail.com>
1 parent 7d118f7 commit aab8bb4

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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)