Skip to content

Commit

Permalink
[rtl] code cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Jun 23, 2024
1 parent f4bcc2f commit 46aff57
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 107 deletions.
4 changes: 0 additions & 4 deletions rtl/core/mem/neorv32_imem.default.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ architecture neorv32_imem_rtl of neorv32_imem is
signal rden : std_ulogic;
signal addr : std_ulogic_vector(index_size_f(IMEM_SIZE/4)-1 downto 0);

-- --------------------------- --
-- IMEM as pre-initialized ROM --
-- --------------------------- --

-- application (image) size in bytes --
constant imem_app_size_c : natural := (application_init_image'length)*4;

Expand Down
4 changes: 0 additions & 4 deletions rtl/core/mem/neorv32_imem.legacy.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ architecture neorv32_imem_rtl of neorv32_imem is
signal rden : std_ulogic;
signal addr, addr_ff : std_ulogic_vector(index_size_f(IMEM_SIZE/4)-1 downto 0);

-- --------------------------- --
-- IMEM as pre-initialized ROM --
-- --------------------------- --

-- application (image) size in bytes --
constant imem_app_size_c : natural := (application_init_image'length)*4;

Expand Down
Loading

0 comments on commit 46aff57

Please sign in to comment.