3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

Quick fix

This commit is contained in:
Miodrag Milanovic 2022-02-28 11:40:06 +01:00
parent 56b968f61c
commit dfd4c81eac

View file

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