Commit Graph

7 Commits

Author SHA1 Message Date
60e468340c gateware: make i2c actually read status bits 2023-03-25 15:21:35 -06:00
96dabe013a gateware: add UART to CSR 2023-03-24 17:42:27 -06:00
f846cc1fab gw: get i2c up and running (ish) in simulation 2023-03-21 20:09:04 -06:00
52012dc4ad gateware: saving some WIP on UART 2023-02-04 12:04:01 -07:00
f0683e684c gateware: Properly migrate I2C test into my new framework 2023-01-29 21:32:56 -07:00
ad3be1f4c7 gateware: put in some testing infrastructure
It's pretty hacky tbh, probably should be improved.

But also this will probably scale with the entire project so I don't
care.
2023-01-29 20:38:32 -07:00
490b92b1fd gateware: first work with I2C peripheral
Basic details seem to be working, and I'm on my way with testing.

Next steps:
- Build out more local testing utilities
- Build out unittest infrastructure
- Flesh out more tests to verify operation
2023-01-29 16:54:29 -07:00