Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
0a8dcf10219ceecb9d0b3e304cd0e987faea9c17
/
.
/
ace2
/
sim.h
blob: 177da78a02d1cff801e1c9d6c31de583c9e83ebc [
file
] [
log
] [
blame
]
#ifndef
__ACE_SIM_H__
#define
__ACE_SIM_H__
#include
"ace.h"
void
ace_sim_activities
(
Abc_Ntk_t
*
ntk
,
Vec_Ptr_t
*
node_vec
,
int
max_cycles
,
double
threshold
);
#endif