I get a error: The signal float does not fit in message TestAlert.
However, if I change Len=4 to Len=5, the error goes away (Since Len=5 will fit TestMuxFloat and float?). It seems to me that the code isn't taking into account that each mux signal may have different length.
Tested on 32.19.2
If I have two mux signals like this in
.sym
:I get a
error: The signal float does not fit in message TestAlert.
However, if I change
Len=4
toLen=5
, the error goes away (Since Len=5 will fitTestMuxFloat
andfloat
?). It seems to me that the code isn't taking into account that each mux signal may have different length.