digitaljs icon indicating copy to clipboard operation
digitaljs copied to clipboard

Have you seen YoWasp?

Open mithro opened this issue 1 year ago • 1 comments

YoWasp are web-assembly compiled versions of the Yosys (and related projects) - https://yowasp.org/

Seems like it might be synergistic with your work?

  • https://github.com/YoWASP
  • https://www.npmjs.com/package/@yowasp/yosys
  • https://pypi.org/project/yowasp-yosys/

mithro avatar Jan 04 '24 22:01 mithro

Possibly moving to WebAssembly compiled Yosys would allow more flexibility and reduce server dependency. Unfortunately, for my purposes I also need a linter (I currently use Verilator for that).

tilk avatar Jan 19 '24 16:01 tilk

I implemented a online converter using YoWASP
https://ricardojlrufino.github.io/yosys-json-online-converter/ But for Yosys JSON...
perhaps it will serve as a basis for implementing an online converter for DigitalJS

ricardojlrufino avatar Jul 29 '25 04:07 ricardojlrufino