mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
Merge branch 'master' of https://github.gatech.edu/casl/Vortex
This commit is contained in:
commit
18fe9cba30
1 changed files with 1 additions and 1 deletions
|
@ -77,6 +77,6 @@ module VX_csr_pipe #(
|
|||
csr_read_data_s2;
|
||||
end
|
||||
|
||||
assign stall_gpr_csr = no_slot_csr && csr_req_if.is_csr && (| csr_req_if.valid);
|
||||
assign stall_gpr_csr = no_slot_csr;
|
||||
|
||||
endmodule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue