Chisel Tutorial - University of California, BerkeleyExplore further
2012-1-23u2002·u2002Bits('h_dead_beef') / 32-bit literal of type Bits By default, the Chisel compiler will size each constant to the minimum number of bits required to hold the constant, including a sign bit for signed types. Bit widths can also be specified explicitly on literals, as shown below: 2
Get Price