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 there a notion of array fields in an hcl.Struct? For example, the equivalent to:
struct {
uint16 a;
uint16 b[32];
...
}
I can imagine writing a separate class to handle the aggregation myself but it would be nice if this was supported directly with hcl.Struct instead, if possible.
The text was updated successfully, but these errors were encountered:
Is there a notion of array fields in an hcl.Struct? For example, the equivalent to:
struct {
uint16 a;
uint16 b[32];
...
}
I can imagine writing a separate class to handle the aggregation myself but it would be nice if this was supported directly with hcl.Struct instead, if possible.
The text was updated successfully, but these errors were encountered: