diff options
Diffstat (limited to 'rtl/gfx/gfx_bootrom.sv')
| -rw-r--r-- | rtl/gfx/gfx_bootrom.sv | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rtl/gfx/gfx_bootrom.sv b/rtl/gfx/gfx_bootrom.sv index 2c4581e..a8f3b74 100644 --- a/rtl/gfx/gfx_bootrom.sv +++ b/rtl/gfx/gfx_bootrom.sv @@ -1,10 +1,10 @@ module gfx_bootrom import gfx::*; ( - input logic clk, - rst_n, + input logic clk, + rst_n, - gfx_axil.s axis + if_axil.s axis ); localparam ROM_WORDS_LOG = 8; |
