Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
0a8dcf10219ceecb9d0b3e304cd0e987faea9c17
/
.
/
ODIN_II
/
SRC
/
include
/
netlist_check.h
blob: b917e0fa493c845da4c4c90c5d1fcc54bd320c3c [
file
] [
log
] [
blame
]
#ifndef
NETLIST_CHECK_H
#define
NETLIST_CHECK_H
void
check_netlist
(
netlist_t
*
netlist
);
void
levelize_and_check_for_combinational_loop_and_liveness
(
short
ast_based
,
netlist_t
*
netlist
);
#endif