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: XCR3032A_VQ44

--$ XILINX$RCSfile: xcr3032a_vq44.bsd,v $
--$ XILINX$Revision: 1.1 $
--
-- BSDL file for device XCR3032A, package VQ44
-- Xilinx, Inc. $State: ADVANCED $ $Date: 2000-07-27 10:00:53-07 $
-- Generated by Phillip Young
--
-- 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 XCR3032A_VQ44 is

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

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 13);  -- Tim pin type IOO
      ioB      : linkage bit_vector (0 to 13);  -- 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 XCR3032A_VQ44 : entity is "std_1149_1_1993";

attribute PIN_MAP             of XCR3032A_VQ44 : entity is PHYSICAL_PIN_MAP;

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

attribute IDCODE_REGISTER     of XCR3032A_VQ44 : entity is 
     "XXXX" &                 -- Version
     "000"  &		      -- Architecture
     "010"  &		      -- Technology
     "000000" 	   & 	      -- Part number
     "1"	   &	      -- Voltage 
     "010"	   &	      -- Package    
     "00000010101" &          -- Manufacturer
     "1";                     -- mandatory


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

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


end XCR3032A_VQ44;