Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
bb5a5a809ec21879e4eefc197c134b11cd3ac80e
/
.
/
ODIN_II
/
SRC
/
netlist_visualizer.h
blob: 2e467fb4b21b115dd8de1636e0cffecea536bce0 [
file
] [
log
] [
blame
]
#include
"types.h"
void
graphVizOutputNetlist
(
char
*
path
,
char
*
name
,
short
marker_value
,
netlist_t
*
netlist
);
void
graphVizOutputCombinationalNet
(
char
*
path
,
char
*
name
,
short
marker_value
,
nnode_t
*
current_node
);