mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
Quick fix
This commit is contained in:
parent
56b968f61c
commit
dfd4c81eac
|
@ -1304,6 +1304,8 @@ struct SimWorker : SimShared
|
|||
state = 3;
|
||||
break;
|
||||
default:
|
||||
log("Simulating cycle %d.\n", cycle);
|
||||
top->setState(inputs, line);
|
||||
if (cycle) {
|
||||
set_inports(clock, State::S1);
|
||||
set_inports(clockn, State::S0);
|
||||
|
|
Loading…
Reference in a new issue