diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-21 02:51:35 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-21 18:02:55 -0600 |
| commit | eec83e78864061baaa7d459cfd22641a0ecd0726 (patch) | |
| tree | c493ba5143fcb9b4dde43de4282a8362b063e01c /rtl/gfx/gfx_sp_combiner.sv | |
| parent | 3821d219fa63837f847027022e1d585688ec66a9 (diff) | |
rtl/gfx: implement SP stream
Diffstat (limited to 'rtl/gfx/gfx_sp_combiner.sv')
| -rw-r--r-- | rtl/gfx/gfx_sp_combiner.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/gfx/gfx_sp_combiner.sv b/rtl/gfx/gfx_sp_combiner.sv index e5e64c3..8f16cd3 100644 --- a/rtl/gfx/gfx_sp_combiner.sv +++ b/rtl/gfx/gfx_sp_combiner.sv @@ -5,9 +5,9 @@ module gfx_sp_combiner input logic clk, rst_n, - input insn_deco deco, input mat4 a, b, + input insn_deco deco, input logic in_valid, output logic in_ready, |
