feat: add scalar tmem softmax pipeline
This commit is contained in:
@@ -550,6 +550,16 @@ module VX_decode #(
|
||||
end
|
||||
end
|
||||
`endif
|
||||
3'h3: begin
|
||||
if (func7 == 7'h30) begin
|
||||
ex_type = `EX_LSU;
|
||||
op_type = `INST_LSU_TMEM_SOFTMAX;
|
||||
use_rd = 1;
|
||||
`USED_IREG (rd);
|
||||
`USED_IREG (rs1);
|
||||
`USED_IREG (rs2);
|
||||
end
|
||||
end
|
||||
default:;
|
||||
endcase
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user