-
Notifications
You must be signed in to change notification settings - Fork 68
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
NotImplementedError: Unexpected object of type Error, #151
Comments
Hello @SingaDK,
It should be fixed, but I can not immediately do a new release because there is some problem with documentation: And also circleci does not work today so the build seems to be failing, but it failed before the machine was even started from some circleci related problem. |
Hi @Nic30,
The file I am trying to parse is ibex_alu.sv. Below I attached the full log of the error flow. Sorry for the long post, But many thanks in advance for looking into this.
|
Now ibex_alu.sv should be parsed successfully and without any warning, please check. If possible send pull request with minimal simple tests or at least provide minimal simple code examples which do not work or are not currently tested. |
Fixed in mentioned commits. |
Hi,
I am trying to parse Ibex RiscV core, files, When I try to parse some files and export to JSON, I get this error
NotImplementedError: Unexpected object of type <class 'hdlConvertorAst.hdlAst._expr.HdlExprNotImplemented'>
The error line is
"Ibex_pkg::rv32b" -> double colon.
I am using,
There is no error in parsing the file. The error happens only on
visit_HdlContext
I can get JSON out of most files in the core, but not files with the above-mentioned parameter definition.
Any pointers on this will be highly helpful.
Many thanks in advance.
The text was updated successfully, but these errors were encountered: