summaryrefslogtreecommitdiff
path: root/hdl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-203-12/+16
|
* 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
|
* Avoid a few warnings during build.Julian Blake Kongslie2022-02-171-2/+2
|
* Reorganize controller state machine and tweak timing slightly.Julian Blake Kongslie2022-02-171-48/+62
|
* 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-161-0/+193