Skip to content

Commit

Permalink
Remove unused BUFG_GT
Browse files Browse the repository at this point in the history
  • Loading branch information
thatweaver committed Jan 25, 2024
1 parent 1af94a4 commit 93a4570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/common/xpm/rtl/XpmBase.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-- Author : Matt Weaver
-- Company : SLAC National Accelerator Laboratory
-- Created : 2015-12-14
-- Last update: 2023-11-13
-- Last update: 2024-01-25
-- Platform :
-- Standard : VHDL'93/02
-------------------------------------------------------------------------------
Expand Down Expand Up @@ -417,7 +417,7 @@ begin
ODIV2 => usRefClkO,
O => usRefClkGt);

GEN_USREFCLK : if US_RX_ENABLE_INIT_G generate
GEN_USREFCLK : if USE_RTM_G or not US_RX_ENABLE_INIT_G generate
U_USREFCLK : BUFG_GT
port map (I => usRefClkO,
CE => '1',
Expand Down

0 comments on commit 93a4570

Please sign in to comment.