OpenFPGA/ace2/depth.h

7 lines
106 B
C

#ifndef __ACE_DEPTH_H_
#define __ACE_DEPTH_H_
int ace_calc_network_depth(Abc_Ntk_t * ntk);
#endif