texunit partial update
This commit is contained in:
@@ -361,7 +361,7 @@ module VX_decode #(
|
||||
`ifdef EXT_TEX_ENABLE
|
||||
3'h5: begin
|
||||
op_type = `OP_BITS'(`GPU_TEX);
|
||||
op_mod = instr[26:25];
|
||||
op_mod = `MOD_BITS'(instr[26:25]);
|
||||
use_rd = 1;
|
||||
use_rs1 = 1;
|
||||
use_rs2 = 1;
|
||||
|
||||
Reference in New Issue
Block a user