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
I have modified the OpenROAD flow scripts to use the systemverilog plugin to read SV files.
The line parameter shortint unsigned W_LFSR = 16; in my file my_pkg_defs.sv causes YOSYS to issue an error during synthesis
I have modified the OpenROAD flow scripts to use the systemverilog plugin to read SV files.
The line
parameter shortint unsigned W_LFSR = 16;
in my filemy_pkg_defs.sv
causes YOSYS to issue an error during synthesisNo error is reported in the file slpp_all/surelog.log. So I am not sure it this is a YOSYS issue or a SV plugin issue.
The text was updated successfully, but these errors were encountered: