3
0
Fork 0
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:
Clifford Wolf 2013-03-07 17:54:18 +01:00
parent b070b82187
commit ed1ddea83b
2 changed files with 29 additions and 23 deletions

View file

@ -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);