chisel-tutorial
chisel-tutorial copied to clipboard
Type: Below description, "implict" should be "implicit"?
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: