Skip to content

Commit

Permalink
refine resets
Browse files Browse the repository at this point in the history
  • Loading branch information
cbakalis-slac committed Mar 15, 2024
1 parent 70ca422 commit fd4662d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@ begin

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

rstSyncRxIn <= ite(USE_ALIGN_CHECK_G, rxResetAlignCheck, rxReset);
rxResetGt <= ite(USE_ALIGN_CHECK_G, rxResetAlignCheck, rxReset);
rstSyncRxIn <= rxResetAlignCheck or rxReset;
rxResetGt <= rxResetAlignCheck or rxReset;

txOutClk <= txOutClkB;
rxOutClk <= rxOutClkB;
Expand Down

0 comments on commit fd4662d

Please sign in to comment.