blob: 48f6b305755bd2bb1353eecacb5c38530c5b3cc0 [file]
#ifndef _GET_CELLS_H_
#define _GET_CELLS_H_
#include "get_cmd.h"
USING_YOSYS_NAMESPACE
struct GetCells : public GetCmd {
GetCells() : GetCmd("get_cells", "Print matching cells") {}
std::string TypeName() override;
std::string SelectionType() override;
void ExtractSelection(Tcl_Obj* tcl_list, RTLIL::Module* module,
const CommandArgs& args) override;
};
#endif // GET_CELLS_H_