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
When the hardware type of the fields of a bundle is specified in the fields instead of the root, the waveform is not able to render the hierarchy of that bundle. In the code below it's the case of MyMixedBundle where the actual hardware signals are myMixedBundle.a and myMixedBundle.b. myMixedBundle is only a scala variable and it is not a hardware variable like myIOBundle, therefore it is not passed to firtool and the information cannot be available in the viewer.
When the hardware type of the fields of a bundle is specified in the fields instead of the root, the waveform is not able to render the hierarchy of that bundle. In the code below it's the case of
MyMixedBundle
where the actual hardware signals aremyMixedBundle.a
andmyMixedBundle.b
.myMixedBundle
is only a scala variable and it is not a hardware variable likemyIOBundle
, therefore it is not passed to firtool and the information cannot be available in the viewer.The text was updated successfully, but these errors were encountered: