m-labs / misoc

The original high performance and small footprint system-on-chip based on Migen™
https://m-labs.hk
Other
306 stars 85 forks source link

spi2: allow optional CS pin in SPIInterface #109

Open drewrisinger opened 3 years ago

drewrisinger commented 3 years ago

Adds option to not supply CS pins to SPIInterface class. Matches the capability in the iCE & XC7 differential SPI classes.

TODO: