Skip to content
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

Port naming convetion support #4

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

benoitdenkinger
Copy link

@benoitdenkinger benoitdenkinger commented Jan 6, 2025

Fixes #3

Now every interface port signal gets added the '_i', '_o', or "_io' suffix depending on its direction.

To enable more flexibility with other generating tools that may not follow this convention, a regex systemrdl property can be added to the interface to search and replace a specific pattern. The regex property is a string with the format "match_pattern::replace_pattern".

@benoitdenkinger benoitdenkinger changed the title Fix #2 - Port naming convetion support Fixes #3 - Port naming convetion support Jan 6, 2025
@benoitdenkinger benoitdenkinger changed the title Fixes #3 - Port naming convetion support Port naming convetion support Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port naming common convention support added
1 participant