read_liberty: Directly set `abc9_box` on fitting cells

This commit is contained in:
Martin Povišer 2024-12-09 15:43:41 +01:00
parent 5dffdd229c
commit a353b8fff0
1 changed files with 1 additions and 1 deletions

View File

@ -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())