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
This error is raised during the building process of TyVcdBuilder<hgldd::Hgldd>. It seems to happen when a vector is specified. However, the build doesn't fail with any vector. I put below a successful and a failing example in chisel.
It doesn't fail when the absolute number of fields is greater than 2 but each "subtype" has less than 3 members. The bundle below has 3 fields in total but VecType and the anonymous bundle have only 2.
This error is raised during the building process of
TyVcdBuilder<hgldd::Hgldd>
. It seems to happen when a vector is specified. However, the build doesn't fail with any vector. I put below a successful and a failing example in chisel.The error occurs or not depending on the number of fields in
VecType
.I noticed it occurs when the
VecType
has more than 2 fields.Failure
Also with more than 2 "indirect" subfields.
No failure
It doesn't fail when the absolute number of fields is greater than 2 but each "subtype" has less than 3 members. The bundle below has 3 fields in total but
VecType
and the anonymous bundle have only 2.The text was updated successfully, but these errors were encountered: