mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
Added "json -aig"
This commit is contained in:
parent
56d4822719
commit
e534881794
3 changed files with 76 additions and 9 deletions
|
@ -41,6 +41,9 @@ struct Aig
|
|||
string name;
|
||||
vector<AigNode> nodes;
|
||||
Aig(Cell *cell);
|
||||
|
||||
bool operator==(const Aig &other) const;
|
||||
unsigned int hash() const;
|
||||
};
|
||||
|
||||
YOSYS_NAMESPACE_END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue