Skip to content

Commit 27ecea8

Browse files
authored
RFC #61: fix formatting.
1 parent f312f68 commit 27ecea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0061-minimal-streams.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Like other `amaranth.lib` modules, it is intended to be imported with the `from
7373
There is purposefully no `amaranth.lib.stream.Signature.payload_shape` property. It is expected that a future RFC will enable construction and introspection of complex streams, and the provision of any introspection of the payload is deferred until then.
7474

7575
The `amaranth.lib.fifo.FIFOInterface` class is extended with properties:
76-
- `r_stream: stream.Interface`: interface adapter with `payload = .r_data`, `valid = .r_rdy`, `ready = .r_en`.
77-
- `w_stream: stream.Interface`: interface adapter with `payload = .w_data`, `valid = .w_en`, `ready = .r_rdy`.
76+
- `r_stream: stream.Interface`: interface adapter with `payload = .r_data`, `valid = .r_rdy`, `ready = .r_en`.
77+
- `w_stream: stream.Interface`: interface adapter with `payload = .w_data`, `valid = .w_en`, `ready = .r_rdy`.
7878

7979
## Drawbacks
8080
[drawbacks]: #drawbacks

0 commit comments

Comments
 (0)