Failure when comparing against large UInt literal · Issue #965 · chipsalliance/chisel

bug report Impact: unknown Other information Comparing a 32-bit UInt against a large literal results in error message. val x = UInt(32.W) when (x === 0xFFFFFFFF.U) { ... } Results in: [error] (run-...