diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-10 23:25:15 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-11 00:14:14 -0600 |
| commit | 50440e25024b5d64b36396d2a5f5b8413d93eefc (patch) | |
| tree | c4bc8d71c532a75a7f6c38500b5a82a41f8c9d91 /rtl/gfx/gfx_raster_coarse.sv | |
| parent | a979554f1f69b1a3a28e0fa38a26736fbab082da (diff) | |
rtl/gfx: implement fragment funnel
Diffstat (limited to 'rtl/gfx/gfx_raster_coarse.sv')
| -rw-r--r-- | rtl/gfx/gfx_raster_coarse.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/gfx/gfx_raster_coarse.sv b/rtl/gfx/gfx_raster_coarse.sv index 7a047ee..d2bac38 100644 --- a/rtl/gfx/gfx_raster_coarse.sv +++ b/rtl/gfx/gfx_raster_coarse.sv @@ -54,8 +54,8 @@ module gfx_raster_coarse gfx_skid_flow skid_flow ( - .in_valid(send), .in_ready(skid_ready), + .in_valid(send), .* ); |
