mirror of https://github.com/YosysHQ/yosys.git
fstdata: Update past_data before end_time callback
Required to make the '-at' parameter work.
This commit is contained in:
parent
3477f2d00b
commit
68d52cb1b1
|
@ -252,6 +252,7 @@ void FstData::reconstructAllAtTimes(std::vector<fstHandle> &signal, uint64_t sta
|
|||
past_data = last_data;
|
||||
callback(last_time);
|
||||
}
|
||||
past_data = last_data;
|
||||
callback(end_time);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue