tex_unit partial update

This commit is contained in:
Blaise Tine
2021-03-20 08:40:57 -04:00
parent 50f5bdcfe3
commit 859877a00d
22 changed files with 352 additions and 183 deletions

View File

@@ -361,7 +361,8 @@ module VX_decode #(
`ifdef EXT_TEX_ENABLE
3'h5: begin
op_type = `OP_BITS'(`GPU_TEX);
use_rd = 1;
op_mod = instr[26:25];
use_rd = 1;
use_rs1 = 1;
use_rs2 = 1;
use_rs3 = 1;