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_axil2regblock.sv | |
| parent | 1ffcdb62cd7e95ccd3f971d0b5cb2e617e1481b2 (diff) | |
rtl/if_common: initial commit, moved out of gfx
Diffstat (limited to '')
| -rw-r--r-- | rtl/if_common/if_axil2regblock.sv (renamed from rtl/gfx/gfx_axil2regblock.sv) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rtl/gfx/gfx_axil2regblock.sv b/rtl/if_common/if_axil2regblock.sv index 2449b05..d3c20d9 100644 --- a/rtl/gfx/gfx_axil2regblock.sv +++ b/rtl/if_common/if_axil2regblock.sv @@ -1,6 +1,6 @@ -module gfx_axil2regblock +module if_axil2regblock ( - gfx_axil.s axis, + if_axil.s axis, axi4lite_intf.master axim ); |
