mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 14:23:41 +00:00
AigMaker refactoring
This commit is contained in:
parent
e534881794
commit
1ae360cf72
4 changed files with 165 additions and 90 deletions
|
@ -32,6 +32,7 @@ struct AigNode
|
|||
int left_parent, right_parent;
|
||||
vector<pair<IdString, int>> outports;
|
||||
|
||||
AigNode();
|
||||
bool operator==(const AigNode &other) const;
|
||||
unsigned int hash() const;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue