some new interfaces
Closed this issue · 0 comments
nmigen-issue-migration commented
Issue by zignig
Thursday Sep 05, 2019 at 11:37 GMT
Originally opened as m-labs/nmigen-stdio#1
from m-labs @2019-09-04
here's the plan I had in mind: nmigen-cores implements protocols, things like SPI, I2C, JTAG TAP, and so on. nmigen-soc adapts these cores to various buses, wishbone of course but I suspect it would pay off to not hardcode everything to wishbone specifically
Create some cores in a neutral format.