Closed kgugala closed 4 years ago
This PR add a possibility to disable Yosys optimization during design evaluation. This is required to correctly handle output buffers models. Those models have inputs, but no outputs. Yosys removes such cells during optimization.
I think this is needed. But you should also add a pass which adds (* keep *) to the modules which have the properties.
(* keep *)
@kgugala Is this still needed?
I think this is no-longer needed?
This PR add a possibility to disable Yosys optimization during design evaluation. This is required to correctly handle output buffers models. Those models have inputs, but no outputs. Yosys removes such cells during optimization.