YosysHQ / yosys

Yosys Open SYnthesis Suite
https://yosyshq.net/yosys/
ISC License
3.3k stars 860 forks source link

Bump abc #4351

Closed povik closed 2 months ago

povik commented 2 months ago

This pulls:

povik commented 2 months ago

That pesky WASM build -- good thing we added it to the CI. Next time I push for defining int system(const char *arg) { return -1; } instead of patching every occurrence of system() in ABC source.

whitequark commented 2 months ago

That pesky WASM build -- good thing we added it to the CI.

It's really easy to build it locally by the way--you can check out yowasp/yosys and run ./build.sh, it even downloads the toolchain for you. Just point the yosys-src submodule to whichever you like.