blob: a94d6df71a237718fdf0740f65146f0d6f8b792d [file] [log] [blame]
#ifndef NETLIST_CLEANUP_H
#define NETLIST_CLEANUP_H
void remove_unused_logic(netlist_t *netlist);
#endif