mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 13:53:40 +00:00
Added portmapping support to subcircuit userCompareNodes() api
This commit is contained in:
parent
b070b82187
commit
ed1ddea83b
2 changed files with 29 additions and 23 deletions
|
@ -118,7 +118,7 @@ namespace SubCircuit
|
|||
|
||||
protected:
|
||||
virtual bool userCompareNodes(const std::string &needleGraphId, const std::string &needleNodeId, void *needleUserData,
|
||||
const std::string &haystackGraphId, const std::string &haystackNodeId, void *haystackUserData);
|
||||
const std::string &haystackGraphId, const std::string &haystackNodeId, void *haystackUserData, const std::map<std::string, std::string> &portMapping);
|
||||
|
||||
virtual std::string userAnnotateEdge(const std::string &graphId, const std::string &fromNodeId, void *fromUserData, const std::string &toNodeId, void *toUserData);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue