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

HW Component generate of VHDL does not use parameters for port signals. #47

Open
TonyReinberger opened this issue Feb 7, 2022 · 1 comment
Assignees

Comments

@TonyReinberger
Copy link

TonyReinberger commented Feb 7, 2022

The VHDL generate uses the value instead of the parameter equation for the port signal std_logic_vector. I think the Verilog works fine.

I also might expect a generic section with the parameters and the default should probably be the value or value function. The verilog generate has the parameters but does not list the actual values or value function from the component.

Thanks,

Tony

@epekkar epekkar self-assigned this Feb 10, 2022
@andrewandrepowell
Copy link

I was going to create an issue for this. It appears the VHDL generator does produce VHDL with the generic sections for both component and declarations. It would be nice to have support for that feature.

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

No branches or pull requests

3 participants