OpenCache icon indicating copy to clipboard operation
OpenCache copied to clipboard

Deprecated yosys command used for synthesis

Open lrao1001 opened this issue 1 year ago • 0 comments

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.

lrao1001 avatar Oct 16 '24 01:10 lrao1001