Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions ingressPort.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -654,8 +654,11 @@ access instruction is retired. Required if there are replicated
instruction block signals
|*lrid*[_lrid_width_p_-1:0] | S | Load request ID. Valid when *dretire*
is high
|*lresp*[_lresp_width_p_-1:0] | S | Load response:: None: reserved: Okay.
Load successful; *ldata* valid: Error. Load failed; *ldata* not valid
|*lresp*[_lresp_width_p_-1:0] | S | Load response: +
0: None +
1: reserved +
2: Okay. Load successful; *ldata* valid +
3: Error. Load failed; *ldata* not valid
|*lid*[_lrid_width_p_-1:0] | S | Split Load ID. Valid when *lresp* is
non-zero
|*sdata*[_sdata_width_p_-1:0] | S | Store data. Valid when *dretire* is
Expand Down
Loading