blob: 8af0b9fd46482cef819fa2f833c0d388a3a558f7 [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,
Filters& filters, bool is_quiet) override;
};
#endif // GET_NETS_H_