BSDL Files Library for JTAG

The only free public library that contains thousands of BSDL (Boundary Scan Description Language) models to use with BScan/JTAG tools

BSDL model: XCR5064C_VQ44C

--$ XILINX$RCSfile: xcr5064c_vq44.bsd,v $
--$ XILINX$Revision: 0.1 $
--
-- BSDL file for device XCR5064c, package VQ44
-- Xilinx, Inc. $State: PRELIMINARY $ $Date: 1998-09-04 $
-- Generated by
--
-- IMPORTANT NOTE  WARNING !!   
-- ****************************************************************
--     Boundary registers as called out by this file do not exist!  
--     They must be described for  BSDL Compliance.  Extest and 
--     Preload commands do not exist nor function.  If either of 
--     those commands are selected, the bypass register will be 
--     used.
--
-- For technical support, contact Xilinx at
-- 
--             http://support.xilinx.com
-- 
-- or as follow:
--	North America	1-800-255-7778		hotline@xilinx.com
--	United Kingdom	(44) 1932 820821	ukhelp@xilinx.com
--	France		(33) 1 3463 0100	frhelp@xilinx.com
--	Germany		(49) 89 991 54930	dlhelp@xilinx.com
--	Japan		(81) 3-3297-9163	jhotline@xilinx.com
--
entity XCR5064c_VQ44C is

generic (PHYSICAL_PIN_MAP : string := "xcr5064c");

port (din      : linkage      bit_vector (0 to 3);   -- Tim pin type IN
      TDI      : in      bit; 			-- Tim pin type TDI
      TMS      : in      bit; 			-- Tim pin type TMS
      TCK      : in      bit; 			-- Tim pin type TCK
      TDO      : out     bit; 			-- Tim pin type TDO
      ioA      : linkage   bit_vector (0 to 6);  -- Tim pin type IOO
      ioB      : linkage   bit_vector (0 to 6);  -- Tim pin type IOO
      ioC      : linkage   bit_vector (0 to 6);  -- Tim pin type IOO
      ioD      : linkage   bit_vector (0 to 6);  -- Tim pin type IOO
      Vcc      : linkage bit_vector (1 to 4);
      Gnd      : linkage bit_vector (1 to 4)
      );

use STD_1149_1_1994.ALL;

attribute COMPONENT_CONFORMANCE of XCR5064c_VQ44C : entity is
     "std_1149_1_1993";

attribute PIN_MAP             of XCR5064c_VQ44C : entity is PHYSICAL_PIN_MAP;

constant xcr5064c : PIN_MAP_STRING :=
     "din      : (37, 39, 38, 40)," &
     "TDI      :    1," &
     "TMS      :   7," &
     "TCK      :   26," &
     "TDO      :   32," &
     "ioA      : ( 42,  43,  44,   2,   3,  5,    6)," &
     "ioB      : ( 15,  14,  13,  12,  11,  10,   8)," &
     "ioC      : ( 18,  19,  20,  21,  22,  23,  25)," &
     "ioD      : ( 35,  34,  33,  31,  30,  28,  27)," &
     "Vcc      : (  9,  17,  29,  41),	             " &
     "Gnd      : (  4,  16,  24,  36) 	             " ;

attribute TAP_SCAN_CLOCK      of TCK : signal is (10.0e6, both);
attribute TAP_SCAN_IN         of TDI : signal is true;
attribute TAP_SCAN_MODE       of TMS : signal is true;
attribute TAP_SCAN_OUT        of TDO : signal is true;

-- Instruction Register Definitions

attribute INSTRUCTION_LENGTH  of XCR5064c_VQ44C : entity is 4;
attribute INSTRUCTION_OPCODE  of XCR5064c_VQ44C : entity is
     "SAMPLE         (0010)," &
     "EXTEST         (0000)," &
     "IDCODE         (0001)," &
     "BYPASS         (1111)," &
     "ENABLEOTF      (1000)," &
     "ENABLE         (1001)," &
     "ERASE          (1010)," &
     "PROGRAM        (1011)," &
     "VERIFY         (1100)," &
     "INIT           (1101)";

attribute INSTRUCTION_CAPTURE of XCR5064c_VQ44C : entity is "0001";

attribute IDCODE_REGISTER     of XCR5064c_VQ44C : entity is
     "XXXX" &                 -- Version
     "011"  &		      -- Architecture
     "000"  &		      -- Technology
     "000101" 	   & 	      -- Part number
     "00000010101" &          -- Manufacturer
     "0"	   &	      -- Voltage
     "110"	   &	      -- Package
     "1";                     -- mandatory
attribute REGISTER_ACCESS     of XCR5064c_VQ44C : entity is
--     "IDCODE         (IDCODE)," &
     "DEVICE_ID         (IDCODE)," &
     "BOUNDARY       (SAMPLE)," &
     "BYPASS         (BYPASS)," &
     "DATAREG[5]  (ENABLEOTF)," &
     "DATAREG[5]     (ENABLE)," &
     "DATAREG[5]      (ERASE)," &
     "DATAREG[5]    (PROGRAM)," &
     "DATAREG[5]     (VERIFY)," &
     "BYPASS           (INIT)";


attribute BOUNDARY_LENGTH     of XCR5064c_VQ44C : entity is 1;

attribute BOUNDARY_REGISTER   of XCR5064c_VQ44C : entity is
--
--   num  cell  port  function  safe  [ccell     disval    rslt]
--
     "0  (BC_1,  *,   INTERNAL,  X)";


end XCR5064c_VQ44C;