mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
minor update
This commit is contained in:
parent
5212286b30
commit
6f8e8bbfd6
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ module VX_csr_unit #(
|
|||
csr_rd_enable = 0;
|
||||
`ifdef EXT_RASTER_ENABLE
|
||||
if (raster_addr_enable) begin
|
||||
csr_read_data = `XLEN'(raster_csr_if.read_data);
|
||||
csr_read_data = raster_csr_if.read_data;
|
||||
end else
|
||||
`endif
|
||||
case (csr_req_if.addr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue