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
According to standard (11.6.1 Rules for expression bit lengths) such expression should have max size of both operands, where size of unsized constant should equal to size of integer.
In uhdmallModules, 'hff is unsized (|vpiSize:-1), but in uhdmtopModules it have size |vpiSize:10 instead of size of integer (in case of Surelog, I think it should be 64)
The text was updated successfully, but these errors were encountered:
Test:
Executing Surelog with
-parse -elabuhdm
gives following tree:According to standard (11.6.1 Rules for expression bit lengths) such expression should have max size of both operands, where size of unsized constant should equal to size of integer.
In
uhdmallModules
,'hff
is unsized (|vpiSize:-1
), but inuhdmtopModules
it have size|vpiSize:10
instead of size of integer (in case of Surelog, I think it should be 64)The text was updated successfully, but these errors were encountered: