Skip to content

Commit e8cb2ec

Browse files
authored
fixing typo in PCX_REQTYPE_STREAM_STORE
1 parent b2f0baf commit e8cb2ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

piton/design/include/l15.h.pyv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
307307
`define PCX_REQTYPE_FP1 5'b01010
308308
`define PCX_REQTYPE_FP2 5'b01011
309309
`define PCX_REQTYPE_STREAM_LOAD 5'b00100
310-
`define PCX_REQTYPE_STREAM_STORE 5'b00100
310+
`define PCX_REQTYPE_STREAM_STORE 5'b00101
311311
`define PCX_REQTYPE_FWD_REQ 5'b01101
312312
`define PCX_REQTYPE_FWD_REPLY 5'b01110
313313
`define PCX_REQTYPE_AMO 5'b00110

0 commit comments

Comments
 (0)