Sign in
foss-fpga-tools
/
yosys-symbiflow-plugins
/
07aae42b7b5974a401ef3f3cafee297af8be4536
/
.
/
design_introspection-plugin
/
get_nets.h
blob: 57b988505f57518586ac241e8405cf10d039a8da [
file
]
#ifndef
_GET_NETS_H_
#define
_GET_NETS_H_
#include
"get_cmd.h"
USING_YOSYS_NAMESPACE
struct
GetNets
:
public
GetCmd
{
GetNets
()
:
GetCmd
(
"get_nets"
,
"Print matching nets"
)
{}
std
::
string
TypeName
()
override
;
};
#endif
// GET_NETS_H_