Break circular import through tile_segbits.

Signed-off-by: Keith Rothman <[email protected]>
This commit is contained in:
Keith Rothman
2020-09-01 13:18:06 -07:00
parent 58df67f243
commit fa6840e6db
+1 -2
View File
@@ -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):