-
Notifications
You must be signed in to change notification settings - Fork 11
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
Compilation errors for RISCVEncoding
, Zc
, and RVD
#13
Comments
@7FM Which branch/commit are you using? Actually the CoreDSL files of this repo may be checked using the latest version of the CoreDSL frontend. But this can only be done using core definitions since for the Zc.core_desc although syntactically correct- some constant definitions value (liek XLEN) are missing. |
I am using the tag I talked with one of the developers of https://github.com/tum-ei-eda/seal5 and it seems that they use their own custom CoreDSL frontend, but I haven't checked their code yet. So maybe the files from https://github.com/tum-ei-eda/RISCV_ISA_CoreDSL were not compatible with the official frontend to begin with. |
I wanted to know which version of the RISCV_ISA_CoreDSL you are using. |
My bad. Also the latest commit on master
One problem at a time :D IIRC it should yell at me about the missing parameters at some later point. |
This is what the error message |
I see, thx.
Less errors in |
RISCVEncoding
and Zc
RISCVEncoding
and RVD
RISCVEncoding
and RVD
RISCVEncoding
, Zc
, and RVD
We are trying to use https://github.com/Minres/CoreDSL (version
2.0.12
) to parseZc.core_desc
and observe the following errors and warnings:Maybe it would make sense to add the CoreDSL description files of this repository as test cases to the frontend?
The text was updated successfully, but these errors were encountered: