yosys icon indicating copy to clipboard operation
yosys copied to clipboard

Unofficial Yosys WebAssembly packages

Results 4 yosys issues
Sort by recently updated
recently updated
newest added

An example of how to use this would be great! Thanks! I tried this code: ``` async function loadModule() { try { // Dynamically import the module const module =...

When using `synth_ecp5`, it seems `-abc9` has been turned on by default at some point. However, it looks like something got miscompiled, or abc support is missing somehow, meaning `synth_ecp5`...

bug

Currently, YoWASP Yosys fails to generate SVG diagrams. However, the `.dot` file is created correctly in the output directory. The problem seems to be related to `dot` execution: ``` 3....

bug

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...