OpenFPGA/ace2/SRC/depth.h

7 lines
100 B
C

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