mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
create cpu dir and move lm32/mor1kx in it
This commit is contained in:
parent
9f636f7985
commit
9814001c79
4 changed files with 2 additions and 1 deletions
0
misoclib/cpu/__init__.py
Normal file
0
misoclib/cpu/__init__.py
Normal file
|
@ -6,7 +6,8 @@ from migen.bank import csrgen
|
|||
from migen.bus import wishbone, csr, lasmibus, dfi
|
||||
from migen.bus import wishbone2lasmi, wishbone2csr
|
||||
|
||||
from misoclib import lm32, mor1kx, uart, identifier, timer
|
||||
from misoclib import uart, identifier, timer
|
||||
from misoclib.cpu import lm32, mor1kx
|
||||
from misoclib.sdram import lasmicon
|
||||
from misoclib.sdram import dfii
|
||||
from misoclib.sdram import memtest
|
||||
|
|
Loading…
Reference in a new issue