Dubious primitive instantiation for GHC.Num.Integer.integerToInt#
when using xpmCdcHandshake
#2744
Labels
GHC.Num.Integer.integerToInt#
when using xpmCdcHandshake
#2744
When I use
xpmCdcHandshake
(or specifically:xpmCdcMaybeLossy
from Bittide) in my project, I get the following warning:[WARNING] Dubious primitive instantiation for GHC.Num.Integer.integerToInt#: GHC.Num.Integer.integerToInt#: Integers are dynamically sized in simulation, but fixed-length after synthesis. Use carefully. (disable with -fclash-no-prim-warn)
I have tried to move some of the
@Integer
s in the instantiation of the IP blocks forxpm_cdc_handshake
andxpm_cdc_single
to Bit or Index, but this did not resolve this warning and I can't really see where else this could go wrong.The text was updated successfully, but these errors were encountered: