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

Trying to parameterize a Verilog module that name is not lower-case causes error. #944

Open
piotrva opened this issue Jul 12, 2023 · 0 comments · May be fixed by #945
Open

Trying to parameterize a Verilog module that name is not lower-case causes error. #944

piotrva opened this issue Jul 12, 2023 · 0 comments · May be fixed by #945

Comments

@piotrva
Copy link

piotrva commented Jul 12, 2023

When executing a Library.module(), when a Verilog module has non-lower-case name an error occurs.
This is due to the fact that both Library.entity() (VHDL) and Library.module() (Verilog) generate call to Library.test_bench(), that makes the name always lower-case.

Above calls trying to parameterize any non-lower-case Verilog module to fail.

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 a pull request may close this issue.

1 participant