1 ------------------------------------------------------------------------------- 2 -- File : SaltDelayCtrl.vhd 3 -- Company : SLAC National Accelerator Laboratory 4 -- Created : 2015-06-16 5 -- Last update: 2016-06-21 6 ------------------------------------------------------------------------------- 7 -- Description: Wrapper for IDELAYCTRL 8 ------------------------------------------------------------------------------- 9 -- This file is part of 'SLAC Firmware Standard Library'. 10 -- It is subject to the license terms in the LICENSE.txt file found in the 11 -- top-level directory of this distribution and at: 12 -- https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. 13 -- No part of 'SLAC Firmware Standard Library', including this file, 14 -- may be copied, modified, propagated, or distributed except according to 15 -- the terms contained in the LICENSE.txt file. 16 ------------------------------------------------------------------------------- 19 use ieee.std_logic_1164.
all;
24 use UNISIM.vcomponents.
all;
27 --! @ingroup protocols_salt_core 56 RstSync_Inst :
entity work.
RstSync 65 SALT_IDELAY_CTRL_Inst : IDELAYCTRL
70 REFCLK =>
refClk,
-- 1-bit input: Reference clock input 71 RST =>
syncRst);
-- 1-bit input: Active high reset input IODELAY_GROUP_Gstring := "SALT_IODELAY_GRP"
REF_RST_SYNC_Gboolean := true
BYPASS_SYNC_Gboolean := false
SIM_DEVICE_Gstring := "7SERIES"