spi_flash: correct documentation on SPI mode
authorSean Cross <sean@xobs.io>
Mon, 25 Nov 2019 04:33:56 +0000 (12:33 +0800)
committerSean Cross <sean@xobs.io>
Mon, 25 Nov 2019 04:35:13 +0000 (12:35 +0800)
commit581c23725e81b55339194eeba002cccf1b56f6c1
tree1a920a148017d154eec6cadd9fcc05b4b465a550
parentde205d4a8457d0c226d69ae93f30a47d0ebcc1d1
spi_flash: correct documentation on SPI mode

The SPI mode is actually mode3, since the output value is updated on the
falling edge of CLK and the input value is updated on the rising edge.

This also clarifies some of the documentation based on experience with
the core.

Signed-off-by: Sean Cross <sean@xobs.io>
litex/soc/cores/spi_flash.py