blob: b9d6643b6a652d60a81508904e15c232ed3bdaf1 [file] [log] [blame] [edit]
#ifndef READ_BLIF_H
#define 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);
void echo_input(char *blif_file, char *echo_file, t_model *library_models);
void dum_parse(char *buf);
#endif /*READ_BLIF_H*/