mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
aiger2: Fix literal typing
This commit is contained in:
@@ -413,7 +413,7 @@ struct Index {
|
||||
}
|
||||
};
|
||||
|
||||
int visit(HierCursor &cursor, SigBit bit)
|
||||
Lit visit(HierCursor &cursor, SigBit bit)
|
||||
{
|
||||
if (!bit.wire) {
|
||||
if (bit == State::S1)
|
||||
|
||||
Reference in New Issue
Block a user