Tex CSRs write support added

This commit is contained in:
Krishna Yalamarthy
2021-03-13 22:01:25 -05:00
committed by Blaise Tine
parent 7587876820
commit 72e06ef4fe
14 changed files with 166 additions and 7 deletions

View File

@@ -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)
);