diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-05-05 18:45:11 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-05-05 18:45:11 -0600 |
| commit | 638b75fb4c8fdc3c9d3a208f6bd9976841bc0928 (patch) | |
| tree | 3f26dad5958d6713d942b53b8c0bf62e003565a3 /rtl/gfx/gfx_sched.sv | |
| parent | 1ffcdb62cd7e95ccd3f971d0b5cb2e617e1481b2 (diff) | |
rtl/if_common: initial commit, moved out of gfx
Diffstat (limited to 'rtl/gfx/gfx_sched.sv')
| -rw-r--r-- | rtl/gfx/gfx_sched.sv | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/rtl/gfx/gfx_sched.sv b/rtl/gfx/gfx_sched.sv index 0ffaecd..03498e4 100644 --- a/rtl/gfx/gfx_sched.sv +++ b/rtl/gfx/gfx_sched.sv @@ -1,13 +1,13 @@ module gfx_sched import gfx::*; ( - input logic clk, - rst_n, - srst_n, + input logic clk, + rst_n, + srst_n, - gfx_axil.m axim, + if_axil.m axim, - input irq_lines irq + input irq_lines irq ); // verilator tracing_off |
