Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
be5b45e6354410b27a8e4018bbf0e341277bd99d
/
.
/
ODIN_II
/
SRC
/
include
/
netlist_visualizer.h
blob: 05bc08375d83701c75640ca87fd4563e779a44fb [
file
] [
log
] [
blame
]
#include
"odin_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
);