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

Add SystemVerilog generation control for top of module definition #513

Open
mkorbel1 opened this issue Sep 26, 2024 · 0 comments
Open

Add SystemVerilog generation control for top of module definition #513

mkorbel1 opened this issue Sep 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mkorbel1
Copy link
Contributor

Motivation

There are some cases where the top of the module definition may need to be modified slightly, but not entirely. For example, adding package imports (in case they are necessary for some other custom systemverilog macro, for example) at the top of the module. It would be nice to expose some configurability, probably through SystemVerilog to control that type of thing.

Desired solution

Add a hook so that things can be added at the "top" of a Module in generated SV, or a way to control/override the top of the definition (module name, parameters, ports, etc.).

Alternatives considered

No response

Additional details

No response

@mkorbel1 mkorbel1 added the enhancement New feature or request label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant