fixed build warnings
This commit is contained in:
@@ -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
|
||||
@@ -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),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user