|
8 | 8 |
|
9 | 9 | from .silicon import * |
10 | 10 | from .sim import * |
11 | | -from .utils import * |
| 11 | +from ._utils import ( |
| 12 | + IO_ANNOTATION_SCHEMA, IOSignature, IOModel, |
| 13 | + OutputIOSignature, InputIOSignature, BidirIOSignature, |
| 14 | + PACKAGE_DEFINITIONS, Process, |
| 15 | + GAPackageDef, QuadPackageDef, BareDiePackageDef, |
| 16 | + BringupPins, JTAGPins, PowerPins |
| 17 | +) |
12 | 18 |
|
13 | 19 | __all__ = ['IO_ANNOTATION_SCHEMA', 'IOSignature', 'IOModel', |
14 | 20 | 'OutputIOSignature', 'InputIOSignature', 'BidirIOSignature', |
15 | | - 'load_pinlock', "PACKAGE_DEFINITIONS", 'top_components', 'LockFile', |
16 | | - 'Package', 'PortMap', 'Port', 'Process', |
17 | | - 'GAPackageDef', 'QuadPackageDef', 'BareDiePackageDef', 'BasePackageDef', |
| 21 | + 'PACKAGE_DEFINITIONS', 'Process', |
| 22 | + 'GAPackageDef', 'QuadPackageDef', 'BareDiePackageDef', |
18 | 23 | 'BringupPins', 'JTAGPins', 'PowerPins', |
19 | 24 | 'SiliconPlatformPort', 'SiliconPlatform', |
20 | 25 | 'SimPlatform'] |
0 commit comments