| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-20 | rtl: refactor filenames and directory hierarchy | Alejandro Soto | |
| 2022-11-15 | Fix shr carry bug | Alejandro Soto | |
| 2022-10-23 | Fix zero-extended (lsr) vs sign-extended (asr) shifts | Alejandro Soto | |
| 2022-10-02 | Major shifter-ALU redesign | Alejandro Soto | |
| The shifter unit now works in parallel with the ALU and is no longer part of it. Instructions that use the shifter as input to the ALU will now take an additional cycle, unless the control unit can detect a "trivial shift" situation where the shifter's output will be the same as its input. This change improves Fmax substantially. | |||
