Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
2854baa3881e8dfdc7ef53e888a83e8a4f3ef33c
/
.
/
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