fixed build warnings

This commit is contained in:
Blaise Tine
2021-10-17 12:01:31 -07:00
parent 5d90439a51
commit af6d9e7a8b
16 changed files with 69 additions and 69 deletions

View File

@@ -1,5 +1,5 @@
`include "VX_tex_define.vh"
module VX_tex_memory #(
module VX_tex_mem #(
parameter CORE_ID = 0,
parameter REQ_INFOW = 1,
parameter NUM_REQS = 1

View File

@@ -137,11 +137,11 @@ module VX_tex_unit #(
wire [REQ_INFOW_M-1:0] mem_rsp_info;
wire mem_rsp_ready;
VX_tex_memory #(
VX_tex_mem #(
.CORE_ID (CORE_ID),
.REQ_INFOW (REQ_INFOW_M),
.NUM_REQS (`NUM_THREADS)
) tex_memory (
) tex_mem (
.clk (clk),
.reset (reset),