Skip to content

Commit

Permalink
RFC #61: fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark authored Apr 3, 2024
1 parent f312f68 commit 27ecea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text/0061-minimal-streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ Like other `amaranth.lib` modules, it is intended to be imported with the `from
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.

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

## Drawbacks
[drawbacks]: #drawbacks
Expand Down

0 comments on commit 27ecea8

Please sign in to comment.