MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / Task

Method Task

include/Surelog/Design/Task.h:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 SURELOG_IMPLEMENT_RTTI(Task, Procedure)
41 public:
42 Task(DesignComponent* parent, const FileContent* fC, NodeId id,
43 std::string_view name)
44 : Procedure(parent, fC, id, name) {}
45 ~Task() override = default;
46
47 bool compile(CompileHelper& compile_helper);

Callers 4

compileTfCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected