mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 22:23:23 +00:00
aiger2: Fix literal typing
This commit is contained in:
parent
8e29675a23
commit
e4b24e8200
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ struct Index {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
int visit(HierCursor &cursor, SigBit bit)
|
Lit visit(HierCursor &cursor, SigBit bit)
|
||||||
{
|
{
|
||||||
if (!bit.wire) {
|
if (!bit.wire) {
|
||||||
if (bit == State::S1)
|
if (bit == State::S1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue