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.Dismiss alert
Bitarray needs to be replaced with an in-tree, pure-Python implementation similar to bits from glasgow.support.bits. (Eliminate dependency on bitarray #179)
Right now, yosys-abc cannot be quieted, and it's pretty annoying. YoWASP needs to gain the ability to run yosys-abc in a subprocess. This was implemented using in-process stdout/stderr redirection.
Thanks to @mwkmwkmwk addressing #179 we only have a single item left until Windows support is exactly on par with every other supported platform! That one might take a while though.
I think this can be safely closed; I know a number of people use Glasgow on Windows with no issue and the minor performance regression compared to Linux that we'll need to eventually address architecturally isn't something most people will care about in first place.
First-class Windows support is within our reach. The remaining issues are:
bits
fromglasgow.support.bits
. (Eliminate dependency on bitarray #179)yosys-abc
cannot be quieted, and it's pretty annoying.YoWASP needs to gain the ability to runThis was implemented using in-process stdout/stderr redirection.yosys-abc
in a subprocess.The text was updated successfully, but these errors were encountered: