Sign in
foss-fpga-tools
/
yosys-symbiflow-plugins
/
07aae42b7b5974a401ef3f3cafee297af8be4536
/
.
/
design_introspection-plugin
/
get_ports.h
blob: 72f3c91d44f7444c9335f2a07fe8766c2003b97a [
file
]
#include
"kernel/register.h"
USING_YOSYS_NAMESPACE
struct
GetPorts
:
public
Pass
{
GetPorts
()
:
Pass
(
"get_ports"
,
"Print matching ports"
)
{}
void
help
()
override
;
void
execute
(
std
::
vector
<
std
::
string
>
args
,
RTLIL
::
Design
*
design
)
override
;
};