-- ***************************************************************************
-- Dual-Core Intel(r) Xeon(r) Processor 7200 Series and
-- Quad-Core Intel(r) Xeon(r) Processor 7200 Series 
-- Boundary Scan Descriptor Language (BSDL)
-- Model Cell Descriptor File, Version 1.0
-- ***************************************************************************
--
-- 
-- ***************************************************************************
-- Information in this document is provided in connection with Intel products.
-- No license, express or implied, by estoppel or otherwise, to any
-- intellectual property rights is granted by this document. Except as
-- provided in Intel's Terms and Conditions of Sale for such products,
-- Intel assumes no liability whatsoever, and Intel disclaims any express or
-- implied warranty, relating to sale and/or use of Intel products including
-- liability or warranties relating to fitness for a particular purpose,
-- merchantability, or infringement of any patent, copyright or other
-- intellectual property right. Intel products are not intended for use in
-- medical, life saving, or life sustaining applications.
--
-- Intel may make changes to specifications and product descriptions at any
-- time, without notice.
--
-- The Dual-Core Intel(r) Xeon(r) Processor 7200 Series and
-- Quad-Core Intel(r) Xeon(r) Processor 7200 Series may contain design 
-- defects or errors known as errata which may cause the product to 
-- deviate from publishedspecifications. Current characterized errata
-- are available on request.
--
-- Contact your local Intel sales office or your distributor to obtain the
-- latest specifications and before placing your product order.
--
-- Copyright (c) Intel Corporation 2007. Third-party brands and names are the
-- property of their respective owners.
-- ***************************************************************************
--
-- 

package Intel_7200_7300_cells is

use STD_1149_1_1994.all;

   constant BC_N : CELL_INFO;		-- Bidirectional I/O cell

end Intel_7200_7300_cells;

package body Intel_7200_7300_cells is


	constant BC_N: CELL_INFO :=
	(
		(BIDIR_OUT, EXTEST, PI),
		(BIDIR_OUT, SAMPLE, PI),
		(BIDIR_IN,  EXTEST, PI),
		(BIDIR_IN,  SAMPLE, PI),
		(INTERNAL,  EXTEST, PI),
		(INTERNAL,  SAMPLE, PI),
		(CONTROL,   EXTEST, PI),
		(CONTROL,   SAMPLE, PI),
		(OUTPUT3,   EXTEST, PI),
		(OUTPUT3,   SAMPLE, PI),
		(INPUT,     EXTEST, PI),
		(INPUT,     SAMPLE, PI)
	);

end Intel_7200_7300_cells;

