
       void avt_SetBlackBoxes(List *list);

DDEESSCCRRIIPPTTIIOONN
       Allows  the  user  to blackbox subcircuits. Blackboxed subcircuits will
       not be analyzed. Instead, the tool will let a hole. Whether  this  hole
       should
           be  filled  up or not by a timing description depends on configura-
       tion variables _t_a_s_I_g_n_o_r_e_B_l_a_c_k_b_o_x and _t_a_s_T_r_e_a_t_B_l_a_c_k_b_o_x_H_i_e_r_a_r_c_h_i_c_a_l_l_y.
           If a blackbox name is prefixed with "unused:", no hole will be cre-
       ated  but  instead  all  transistors  in the blackbox will be marked as
       unused. Those blackboxes can still be retreived with GNS if the  recog-
       nition rule uses the same transistor names as in the blackbox.
           This  command  is  equivalent  to  and  overrides the creation of a
       _B_L_A_C_K_B_O_X file.

AARRGGUUMMEENNTTSS
       lliisstt          List of subcircuits to be blackboxed. All intended black-
                     boxed  subcircuits  should  present  as only one _a_v_t___S_e_t_-
                     _B_l_a_c_k_B_o_x_e_s command is allowed.

       EEXXAAMMPPLLEE       _a_v_t___S_e_t_B_l_a_c_k_B_o_x_e_s _[_l_i_s_t _"_s_e_n_s_e___a_m_p_"_]

