blob: bd0f453d7d29dcc9d53e9a3273beac5a22ea1dc5 [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;
std::string SelectionType() override;
void ExtractSelection(Tcl_Obj* tcl_list, RTLIL::Module* module,
const CommandArgs& args) override;
};
#endif // GET_NETS_H_