Skip to content

Commit 7bc569f

Browse files
author
Jean THOMAS
committed
stream: add PipeValid, PipeReady to __all__
1 parent 4062557 commit 7bc569f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lambdalib/interface/stream.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66
from amaranth.sim import Settle, Passive
77

88

9-
__all__ = ["Endpoint", "SyncFIFO", "AsyncFIFO"]
9+
__all__ = [
10+
"Endpoint",
11+
"SyncFIFO",
12+
"AsyncFIFO",
13+
"PipeValid",
14+
"PipeReady",
15+
]
1016

1117

1218
def _make_fanout(layout):

0 commit comments

Comments
 (0)