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

Added super ID monitoring

parent 6b482f50
Branches
No related tags found
1 merge request!34Add functionality for multiple module types in a single image
Pipeline #6142570 passed
......@@ -327,7 +327,7 @@ begin
--==============================--
-- Debug
--==============================--
debug.data(31 downto 0) <= std_logic_vector(super_id);
debug.data(31 downto 0) <= payload_header(31 downto 0);
debug.data(39 downto 32) <= output_data_count;
debug.data(47 downto 40) <= "00" & input_data_count(0);
debug.data(51 downto 48) <= std_logic_vector(to_unsigned(counter, 4));
......@@ -337,7 +337,7 @@ begin
debug.data(58) <= input_data_valid;
debug.valid <= '1';
debug.strobe <= '1';
debug_super_id <= std_logic_vector(super_id);
debug_super_id <= payload_header(31 downto 0);
debug_fifo(7 downto 0) <= output_data_count;
debug_fifo(8) <= output_full;
debug_fifo(9) <= output_rd_en;
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment