efabless / caravel_mgmt_soc_litex

https://caravel-mgmt-soc-litex.readthedocs.io/en/latest/
Apache License 2.0
24 stars 14 forks source link

ImportError: cannot import name 'SpiFlash' from 'litex.soc.cores.spi_flash' #26

Open suppamax opened 2 years ago

suppamax commented 2 years ago

In caravel.py

from litex.soc.cores.spi_flash import SpiFlash

but there is no such class in litex (at least not in the current version). It has been replaced by LiteSPI.