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