systemverilog-plugin: add parameter type propagation through hierarchy #469
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello :-) First of all really cool project 💯
We are working on parsing a fully-fledged SoC through yosys and further.
This feature is something we need, but there will be more that we will be adding over the upcoming weeks.
All our IPs and RTL are open-source here: https://github.com/pulp-platform/iguana.
We are currently working on
baby_iguana
. And work our way up from there. A pickle file can be found here:https://gist.github.com/joennlae/35baf335b0124caf75869ab3e5edce33
The feature still needs to be fully completed. For example, when propagating types, the input with a custom type is an array.
Here:
https://gist.github.com/joennlae/35baf335b0124caf75869ab3e5edce33#file-baby_iguana-pickle-sv-L166
And the replacement in yosys via the uhdm bridge is:
Even though it should be
The range information is overwritten.
But we will be working on it. I just wanted to open the feedback cycle very early, and I look forward to a fruitful cooperation :-)