Skip to content
Snippets Groups Projects
Commit fbafc894 authored by Roberto Hexsel's avatar Roberto Hexsel
Browse files

small syntax problem in rom,vhd

parent b80a0478
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -135,8 +135,7 @@ architecture rtl of single_port_rom is ...@@ -135,8 +135,7 @@ architecture rtl of single_port_rom is
-- -e 's#\(^ *[a-f0-9]*:\) *\(........\) *\(.*\)$#x"\2", -- \1 \3#' \ -- -e 's#\(^ *[a-f0-9]*:\) *\(........\) *\(.*\)$#x"\2", -- \1 \3#' \
-- -e '$s:,: :' -- -e '$s:,: :'
constant test_prog : memory_t := ( constant test_prog : memory_t := (others => (others => '0'));
(others => (others => '0')) );
function init_rom function init_rom
return memory_t is return memory_t is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment