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
0ab1ed9 made it an error to apply non-existing parameters. While there are reasons for that, I would argue for reverting this change to make it a warning instead again. There are two semi valid reasons that I can cite.
Having multiple tops in a simulation, it can get a bit fiddly to filter out which parameters go to which top. The easiest way tends to be to just apply all params to all tops
Running alternatively gatelevel and RTL simulations with the same setup where the gatelevel model has consumed all parameters.
The text was updated successfully, but these errors were encountered:
Both reasons can be solved by adding all the parameters to the top level/gate level modules and the error makes it obvious which parameters are missing.
I would not want to make this a warning in general, but we could possibly add an option to downgrade the error to a warning.
0ab1ed9 made it an error to apply non-existing parameters. While there are reasons for that, I would argue for reverting this change to make it a warning instead again. There are two semi valid reasons that I can cite.
The text was updated successfully, but these errors were encountered: