pyVHDLModel icon indicating copy to clipboard operation
pyVHDLModel copied to clipboard

Feature request: port groups

Open amb5l opened this issue 8 months ago • 6 comments

My application needs an object hierarchy to represent VHDL design units and their contents. I want to capture port grouping information - where sets of port clauses have empty lines and/or comments between them - so I have created a fork of pyVHDLModel with support for port groups. It is backward compatible with the standard (flat) way of accessing port information.

Would it make any sense to make a PR to allow port groups to be considered here?

amb5l avatar Jun 05 '25 10:06 amb5l