mirror of https://github.com/YosysHQ/yosys.git
read_liberty: Directly set `abc9_box` on fitting cells
This commit is contained in:
parent
5dffdd229c
commit
a353b8fff0
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue