diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-12 23:42:59 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-14 07:48:52 -0600 |
| commit | 3e8235aa71a930be815e03230b64bb850b6ffdb4 (patch) | |
| tree | 97425f5d144dba24d24d9a5584c64d46c5c7f5c0 /rtl/gfx/gfx_frag_funnel.sv | |
| parent | 01eaa9a9175a7cb313ff58182a31a964dbac7071 (diff) | |
rtl/gfx: move funnel out of frag
Diffstat (limited to '')
| -rw-r--r-- | rtl/gfx/gfx_funnel.sv (renamed from rtl/gfx/gfx_frag_funnel.sv) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/gfx/gfx_frag_funnel.sv b/rtl/gfx/gfx_funnel.sv index 943f582..22fefe3 100644 --- a/rtl/gfx/gfx_frag_funnel.sv +++ b/rtl/gfx/gfx_funnel.sv @@ -1,6 +1,6 @@ `include "gfx/gfx_defs.sv" -module gfx_frag_funnel +module gfx_funnel ( input logic clk, rst_n, |
