Closed drom closed 3 years ago
SInt<1>(1)
Width too small for constant 1.
SInt<3>(4)
Width too small for constant 4.
blocked by https://github.com/llvm/circt/issues/347
SInt<1>(N) --> where N = {-1, 0}
SInt<3>(N) --> where N = {-4, -3, -2, -1, 0 , 1, 2, 3}
Width too small for constant 1.
Width too small for constant 4.