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

Encountered unhandled typespec in process_parameter: of type short_int_typespec #768

Closed
gkamendje opened this issue May 21, 2022 · 2 comments

Comments

@gkamendje
Copy link

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

[  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.

@rkapuscik
Copy link
Contributor

Thanks for reporting this, this is a plugin error. It should be fixed by chipsalliance/yosys-f4pga-plugins#332.

@gkamendje
Copy link
Author

Thanks a lot. I will grab the next release.

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

2 participants