Skip to content
Snippets Groups Projects
Commit f556b6fb authored by Frans Schreuder's avatar Frans Schreuder
Browse files

Merge remote-tracking branch 'origin/FLX-2219_LatchecPLLMonitor' into release-4.13

parents bafe5868 b4bf0060
No related branches found
No related tags found
No related merge requests found
......@@ -296,7 +296,7 @@ begin
register_map_gbt_monitor.GBT_ALIGNMENT_LOST.ALIGNMENT_LOST <= (others => '0');
end if;
for i in 0 to GBT_NUM-1 loop
if alignment_done_f(i) = '0' then
if GBT_ALIGNMENT_DONE(i) = '0' then
register_map_gbt_monitor.GBT_ALIGNMENT_LOST.ALIGNMENT_LOST(i) <= '1';
end if;
end loop;
......
......@@ -335,7 +335,7 @@ begin
register_map_gbt_monitor.GBT_ALIGNMENT_LOST.ALIGNMENT_LOST <= (others => '0');
end if;
for i in 0 to GBT_NUM-1 loop
if alignment_done_f(i) = '0' then
if GBT_ALIGNMENT_DONE(i) = '0' then
register_map_gbt_monitor.GBT_ALIGNMENT_LOST.ALIGNMENT_LOST(i) <= '1';
end if;
end loop;
......
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