-----------------------------------------------------------------
--  This package type TI_BIDIR must be available to your toolset.
--  In most cases this text should be placed in a separate file 
--  named 'TI_BIDIR' that can be referenced via the --
--  'use TI_BIDIR.all' statement.                         
--
    package TI_BIDIR is
        use STD_1149_1_1990.all;
        constant BC_BIDIR : CELL_INFO;
    end TI_BIDIR;

    package body TI_BIDIR is
        constant BC_BIDIR : CELL_INFO :=
         ((BIDIR_IN, EXTEST,  PI),  (BIDIR_OUT, EXTEST,  PI),
          (BIDIR_IN, SAMPLE,  PI),  (BIDIR_OUT, SAMPLE,  PI),
          (BIDIR_IN, INTEST,  PI),  (BIDIR_OUT, INTEST,  PI));
    end TI_BIDIR;
----------------------------------------------------------
