Skip to content

Commit

Permalink
drive reset_all_in properly
Browse files Browse the repository at this point in the history
  • Loading branch information
cbakalis-slac committed Jul 24, 2024
1 parent fb67d92 commit 113c858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/pgp/pgp2fc/gtyUltraScale+/rtl/Pgp2fcGtyUltra.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ begin
clk => stableClk, -- [in]
rstOut => resetGtSync); -- [out]

--gtHardReset <= resetGtSync or stableRst;
gtHardReset <= stableRst;
gtHardReset <= resetGtSync or stableRst;
--gtHardReset <= stableRst;

U_RstSync_4 : entity surf.SynchronizerOneShot
generic map (
Expand Down

0 comments on commit 113c858

Please sign in to comment.