Tex CSRs write support added
This commit is contained in:
committed by
Blaise Tine
parent
7587876820
commit
72e06ef4fe
@@ -10,6 +10,7 @@ module VX_gpu_unit #(
|
||||
|
||||
// Inputs
|
||||
VX_gpu_req_if gpu_req_if,
|
||||
VX_tex_csr_if tex_csr_if,
|
||||
|
||||
// Outputs
|
||||
VX_warp_ctl_if warp_ctl_if,
|
||||
@@ -99,6 +100,7 @@ module VX_gpu_unit #(
|
||||
.reset (reset),
|
||||
|
||||
.tex_req_if (tex_req_if),
|
||||
.tex_csr_if (tex_csr_if),
|
||||
.tex_rsp_if (tex_rsp_if)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user