diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-02 20:36:51 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-10 01:42:47 -0600 |
| commit | 85fc7268a690e38ecb7f3b04dbfb8d70f2570a79 (patch) | |
| tree | 5e7ba468b1c8e68c3835c59c83a10d285787ea37 /rtl/gfx/pipeline_flow.sv | |
| parent | 814eb9d024a928380815a8a830eee3b86d71cf75 (diff) | |
rtl/gfx: implement perspective division
Diffstat (limited to 'rtl/gfx/pipeline_flow.sv')
| -rw-r--r-- | rtl/gfx/pipeline_flow.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/gfx/pipeline_flow.sv b/rtl/gfx/pipeline_flow.sv index 15986d0..64b5714 100644 --- a/rtl/gfx/pipeline_flow.sv +++ b/rtl/gfx/pipeline_flow.sv @@ -12,7 +12,7 @@ module pipeline_flow stall ); - logic valid[STAGES]; + logic[STAGES - 1:0] valid; skid_flow skid ( |
