mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
a6c489b553
commit
40e3e0105a
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
`include "VX_tex_define.vh"
|
||||
|
||||
module VX_tex_addr_gen #(
|
||||
module VX_tex_addr #(
|
||||
parameter CORE_ID = 0,
|
||||
parameter REQ_INFO_WIDTH = 1
|
||||
) (
|
|
@ -89,9 +89,9 @@ module VX_tex_unit #(
|
|||
wire [REQ_INFO_WIDTH_M-1:0] mem_rsp_info;
|
||||
wire mem_rsp_ready;
|
||||
|
||||
VX_tex_addr_gen #(
|
||||
VX_tex_addr #(
|
||||
.REQ_INFO_WIDTH (REQ_INFO_WIDTH_A)
|
||||
) tex_addr_gen (
|
||||
) tex_addr (
|
||||
.clk (clk),
|
||||
.reset (reset),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue