Sign in
foss-fpga-tools
/
yosys-symbiflow-plugins
/
e96d1b11e4b2bb5caf75444a01520619239f72c6
/
.
/
design_introspection-plugin
/
get_nets.h
blob: 8b66abe5e0b727f2305adee302a16920ad7f1936 [
file
]
#include
"kernel/register.h"
USING_YOSYS_NAMESPACE
struct
GetNets
:
public
Pass
{
GetNets
()
:
Pass
(
"get_nets"
,
"Print matching nets"
)
{}
void
help
()
override
;
void
execute
(
std
::
vector
<
std
::
string
>
args
,
RTLIL
::
Design
*
design
)
override
;
};