diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-05-12 13:25:45 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-05-12 13:30:03 -0600 |
| commit | b9f1829b68530dbcabfec66835aea136d385e50e (patch) | |
| tree | 23ecc96583d3a68f7c378e3f0367fa87719bfe09 /rtl/gfx/gfx_bootrom.sv | |
| parent | 9324d6fdfe6f605d61fc047c05c5bbe7c1507873 (diff) | |
rtl/gfx/firmware: implement bootloader
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 { |
