Skip to content

Commit

Permalink
read_liberty: Directly set abc9_box on fitting cells
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Dec 9, 2024
1 parent 5dffdd2 commit a353b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/liberty/liberty.cc
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ struct LibertyFrontend : public Frontend {
}

if (simple_comb_cell && has_outputs) {
module->set_bool_attribute(ID(simple_comb_cell));
module->set_bool_attribute(ID::abc9_box);

if (flag_unit_delay) {
for (auto wi : module->wires())
Expand Down

0 comments on commit a353b8f

Please sign in to comment.