aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/dev/sram.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-08-04Make oe in SRAMResource optional.William D. Jones
2019-08-04Use Pins/DiffPairs(assert_width) where appropriate.whitequark
2019-08-04[breaking-change] Factor out "sram" resource.whitequark
Fixes #9.