texunit tex_wrap

This commit is contained in:
Blaise Tine
2021-03-20 13:40:42 -04:00
parent 20ae993e51
commit 1431ef9bc0
24 changed files with 134 additions and 76 deletions

View File

@@ -1,5 +1,4 @@
`include "VX_platform.vh"
`include "VX_define.vh"
`include "VX_tex_define.vh"
module VX_tex_unit #(
parameter CORE_ID = 0
@@ -83,7 +82,6 @@ module VX_tex_unit #(
wire mem_rsp_ready;
VX_tex_addr_gen #(
.FRAC_BITS (20),
.REQ_TAG_WIDTH (REQ_TAG_WIDTH)
) tex_addr_gen (
.clk (clk),