aboutsummaryrefslogtreecommitdiff
path: root/fpga/Makefile
AgeCommit message (Collapse)Author
2024-10-23checkpoint; something is broken with timingNathan Ringo
2024-10-20Maybe repaired UART, I2C, and HyperBus (but now getting a weird error)...Nathan Ringo
2024-10-08Split the simulator back out to its own package.Nathan Ringo
This ensures that the presence of Inouts doesn't make Bluesim mad.
2024-10-05Start of the CH559 code, adds a NixOS module for udev rules for the boards.Nathan Ringo
Starter code from https://github.com/MatzElectronics/CH559sdccUSBHost
2024-10-02Adds tristates for HyperBus.Nathan Ringo
This might need to be remodularized; Bluesim doesn't support Inouts, so this fails to build there for now. It probably makes sense to split out the board to its own package, then go back to having Top and TopSim packages, where only Top wires it up to Tristates.
2024-09-24Another reorg.Nathan Ringo
2024-09-23Adds README, moves fpga stuff to a subdirectory.Nathan Ringo