summaryrefslogtreecommitdiff
Commit message (Expand)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
* Correctly reset command parser state after sending commands or invalid input.Julian Blake Kongslie2022-02-201-1/+10
* CSn[0] is, in fact, a lie. We only have 23 bits of address space.Julian Blake Kongslie2022-02-204-14/+17
* SignalTap bullshit.Julian Blake Kongslie2022-02-201-315/+320
* Explicitly disable signaltap compilation.Julian Blake Kongslie2022-02-181-0/+1
* 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-183-3/+3
* Force one-hot encoding of states.Julian Blake Kongslie2022-02-173-3/+3
* Point at the correct clock when setting up timing.Julian Blake Kongslie2022-02-171-1/+1
* Avoid a few warnings during build.Julian Blake Kongslie2022-02-172-2/+3
* Add signal tap for debug.Julian Blake Kongslie2022-02-172-0/+644
* Reorganize controller state machine and tweak timing slightly.Julian Blake Kongslie2022-02-171-48/+62
* Fix pin names in TCL fileJulian Blake Kongslie2022-02-161-14/+14
* Split into multiple files.Julian Blake Kongslie2022-02-165-428/+438
* Complete rewrite to break out the separate state machines and fix timingJulian Blake Kongslie2022-02-161-160/+509
* Initial commit.Julian Blake Kongslie2022-02-167-0/+351