mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
test/test_packet2: Fix imports.
This commit is contained in:
parent
f3f9737697
commit
59fd2d31c7
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from migen import *
|
|||
from litex.soc.interconnect.stream import *
|
||||
from litex.soc.interconnect.packet import *
|
||||
|
||||
from .test_stream import StreamPacket, stream_inserter, stream_collector, compare_packets
|
||||
from .test_stream2 import StreamPacket, stream_inserter, stream_collector, compare_packets
|
||||
|
||||
def mask_last_be(dw, data, last_be):
|
||||
masked_data = 0
|
||||
|
|
Loading…
Reference in a new issue