aiger2: Fix literal typing

This commit is contained in:
Martin Povišer 2024-09-11 21:08:57 +02:00
parent 8e29675a23
commit e4b24e8200
1 changed files with 1 additions and 1 deletions

View File

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