summaryrefslogtreecommitdiff
path: root/rtl
diff options
context:
space:
mode:
Diffstat (limited to 'rtl')
-rw-r--r--rtl/gfx/gfx_sp_batch.sv2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/gfx/gfx_sp_batch.sv b/rtl/gfx/gfx_sp_batch.sv
index b999219..3d566ab 100644
--- a/rtl/gfx/gfx_sp_batch.sv
+++ b/rtl/gfx/gfx_sp_batch.sv
@@ -90,7 +90,7 @@ module gfx_sp_batch
2'b11: fifo_in.mask = 4'b0111;
endcase
- if (read_block_count == 0)
+ if (read_block_count != 0)
fifo_in.mask = 4'b1111;
end