1 2 3 4 5 6 7 8 9 10 11 12 13
|
[93mWarning[0m: Deprecated [96mpass/Replicate/v2.sail[0m:9.39-54:
9[96m |[0m (implicit('N), bits('M)) -> bits('N) effect {escape}
[91m |[0m [91m^-------------^[0m
[91m |[0m
Explicit effect annotations are deprecated. They are no longer used and can be removed.
[93mType error[0m:
[96mpass/Replicate/v2.sail[0m:13.4-30:
13[96m |[0m replicate_bits(x, 'N / 'M)
[91m |[0m [91m^------------------------^[0m
[91m |[0m Could not resolve quantifiers for replicate_bits
[91m |[0m [94m*[0m 'M >= 0
[91m |[0m [94m*[0m 'ex185# >= 0
|