VPR-7.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
read_blif.h
Go to the documentation of this file.
1 #ifndef READ_BLIF_H
2 #define READ_BLIF_H
3 
4 void read_and_process_blif(char *blif_file,
5  boolean sweep_hanging_nets_and_inputs, t_model *user_models,
6  t_model *library_models, boolean read_activity_file,
7  char * activity_file);
8 void echo_input(char *blif_file, char *echo_file, t_model *library_models);
9 void dum_parse(char *buf);
10 
11 #endif /*READ_BLIF_H*/
void read_and_process_blif(char *blif_file, boolean sweep_hanging_nets_and_inputs, t_model *user_models, t_model *library_models, boolean read_activity_file, char *activity_file)
Definition: read_blif.c:1765
void echo_input(char *blif_file, char *echo_file, t_model *library_models)
Definition: read_blif.c:980
void dum_parse(char *buf)
Definition: read_blif.c:358