mirror of https://github.com/YosysHQ/abc.git
Undoing an old change, which affects BDD variable reordering on some examples in &reachy.
This commit is contained in:
parent
4d56acfd5a
commit
fb436339a9
|
|
@ -480,7 +480,7 @@ cuddDynamicAllocNode(
|
|||
|
||||
node = table->nextFree;
|
||||
table->nextFree = node->next;
|
||||
node->Id = 0;
|
||||
//node->Id = 0;
|
||||
return (node);
|
||||
|
||||
} /* end of cuddDynamicAllocNode */
|
||||
|
|
|
|||
Loading…
Reference in New Issue