diff options
Diffstat (limited to '')
| -rw-r--r-- | rtl/gfx/gfx_bootrom.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/gfx/gfx_bootrom.sv b/rtl/gfx/gfx_bootrom.sv index a8f3b74..5a45da4 100644 --- a/rtl/gfx/gfx_bootrom.sv +++ b/rtl/gfx/gfx_bootrom.sv @@ -7,7 +7,7 @@ import gfx::*; if_axil.s axis ); - localparam ROM_WORDS_LOG = 8; + localparam ROM_WORDS_LOG = 7; enum int unsigned { |
