forked from M-Labs/artiq-zynq
frameline: use misoc
This commit is contained in:
parent
c824665141
commit
b34d68797d
@ -2,13 +2,12 @@ from migen import *
|
|||||||
from misoc.interconnect.csr import *
|
from misoc.interconnect.csr import *
|
||||||
from misoc.interconnect.stream import Endpoint, SyncFIFO
|
from misoc.interconnect.stream import Endpoint, SyncFIFO
|
||||||
from misoc.cores.liteeth_mini.mac.crc import LiteEthMACCRCEngine
|
from misoc.cores.liteeth_mini.mac.crc import LiteEthMACCRCEngine
|
||||||
from misoc.cores.coaxpress.common import switch_endianness
|
|
||||||
|
|
||||||
from misoc.cores.coaxpress.common import (
|
from misoc.cores.coaxpress.common import (
|
||||||
char_width,
|
char_width,
|
||||||
KCode,
|
KCode,
|
||||||
word_width,
|
switch_endianness,
|
||||||
word_layout_dchar,
|
word_layout_dchar,
|
||||||
|
word_width,
|
||||||
)
|
)
|
||||||
|
|
||||||
# from src.gateware.cxp_pipeline import * # for sim only
|
# from src.gateware.cxp_pipeline import * # for sim only
|
||||||
|
Loading…
Reference in New Issue
Block a user