mirror of
https://github.com/openXC7/prjxray.git
synced 2026-09-05 17:14:52 +02:00
Break circular import through tile_segbits.
Signed-off-by: Keith Rothman <[email protected]>
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user