Skip to content
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

Deprecated yosys command used for synthesis #6

Open
lrao1001 opened this issue Oct 16, 2024 · 0 comments
Open

Deprecated yosys command used for synthesis #6

lrao1001 opened this issue Oct 16, 2024 · 0 comments

Comments

@lrao1001
Copy link

lrao1001 commented Oct 16, 2024

With the parameter "synthesis" set to "True", I get the following error printed to the console when I run opencache.py:

image

Simulation passes and most of the synthesis also passes except for the last part where the BLIF file is to be written.
edalize_yosys_template.tcl (the file being used to run yosys by default) contains the old "-pvector" option for "write_blif":

image

I can't figure out how to change this to allow a successful synthesis run, changing edalize_yosys_template.tcl does not work since it's being autogenerated every run. Perhaps this is an issue on my end with FuseSOC, but I can't figure out where the issue lies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant