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.stream import Endpoint, SyncFIFO
|
||||
from misoc.cores.liteeth_mini.mac.crc import LiteEthMACCRCEngine
|
||||
from misoc.cores.coaxpress.common import switch_endianness
|
||||
|
||||
from misoc.cores.coaxpress.common import (
|
||||
char_width,
|
||||
KCode,
|
||||
word_width,
|
||||
switch_endianness,
|
||||
word_layout_dchar,
|
||||
word_width,
|
||||
)
|
||||
|
||||
# from src.gateware.cxp_pipeline import * # for sim only
|
||||
|
Loading…
Reference in New Issue
Block a user