feat: add scalar tmem softmax pipeline
This commit is contained in:
@@ -210,6 +210,7 @@
|
||||
`define INST_LSU_SD 4'b1011 // new for RV64I SD
|
||||
`define INST_LSU_TMEM_LD 4'b1100
|
||||
`define INST_LSU_TMEM_ST 4'b1101
|
||||
`define INST_LSU_TMEM_SOFTMAX 4'b1110
|
||||
`define INST_LSU_FENCE 4'b1111
|
||||
`define INST_LSU_BITS 4
|
||||
`define INST_LSU_FMT(op) op[2:0]
|
||||
|
||||
Reference in New Issue
Block a user