7 lines
100 B
C
7 lines
100 B
C
|
#ifndef __ACE_DEPTH_H_
|
||
|
#define __ACE_DEPTH_H_
|
||
|
|
||
|
int ace_calc_network_depth(Abc_Ntk_t * ntk);
|
||
|
|
||
|
#endif
|