We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833ea5a commit 0f74865Copy full SHA for 0f74865
docs/hw/flits.md
@@ -60,7 +60,7 @@ The entire flit is constructed by concatenating the header and the payload. One
60
| ----------- | --------------- | --------------------- |
61
| `hdr` | `hdr_t` | The header of the flit, which is identical across the whole network |
62
| `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 |
+| `rsvd` | `logic[RsvdBits-1:0]` | Optional padding bits if the flit is smaller than the link width |
64
65
[^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.
66
0 commit comments