mirror of https://github.com/YosysHQ/yosys.git
Hotfix in AIGER witness reader state machine
Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
This commit is contained in:
parent
9571acc0bf
commit
1fd3a642c9
|
@ -1225,6 +1225,7 @@ struct SimWorker : SimShared
|
|||
case 2:
|
||||
write_output_header();
|
||||
top->setState(latches, line);
|
||||
state = 3;
|
||||
break;
|
||||
default:
|
||||
if (cycle) {
|
||||
|
|
Loading…
Reference in New Issue