spinal.core
Declare a register with an initialize value.
// UInt register of 4 bits initialized with 0 when the reset occurs val reg = RegInit(U"0000")
Register documentation
(Since version ) see corresponding Javadoc for more information.
Declare a register with an initialize value.
Register documentation