create cpu dir and move lm32/mor1kx in it

This commit is contained in:
Florent Kermarrec 2015-02-27 10:51:03 +01:00
parent 9f636f7985
commit 9814001c79
4 changed files with 2 additions and 1 deletions

0
misoclib/cpu/__init__.py Normal file
View File

View 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