summaryrefslogtreecommitdiff
path: root/hdl/mem_arbiter.sv (follow)
Commit message (Expand)AuthorAgeFilesLines
* Single-cycle bypass when there is no contention on memory arbiter.Julian Blake Kongslie2022-05-291-0/+11
* Only run selector logic if we need a new selection next cycle.Julian Blake Kongslie2022-05-291-1/+4
* Two-cycle memory arbiter, enabling 16 PDP-8s @ 50MHz.Julian Blake Kongslie2022-05-221-13/+11
* A more-fair memory arbiter that actually works.Julian Blake Kongslie2022-03-271-31/+34
* Trivial change to make it a little easier to understand the mem arbiter.Julian Blake Kongslie2022-03-181-1/+1
* Add memory arbiter and broadcast in between command UART and DRAM.Julian Blake Kongslie2022-03-131-0/+79