Skip to content

Commit

Permalink
try removing the OR in the gt reset
Browse files Browse the repository at this point in the history
  • Loading branch information
cbakalis-slac committed Oct 5, 2024
1 parent 6670ba9 commit f5c1fdd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,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

0 comments on commit f5c1fdd

Please sign in to comment.