Break circular import through tile_segbits.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2020-09-01 13:18:06 -07:00
parent 58df67f243
commit fa6840e6db
1 changed files with 1 additions and 2 deletions

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):