blob: b917e0fa493c845da4c4c90c5d1fcc54bd320c3c [file] [log] [blame]
#ifndef NETLIST_CHECK_H
#define NETLIST_CHECK_H
void check_netlist(netlist_t *netlist);
void levelize_and_check_for_combinational_loop_and_liveness(short ast_based, netlist_t *netlist);
#endif