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_PC44C

--$ XILINX$RCSfile: xcr5064c_pc44.bsd,v $
--$ XILINX$Revision: 0.1 $
--
-- BSDL file for device XCR5064c, package PC44
-- 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_PC44C 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_PC44C : entity is "std_1149_1_1993";

attribute PIN_MAP             of XCR5064c_PC44C : entity is PHYSICAL_PIN_MAP;

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

attribute IDCODE_REGISTER     of XCR5064c_PC44C : entity is 
     "XXXX" &                 -- Version
     "000"  &		      -- Architecture
     "000"  &		      -- Technology
     "000101" 	   & 	      -- Part number
     "0"	   &	      -- Voltage 
     "001"	   &	      -- Package    
     "00000010101" &          -- Manufacturer
     "1";                     -- mandatory


attribute REGISTER_ACCESS     of XCR5064c_PC44C : 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_PC44C : entity is 1;

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



end XCR5064c_PC44C;