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
Is your feature request related to a problem? Please describe.
Some designs (e.g. ibex top level) can be parameterised at the top level by enums, but the -G option to set top level parameters currently does not seem to support setting these parameters to enum values, as in the following example:
Is your feature request related to a problem? Please describe.
Some designs (e.g. ibex top level) can be parameterised at the top level by enums, but the
-G
option to set top level parameters currently does not seem to support setting these parameters to enum values, as in the following example:slang test.sv -G param=my_pkg::Case1
This errors with
'param=my_pkg::Case1' is not a valid form of parameter override
.Describe the solution you'd like
The
-G param=my_pkg::Case1
syntax (or equivalent) to be supported to set top level parameters.The text was updated successfully, but these errors were encountered: