summaryrefslogtreecommitdiff
path: root/uarch/core.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix focal 69.Julian Blake Kongslie2023-01-221-26/+73
* Add deadman timer (only ten cycles!) based on time between interruptable points.Julian Blake Kongslie2023-01-221-0/+3
* Add unstore events.Julian Blake Kongslie2023-01-151-2/+2
* Use "-" events to end fetch blocks instead of "~".Julian Blake Kongslie2023-01-151-3/+3
* Don't stall non-load instructions after a store.Julian Blake Kongslie2023-01-151-12/+13
* Reduce stalling due to stores by using a global counter.Julian Blake Kongslie2023-01-151-12/+12
* Stall decode after an instruction with stores until the stores are done.Julian Blake Kongslie2023-01-151-26/+58
* Pipelined microarchitecture, which even almost works!Julian Blake Kongslie2022-11-191-73/+275
* Multi-word fetch bundles and icache with realistic dram latencyJulian Blake Kongslie2022-11-111-16/+39
* Add initial uarch modelJulian Blake Kongslie2022-11-051-0/+140