Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
refs/heads/nd
/
.
/
ODIN_II
/
SRC
/
include
/
odin_ii.h
blob: 9cc95edafc4e2dfb54ec43650a68bd723edb6e27 [
file
] [
log
] [
blame
] [
edit
]
#ifndef
ODIN_II_H
#define
ODIN_II_H
struct
netlist_t_t
*
start_odin_ii
(
int
argc
,
char
**
argv
);
int
terminate_odin_ii
(
struct
netlist_t_t
*
odin_netlist
);
void
set_default_config
();
void
get_options
(
int
argc
,
char
**
argv
);
#endif