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
When attempting to load the synlig plugin, yosys errors out complaining that write_ilang pass already exists, as if the synlig plugin recusively attempts to load that other plugin ?
yosys> plugin -i path/to/systemverilog.so
Warning: Using synlig as yosys plugin is deprecated. It is recommended to build synlig as standalone binary.
ERROR: Unable to register pass 'write_ilang', pass already exists!
The text was updated successfully, but these errors were encountered:
Thanks.
Right now I need the plug-in feature as I am maintaining the NixOS package, and having a smoothly working plugin that works with an existing Yosys is preferrable from the packaging point-of-view than pulling in a vendored yosys.
When attempting to load the synlig plugin, yosys errors out complaining that
write_ilang
pass already exists, as if the synlig plugin recusively attempts to load that other plugin ?The text was updated successfully, but these errors were encountered: