aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/dev/spi.py
AgeCommit message (Collapse)Author
2019-10-03Reorganize resource taxonomy.whitequark
The current hierarchy isn't particularly well suited to resources like SDRAM or NOR flash, so make it much less fine-grained but easier to use and less nitpicky.
2019-07-10dev.spi: Update SPIResources to accept a name and direction.William D. Jones
2019-07-03Factor out SPI resource definition.Jean-François Nguyen