Chisel/FIRRTL: Data Types
2021-9-20u2002·u2002In Chisel, a raw collection of bits is represented by the Bits type. Signed and unsigned integers are considered subsets of fixed-point numbers and are represented by types SInt and UInt respectively. Signed fixed-point numbers, including integers, are represented using two's-complement format. Boolean values are represented as type Bool.
Get Price