mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 22:07:41 -04:00
merge
This commit is contained in:
commit
24c81c4a3a
3 changed files with 4 additions and 5 deletions
|
@ -50,7 +50,6 @@ module VX_scheduler (
|
|||
integer i, w;
|
||||
|
||||
always @(posedge clk) begin
|
||||
|
||||
if (reset) begin
|
||||
for (w = 0; w < `NUM_WARPS; w=w+1) begin
|
||||
for (i = 0; i < 32; i = i + 1) begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue