OpenFPGA/ace2/SRC/cycle.h

9 lines
123 B
C
Raw Normal View History

#ifndef __ACE_CYCLE_H__
#define __ACE_CYCLE_H__
#include "ace.h"
Vec_Ptr_t * latches_in_cycles(Abc_Ntk_t * ntk);
#endif