summaryrefslogtreecommitdiff
path: root/hdl/ram_controller.sv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use linear burst mode instead of hybrid.HEADmainJulian Blake Kongslie2022-02-201-1/+1
|
* Fix timing and RWDS handling.Julian Blake Kongslie2022-02-201-8/+16
|
* CSn[0] is, in fact, a lie. We only have 23 bits of address space.Julian Blake Kongslie2022-02-201-9/+13
|
* Limit size of reset counter to something realistic.Julian Blake Kongslie2022-02-181-1/+1
|
* Explicitly unsigned states (in the vain hope of improving extraction)Julian Blake Kongslie2022-02-181-1/+1
|
* Force one-hot encoding of states.Julian Blake Kongslie2022-02-171-1/+1
|
* Reorganize controller state machine and tweak timing slightly.Julian Blake Kongslie2022-02-171-48/+62
|
* Split into multiple files.Julian Blake Kongslie2022-02-161-0/+193