From e5348817947be85cb69f42c7e0ec0706d0511f0f Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 10 Jun 2015 08:13:56 +0200 Subject: Added "json -aig" --- kernel/cellaigs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kernel/cellaigs.h') diff --git a/kernel/cellaigs.h b/kernel/cellaigs.h index db635ba90..efe9d83c1 100644 --- a/kernel/cellaigs.h +++ b/kernel/cellaigs.h @@ -41,6 +41,9 @@ struct Aig string name; vector nodes; Aig(Cell *cell); + + bool operator==(const Aig &other) const; + unsigned int hash() const; }; YOSYS_NAMESPACE_END -- cgit v1.2.3