1 ------------------------------------------------------------------------------- 2 -- File : DeviceDna.vhd 3 -- Company : SLAC National Accelerator Laboratory 4 -- Created : 2015-06-17 5 -- Last update: 2016-12-01 6 ------------------------------------------------------------------------------- 7 -- Description: Wrapper for the DNA_PORT 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;
25 --! @ingroup xilinx_general 57 end component DeviceDna7Series;
72 end component DeviceDnaUltraScale;
90 dnaValue(127 downto 56) <= (others=>'0');
93 GEN_ULTRA_SCALE : if (XIL_DEVICE_G = "ULTRASCALE") generate 107 dnaValue(127 downto 96) <= (others=>'0');
USE_SLOWCLK_Gboolean := false
BUFR_CLK_DIV_Gstring := "8"
BUFR_CLK_DIV_Gnatural := 8
SIM_DNA_VALUE_Gslv := X"000000000000000000000000"
out dnaValueslv( 95 downto 0)
SIM_DNA_VALUE_Gbit_vector := X"000000000000000"
USE_SLOWCLK_Gboolean := false
out dnaValueslv( 55 downto 0)
out dnaValueslv( 127 downto 0)
BUFR_CLK_DIV_Gpositive := 8
USE_SLOWCLK_Gboolean := false
SIM_DNA_VALUE_Gslv := X"000000000000000000000000"
XIL_DEVICE_Gstring := "7SERIES"