
       void avt_FlattenNetlist(Netlist *lf, char *level);

DDEESSCCRRIIPPTTIIOONN
       Flattens a netlist to a given level.

AARRGGUUMMEENNTTSS
       llff            Pointer on the netlist to be flattened

       lleevveell         Hierarchical  level  (coming  from  top-level) the nelist
                     will be flattened to. Available levels are _t_r_s, _c_a_t_a_l  or
                     _b_b_o_x  (transistor, catalog or blackbox). If none of those
                     levels are used, _l_e_v_e_l will  be  considered  an  instance
                     name, to which the netlist will be flattened.

       EEXXAAMMPPLLEE       _a_v_t___F_l_a_t_t_e_n_N_e_t_l_i_s_t _$_n_e_t_l_i_s_t _t_r_s

