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