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

Type: Below description, "implict" should be "implicit"?

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

Chisel also has an implict global reset signal that you can use in a when block. The reset signal is conveniently called reset and does not have to be declared, but in order to treat it as a Bool, you need to add the toBool cast. The shift register using this implict global reset now looks like:

peterhchen avatar Jan 01 '25 02:01 peterhchen