-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add support for SystemRDL source files #47
Comments
@RasmusGOlsen thanks for the interest in the project and proposing this feature. Also thanks for pull-request #48. There I see a pySRDLModel.py file implementing at least the version numbers of SystemRDL. This file would be shipped and installed underneath pyEDAA.ProjectModel, that's not where it should go... Can can offer 2 solutions:
I think the first solution is the better choice. The repository doesn't need to be complicated and could be a clone of pySVModel. It would offer a separate repository and a matching PyPI package. If you are an owner of |
Yes, I agree that the |
Lets create it at EDA² and propose a handover to SystemRDL. Can you create
an issue there?
RasmusGOlsen ***@***.***> schrieb am So., 18. Juni 2023,
21:39:
… Yes, I agree that the pySRDLModel should be its own repository. I'm not
the owner of the SystemRDL organization, so I don't have any mandate to
create it. I can see that the pyVHDLModel is under the HDL organization
and the pySVModel is under the EDA2. When I was searching for the models
I first looked at the EDA2 organization, for me that would make the most
sense.
—
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHJNTIK4IL3RNWLD73YLP3XL5KPDANCNFSM6AAAAAAZK2KJRE>
.
You are receiving this because you commented.Message ID: <edaa-org/pyEDAA.
***@***.***>
|
Just one tiny correction, For |
|
#48 got merged. |
I did some updates and bugfixes to SystemRDL introduced by copy&paste from SystemVerilog. |
Can you add support for the register description language SystemRDL?
Here is a link to the standard https://www.accellera.org/downloads/standards/systemrdl.
There is also a great open-source community with a compiler and additional applications https://github.com/SystemRDL.
The text was updated successfully, but these errors were encountered: