YoWASP / yosys

Unofficial Yosys WebAssembly packages
https://yowasp.org
ISC License
65 stars 2 forks source link

What would be required to add support for SystemVerilog through Surelog+UHDM in YoWASP? #36

Open mithro opened 2 years ago

mithro commented 2 years ago

It would be great for the Yosys version in YoWASP to have better SystemVerilog support through the usage of the Surelog+UHDM plugin. What would be the steps for making such a thing happen? Do plugins work with the YoWASP version of Yosys or would they need to be "linked statically" in some way?

BTW It would be awesome to support the other F4PGA (previously Symbiflow) Yosys plugins too, see a list at https://github.com/SymbiFlow/yosys-f4pga-plugins#list-of-plugins

whitequark commented 2 years ago

Do plugins work with the YoWASP version of Yosys or would they need to be "linked statically" in some way?

They need to be "linked statically". (Dynamic linking of WebAssembly modules is coming but it's not there yet.)

If there is funding available for this work, I can take care of it.