diff --git a/src/main/scala/util/ShiftReg.scala b/src/main/scala/util/ShiftRegister.scala similarity index 92% rename from src/main/scala/util/ShiftReg.scala rename to src/main/scala/util/ShiftRegister.scala index 37719a7..574c4b7 100644 --- a/src/main/scala/util/ShiftReg.scala +++ b/src/main/scala/util/ShiftRegister.scala @@ -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.