00001 #include "read_xml_arch_file.h" 00002 00003 netlist_t *read_netlist ( 00004 const char *net_filename, 00005 int ntypes, 00006 const struct s_type_descriptor block_types[], 00007 t_type_ptr IO_type);