Skip to content

Commit

Permalink
refine resets
Browse files Browse the repository at this point in the history
  • Loading branch information
cbakalis-slac committed Oct 3, 2024
1 parent 7f00903 commit 3033857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,8 @@ begin

cPllRefClkSel <= ite(SEL_FABRIC_REFCLK_G, "111", "001");

rstSyncRxIn <= rxResetAlignCheck or rxReset;
rxResetGt <= rxResetAlignCheck or rxReset;

rstSyncRxIn <= rxResetAlignCheck;
rxResetGt <= rxResetAlignCheck;

txOutClk <= txOutClkB;
rxOutClk <= rxOutClkB;
Expand Down
2 changes: 1 addition & 1 deletion protocols/pgp/pgp2fc/gtyUltraScale+/rtl/Pgp2fcGtyUltra.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ begin
U_RstSync_4 : entity surf.SynchronizerOneShot
generic map (
TPD_G => TPD_G,
PULSE_WIDTH_G => ite(SIMULATION_G, 12500, 125000000)) -- 100us in sim; 1s in silicon
PULSE_WIDTH_G => 12500) -- 100us in sim and silicon; otherwise it takes forever to lock
port map (
clk => stableClk, -- [in]
dataIn => phyRxInit, -- [in]
Expand Down

0 comments on commit 3033857

Please sign in to comment.