soc/cores: move flash cores to cores directory

This commit is contained in:
Florent Kermarrec 2017-04-19 10:55:58 +02:00
parent e1319924aa
commit 9cfc594280
4 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ from litex.gen import *
from litex.gen.genlib.resetsync import AsyncResetSynchronizer
from litex.boards.platforms import kc705
from litex.soc.cores.flash import spi_flash
from litex.soc.integration.soc_core import mem_decoder
from litex.soc.integration.soc_sdram import *
from litex.soc.integration.builder import *