jeremiah-c-leary / vhdl-style-guide

Style guide enforcement for VHDL
GNU General Public License v3.0
192 stars 39 forks source link

Add naming rules for package instantiation declarations #1330

Open JHertz5 opened 1 week ago

JHertz5 commented 1 week ago

Subtask of #1306. Implement naming rules for package instantiation declarations.

I'd like prefix and suffix rules for the instantiated package identifier, equivalent to package_016 and package_017.

JHertz5 commented 1 week ago

I've raised PR#1331 to resolve this issue.