summaryrefslogtreecommitdiff
path: root/rtl/gfx/gfx_frag.sv
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/gfx/gfx_frag.sv')
-rw-r--r--rtl/gfx/gfx_frag.sv2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/gfx/gfx_frag.sv b/rtl/gfx/gfx_frag.sv
index d4b2495..94db287 100644
--- a/rtl/gfx/gfx_frag.sv
+++ b/rtl/gfx/gfx_frag.sv
@@ -7,6 +7,7 @@ module gfx_frag
input frag_xy_lanes fragments,
input bary_lanes barys,
+ input fixed_tri ws,
input paint_lanes in_valid,
output logic in_ready,
@@ -62,7 +63,6 @@ module gfx_frag
gfx_frag_bary frag_bary
(
- .ws(),
.stall(frag_stall),
.*
);