Chisel Manual - inst.eecs.berkeley.edu
2012-9-24 · 5.1 Bits In Chisel, a raw collection of bits is represented by the Bits type defined as follows: objectBits{defapply(dir: PortDir =null, width: Int = -1): Bits //createliteralfromBigIntorInt defapply(value: BigInt, width: Int = -1): Bits //createliteralfromStringusing //base_chardigit+stringformat defapply(value: String, width: Int = -1): Bits}
Get Price