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

fix QPLL reset stuck

parent 6427a0ee
No related branches found
No related tags found
No related merge requests found
......@@ -374,7 +374,7 @@ begin
qpll1reflost => gty_qpll1reflost
);
gty_qpll1reset <= not or_reduce(comlbp_qpllreset);
gty_qpll1reset <= or_reduce(comlbp_qpllreset);
------------
-- COMBPM --
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment