minor update

This commit is contained in:
Blaise Tine
2021-03-20 20:59:11 -04:00
parent 96a03a3edf
commit 8fa78ef059
5 changed files with 67 additions and 59 deletions

View File

@@ -15,8 +15,8 @@ module VX_tex_sampler #(
input wire req_wb,
input wire [`TEX_FILTER_BITS-1:0] req_filter,
input wire [`TEX_FORMAT_BITS-1:0] req_format,
input wire [3:0][`FIXED_FRAC-1:0] req_ufrac,
input wire [3:0][`FIXED_FRAC-1:0] req_vfrac,
input wire [`NUM_THREADS-1:0][`FIXED_FRAC-1:0] req_u,
input wire [`NUM_THREADS-1:0][`FIXED_FRAC-1:0] req_v,
input wire [`NUM_THREADS-1:0][3:0][31:0] req_texels,
output wire req_ready,