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_