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 syntax to map parameter to a specific toplevel #667

Open
olofk opened this issue Jan 19, 2024 · 0 comments
Open

Add syntax to map parameter to a specific toplevel #667

olofk opened this issue Jan 19, 2024 · 0 comments

Comments

@olofk
Copy link
Owner

olofk commented Jan 19, 2024

When using multiple top levels, which sometimes is the case for simulations, there is currently no way to tell the EDA tools which toplevel that should use a specific parameter. Unfortunately, it seems like some EDA tools get angry when they receive parameters that they don't know about.

One idea could be to have an optional dot notation for the parameters key in the target section, e.g.

targets:
  sim:
    ...
    parameters: [some_param, specific_top.another_param]

which would send some_param to all toplevels but only send another_param to the specific_top toplevel

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

1 participant