You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
which would send
some_param
to all toplevels but only sendanother_param
to thespecific_top
toplevelThe text was updated successfully, but these errors were encountered: