You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
The position of Yosys developers (I say with my nMigen hat on) is that using proc_* passes in isolation is likely to break. We currently use them to prepare the netlist for write_verilog, which can't handle the netlist we emit as-is and requires it to be in a rather specific (and somewhat inconvenient) format.
What we do could almost certainly be replaced with proc -nomux (i.e. what the proc wrapper does minus proc_mux), which would be less fragile.
The text was updated successfully, but these errors were encountered:
The position of Yosys developers (I say with my nMigen hat on) is that using
proc_*
passes in isolation is likely to break. We currently use them to prepare the netlist forwrite_verilog
, which can't handle the netlist we emit as-is and requires it to be in a rather specific (and somewhat inconvenient) format.What we do could almost certainly be replaced with
proc -nomux
(i.e. what theproc
wrapper does minusproc_mux
), which would be less fragile.The text was updated successfully, but these errors were encountered: