Skip to content
Snippets Groups Projects
Commit 3798966c authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Corrected decoded_data.

parent 8b89552f
No related branches found
No related tags found
1 merge request!288Resolve L2SDP-836
......@@ -90,6 +90,7 @@ BEGIN
-- View sosi.data in Wave Window
rx_udp_data <= rx_udp_sosi.data(c_word_w-1 DOWNTO 0);
rx_offload_data <= rx_offload_sosi.data(c_word_w-1 DOWNTO 0);
decoded_data <= decoded_sosi.data(c_word_w-1 DOWNTO 0);
rx_fifo_data <= rx_fifo_sosi.data(c_word_w-1 DOWNTO 0);
unpacked_data <= unpacked_sosi.data(c_octet_w-1 DOWNTO 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment