Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
3c009e51ee84a74dcd48037e1319285315515737
/
.
/
ODIN_II
/
SRC
/
include
/
output_blif.h
blob: b6e55a16ea0e96bea22d9514e09061c3f0c76be5 [
file
] [
log
] [
blame
]
#ifndef
OUTPUT_BLIF_H
#define
OUTPUT_BLIF_H
void
output_blif
(
char
*
file_name
,
netlist_t
*
netlist
);
#endif