Skip to content

Commit

Permalink
fixing typo in PCX_REQTYPE_STREAM_STORE
Browse files Browse the repository at this point in the history
  • Loading branch information
Jbalkind authored Aug 4, 2023
1 parent b2f0baf commit e8cb2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piton/design/include/l15.h.pyv
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
`define PCX_REQTYPE_FP1 5'b01010
`define PCX_REQTYPE_FP2 5'b01011
`define PCX_REQTYPE_STREAM_LOAD 5'b00100
`define PCX_REQTYPE_STREAM_STORE 5'b00100
`define PCX_REQTYPE_STREAM_STORE 5'b00101
`define PCX_REQTYPE_FWD_REQ 5'b01101
`define PCX_REQTYPE_FWD_REPLY 5'b01110
`define PCX_REQTYPE_AMO 5'b00110
Expand Down

0 comments on commit e8cb2ec

Please sign in to comment.