VPR-6.0
|
00001 #ifndef READ_XML_ARCH_FILE_H 00002 #define READ_XML_ARCH_FILE_H 00003 00004 #include "util.h" 00005 #include "arch_types.h" 00006 00007 /* function declarations */ 00008 void 00009 XmlReadArch ( 00010 INP const char *ArchFile, 00011 INP boolean timing_enabled, 00012 OUTP struct s_arch *arch, 00013 OUTP t_type_descriptor ** Types, 00014 OUTP int *NumTypes); 00015 void 00016 EchoArch ( 00017 INP const char *EchoFile, 00018 INP const t_type_descriptor * Types, 00019 INP int NumTypes, 00020 struct s_arch *arch); 00021 00022 00023 #endif 00024