chisel-tutorial icon indicating copy to clipboard operation
chisel-tutorial copied to clipboard

Typo: "Separate" instead of "Seperate" as below

Open peterhchen opened this issue 10 months ago • 0 comments
trafficstars

Bit Concatenation Chisel also allows you to easily concatenate bits together using Cat. Suppose you have a data bus that you would like to drive with two seperate words A and B. In order to concatenate these two values together we simply say:

peterhchen avatar Jan 02 '25 07:01 peterhchen