Closed gkamendje closed 2 years ago
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
parameter shortint unsigned W_LFSR = 16;
my_pkg_defs.sv
[ FATAL] : 0 [ SYNTAX] : 0 [ ERROR] : 0 [WARNING] : 127 [ NOTE] : 5 [00000.568422] ERROR: ../rtl/my_pkg_defs.sv:12: Encountered unhandled typespec in process_parameter: '' of type 'short_int_typespec'
No 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.
Thanks for reporting this, this is a plugin error. It should be fixed by https://github.com/chipsalliance/yosys-f4pga-plugins/pull/332.
Thanks a lot. I will grab the next release.
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.