Renamed ShiftReg to ShiftRegister
This commit is contained in:
parent
7035ccc431
commit
249c23e617
@ -10,6 +10,9 @@ object ShiftRegisterInit {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Similar to the Chisel ShiftRegister but allows the user to suggest a
|
||||
// name to the registers within the module that get instantiated
|
||||
object ShiftRegister
|
||||
{
|
||||
/** Returns the n-cycle delayed version of the input signal.
|
Loading…
Reference in New Issue
Block a user