Skip to content

Commit a353b8f

Browse files
committed
read_liberty: Directly set abc9_box on fitting cells
1 parent 5dffdd2 commit a353b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/liberty/liberty.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ struct LibertyFrontend : public Frontend {
727727
}
728728

729729
if (simple_comb_cell && has_outputs) {
730-
module->set_bool_attribute(ID(simple_comb_cell));
730+
module->set_bool_attribute(ID::abc9_box);
731731

732732
if (flag_unit_delay) {
733733
for (auto wi : module->wires())

0 commit comments

Comments
 (0)