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
For this kind of useage, config parameters and typedefs should be handled together.
I'd like to introduce the package generic boundary to allow to specify a generic package as a generic argument.
For the above sample, foo_pkg has only 2 generic parameters but an actual packages may have more generic parameters. I think it is very troublesome to write such generic instance everywhere it is used.
To avoid this, I think it would be nice to create an alias to such generic package instance.
Some IPs use a lot of typedefs defined by its structued config parameters.
For example:
For this kind of useage, config parameters and typedefs should be handled together.
I'd like to introduce the
package
generic boundary to allow to specify a generic package as a generic argument.Example code:
The text was updated successfully, but these errors were encountered: