-- Copyright Intel Corporation 2001 --**************************************************************************** -- Intel Corporation makes no warranty for the use of its products -- and assumes no responsibility for any errors which may appear in -- this document nor does it make a commitment to update the information -- contained herein. --**************************************************************************** -- Boundary-Scan Description Language (BSDL Version 0.0) is a de-facto -- standard means of describing essential features of ANSI/IEEE 1149.1-1990 -- compliant devices. This language is under consideration by the IEEE for -- formal inclusion within a supplement to the 1149.1-1990 standard. The -- generation of the supplement entails an extensive IEEE review and a formal -- acceptance balloting procedure which may change the resultant form of the -- language. Be aware that this process may extend well into 1993, and at -- this time the IEEE does not endorse or hold an opinion on the language. --**************************************************************************** -- -- Intel 80321 Custom Boundary Scan Cell Descriptor File -- **NOT** Verified against Silicon -- A-stepping -- --------------------------------------------------------- package 80321_cells is use STD_1149_1_1990.all; constant CBSC_1 : CELL_INFO; -- Bidirectional I/O cell end 80321_cells; package body 80321_cells is --use STD_1149_1_1990.all; constant CBSC_1 : CELL_INFO := ((BIDIR_IN, EXTEST, PI), (BIDIR_OUT, EXTEST, PI), (BIDIR_IN, RUNBIST, PI), (BIDIR_OUT, RUNBIST, PI), (BIDIR_IN, INTEST, PI), (BIDIR_OUT, INTEST, PI), (BIDIR_IN, SAMPLE, PI), (BIDIR_OUT, SAMPLE, PI)); end 80321_cells;