Skip to content

Commit

Permalink
route pmaresetdone
Browse files Browse the repository at this point in the history
  • Loading branch information
cbakalis-slac committed Jun 24, 2024
1 parent 073eb17 commit f8cc1bc
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions LCLS-II/gtyUltraScale+/rtl/TimingGtCoreWrapper.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,18 @@ entity TimingGtCoreWrapper is
cpllRefClkSel : in slv(2 downto 0) := "001"; -- Set for "111" for gtgRefClk

-- Rx ports
rxControl : in TimingPhyControlType;
rxStatus : out TimingPhyStatusType;
rxUsrClkActive : in sl;
rxCdrStable : out sl;
rxUsrClk : in sl;
rxData : out slv(15 downto 0);
rxDataK : out slv(1 downto 0);
rxDispErr : out slv(1 downto 0);
rxDecErr : out slv(1 downto 0);
rxOutClk : out sl;
rxRecClk : out sl;
rxControl : in TimingPhyControlType;
rxStatus : out TimingPhyStatusType;
rxUsrClkActive : in sl;
rxCdrStable : out sl;
rxPmaRstDoneOut : out sl;
rxUsrClk : in sl;
rxData : out slv(15 downto 0);
rxDataK : out slv(1 downto 0);
rxDispErr : out slv(1 downto 0);
rxDecErr : out slv(1 downto 0);
rxOutClk : out sl;
rxRecClk : out sl;

-- Tx Ports
txControl : in TimingPhyControlType;
Expand Down Expand Up @@ -456,7 +457,7 @@ begin
rxctrl2_out => open,
rxctrl3_out => rxCtrl3Out,
rxoutclk_out(0) => rxoutclk_out,
rxpmaresetdone_out => open,
rxpmaresetdone_out => rxPmaRstDoneOut,
txoutclk_out(0) => txoutclk_out,
txpmaresetdone_out => open,
rxrecclkout_out(0) => rxRecClk);
Expand Down Expand Up @@ -551,7 +552,7 @@ begin
rxctrl2_out => open,
rxctrl3_out => rxCtrl3Out,
rxoutclk_out(0) => rxoutclk_out,
rxpmaresetdone_out => open,
rxpmaresetdone_out => rxPmaRstDoneOut,
txoutclk_out(0) => txoutclk_out,
txpmaresetdone_out => open,
rxrecclkout_out(0) => rxRecClk);
Expand Down

0 comments on commit f8cc1bc

Please sign in to comment.