| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add deadman timer (only ten cycles!) based on time between interruptable points. | Julian Blake Kongslie | 2023-01-22 | 1 | -0/+2 |
| | | |||||
| * | Reduce stalling due to stores by using a global counter. | Julian Blake Kongslie | 2023-01-15 | 1 | -3/+4 |
| | | |||||
| * | Stall decode after an instruction with stores until the stores are done. | Julian Blake Kongslie | 2023-01-15 | 1 | -0/+7 |
| | | |||||
| * | Pipelined microarchitecture, which even almost works! | Julian Blake Kongslie | 2022-11-19 | 1 | -14/+60 |
| | | | | | | | Includes such horrors as the "unstore" operation for undoing autoincremented addresses on instructions subsequently found to be bogus. | ||||
| * | Multi-word fetch bundles and icache with realistic dram latency | Julian Blake Kongslie | 2022-11-11 | 1 | -3/+24 |
| | | |||||
| * | Add initial uarch model | Julian Blake Kongslie | 2022-11-05 | 1 | -0/+74 |
