Skip to content

Commit c3a2d29

Browse files
committed
wip
1 parent db02f69 commit c3a2d29

File tree

8 files changed

+277
-190
lines changed

8 files changed

+277
-190
lines changed

chipflow_lib/platforms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
from .sim import *
1111
from .utils import *
1212

13-
__all__ = ['PIN_ANNOTATION_SCHEMA', 'IOSignature',
13+
__all__ = ['IO_ANNOTATION_SCHEMA', 'IOSignature',
1414
'OutputIOSignature', 'InputIOSignature', 'BidirIOSignature',
1515
'load_pinlock', "PACKAGE_DEFINITIONS", 'top_components']

0 commit comments

Comments
 (0)