mirror of https://github.com/openXC7/prjxray.git
Break circular import through tile_segbits.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
58df67f243
commit
fa6840e6db
|
|
@ -10,9 +10,8 @@
|
|||
# SPDX-License-Identifier: ISC
|
||||
from collections import namedtuple
|
||||
from prjxray import bitstream
|
||||
from prjxray.grid import BlockType
|
||||
from prjxray.grid_types import BlockType
|
||||
import enum
|
||||
import functools
|
||||
|
||||
|
||||
class PsuedoPipType(enum.Enum):
|
||||
|
|
|
|||
Loading…
Reference in New Issue