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

SPI clock glitches on CS transitions #65

Closed jordens closed 6 years ago

jordens commented 6 years ago

Both SPIMachine.clk and SPIMachine.cs change at the same time at the start and end of a transaction. The CLK output should be registered or at the very minimum this coincident change should be removed.

@a-shafir