| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use "-" events to end fetch blocks instead of "~". | Julian Blake Kongslie | 2023-01-15 | 1 | -3/+3 |
| | | |||||
| * | Don't stall non-load instructions after a store. | Julian Blake Kongslie | 2023-01-15 | 1 | -12/+13 |
| | | |||||
| * | Reduce stalling due to stores by using a global counter. | Julian Blake Kongslie | 2023-01-15 | 2 | -15/+16 |
| | | |||||
| * | Stall decode after an instruction with stores until the stores are done. | Julian Blake Kongslie | 2023-01-15 | 2 | -26/+65 |
| | | |||||
| * | Pipelined microarchitecture, which even almost works! | Julian Blake Kongslie | 2022-11-19 | 2 | -87/+335 |
| | | | | | | | 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 | 2 | -19/+63 |
| | | |||||
| * | Add initial uarch model | Julian Blake Kongslie | 2022-11-05 | 2 | -0/+214 |
