Skip to content
Snippets Groups Projects
Commit ef3908b5 authored by BRONES Romain's avatar BRONES Romain
Browse files

Fix on BPM frame output: double x plane data

* the y position received the x data :(
parent 5e9a037b
No related branches found
No related tags found
No related merge requests found
......@@ -262,7 +262,7 @@ begin
if flag_all = '1' then
-- Make AXIS packet
packet.pos_x <= packet_xpos;
packet.pos_y <= packet_xpos;
packet.pos_y <= packet_ypos;
packet.bpm_id <= "000000" & packet_bpmid;
packet.mc_timestamp <= mc_time;
packet.fa_seq <= packet_timestamp(7 downto 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment