-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uhdm-yosys is missing memory_libmap
command
#321
Comments
Actually, it's possible to copy the plugin from What's the rationale of distributing a second copy of Yosys, as opposed to including the plugin with the standard Yosys distribution? $ cp -a "$CONDA_PREFIX/share/uhdm-yosys/plugins" "$CONDA_PREFIX/share/yosys/" |
FYI - @hzeller / @PiotrZierhoffer |
Patches were needed for Yosys a while back but are not needed anymore for about 2 years or so. For instance if you use NixOS or the nix package manager, the systemverilog plug-in is distributed and it works against the stock yosys, so all of these work:
|
Then I think the uhdm plugin for Yosys should be updated so that it installs the |
Agreed, let's remove the obsolete yosys-uhdm build, everything should work with stock yosys and I don't think there are any users of the obsolete fork at this point |
The UHDM version of Yosys is missing the
memory_libmap
command:Unfortunately, because UHDM is bundled as its own version of Yosys, this makes it impossible to do memory inference while also using SystemVerilog.
The text was updated successfully, but these errors were encountered: