Open
Description
Here is a mux example. firtool generates some GEN wires as there are multiple callings.
But I would like to inline those GEN wires into the mux line just like the following code.
I tried to enable --disable-opt
option. This option indeed can put GEN wires into the mux line, but this --disable-opt
also can disable other optimization which is not expected.
Is it possible to just disable this small(not liked) optimization and keep other optimization?
Activity