-
Notifications
You must be signed in to change notification settings - Fork 23
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_typespec_member: 'orv64_access_type_t' of type 'unsupported_typespec' #689
Comments
Thanks for your continued interest in the plugin! The I do see (using newest Surelog) multiple errors and warnings in the design you linked, can you confirm that they are also present for you?
|
No
In fact there is no error and continue to the next step and met the following error |
CC @hzeller |
If I run the following project file in Surelog standalone:
I see the following errors which means the design is highly incomplete:
|
The full error is
ERROR: /root/yosys-uhdm-plugin-integration/UHDM-integration-tests/tests/orv64/subproj/es1y/rtl_gen/pygmy_intf_typedef.sv:147: Encountered unhandled typespec in process_typespec_member: 'orv64_access_type_t' of type 'unsupported_typespec'
the source code definition is
where orv64_access_type_t is
it may because uhdm don't support enum type.
the test case is https://github.com/hello-eternity/test_orv64_uhdm/tree/typebug
this test case is on the typebug branch
The text was updated successfully, but these errors were encountered: