3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 09:04:08 +00:00

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

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