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

why parameter names have to be lower case? #783

Open
nndurj opened this issue Dec 17, 2021 · 1 comment
Open

why parameter names have to be lower case? #783

nndurj opened this issue Dec 17, 2021 · 1 comment

Comments

@nndurj
Copy link

nndurj commented Dec 17, 2021

test_bench.set_generic(name.lower(), value)

Why parameters have to be lower case? I think its common in systemverilog to have upper case for parameters.

@umarcor
Copy link
Member

umarcor commented Jan 8, 2022

I think it's because VHDL is not case sensitive. See #77 and 8360eaa.
It might be sensible to revisit that fix taking SV into account.

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

2 participants