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

Method getInterfaceDef

include/Surelog/Design/Signal.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 std::string getInterfaceTypeName() const;
63
64 ModuleDefinition* getInterfaceDef() { return m_interfaceDef; }
65 void setInterfaceDef(ModuleDefinition* interfaceDef) {
66 m_interfaceDef = interfaceDef;
67 }

Callers 4

bindPortType_Method · 0.80
writePortsMethod · 0.80
writeModuleMethod · 0.80
elab_ports_nets_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected