Skip to content
Snippets Groups Projects
Commit 521e78fa authored by David Monk's avatar David Monk
Browse files

Fixed signal naming

parent 719287a8
No related branches found
No related tags found
1 merge request!34Add functionality for multiple module types in a single image
Pipeline #6142535 failed
......@@ -21,7 +21,7 @@ entity PayloadHeaderGenerator is
--- Ouput Ports ---
header_out : out tPayloadHeaderArray := (others => (others => '0'));
--- Debug Ports ---
super_id : out std_logic_vector(31 downto 0) := (others => '0')
debug_super_id : out std_logic_vector(31 downto 0) := (others => '0')
);
end PayloadHeaderGenerator;
......@@ -104,5 +104,6 @@ begin
end generate ; -- genOutput
debug_super_id <= super_id;
end Behavioral;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment