Skip to content

Commit

Permalink
docs(hw): Small update for flit table
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 17, 2024
1 parent 833ea5a commit 0f74865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hw/flits.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The entire flit is constructed by concatenating the header and the payload. One
| ----------- | --------------- | --------------------- |
| `hdr` | `hdr_t` | The header of the flit, which is identical across the whole network |
| `payload` | `payload_t`[^3] | The payload of the flit, which can be of any width |
| `rsvd` | `logic[x:0]` | Optional padding bits if the flit is smaller than the link width |
| `rsvd` | `logic[RsvdBits-1:0]` | Optional padding bits if the flit is smaller than the link width |

[^3]: The payload type can be anything. For instance, sending an AXI AW is done by defining a `axi_aw_chan_t` struct for the payload type.

Expand Down

0 comments on commit 0f74865

Please sign in to comment.