Skip to content

Commit 0f74865

Browse files
committed
docs(hw): Small update for flit table
1 parent 833ea5a commit 0f74865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hw/flits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The entire flit is constructed by concatenating the header and the payload. One
6060
| ----------- | --------------- | --------------------- |
6161
| `hdr` | `hdr_t` | The header of the flit, which is identical across the whole network |
6262
| `payload` | `payload_t`[^3] | The payload of the flit, which can be of any width |
63-
| `rsvd` | `logic[x:0]` | Optional padding bits if the flit is smaller than the link width |
63+
| `rsvd` | `logic[RsvdBits-1:0]` | Optional padding bits if the flit is smaller than the link width |
6464

6565
[^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.
6666

0 commit comments

Comments
 (0)