texunit partial update

This commit is contained in:
Blaise Tine
2021-03-20 10:50:54 -04:00
parent 859877a00d
commit 20ae993e51
17 changed files with 194 additions and 223 deletions

View File

@@ -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;