mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Fix for last clock edge data
This commit is contained in:
parent
ca261d3c28
commit
fca168797e
2 changed files with 2 additions and 3 deletions
|
@ -184,6 +184,7 @@ void FstData::reconstructAllAtTimes(std::vector<fstHandle> &signal, uint64_t sta
|
|||
fstReaderSetUnlimitedTimeRange(ctx);
|
||||
fstReaderSetFacProcessMaskAll(ctx);
|
||||
fstReaderIterBlocks2(ctx, reconstruct_clb_attimes, reconstruct_clb_varlen_attimes, this, nullptr);
|
||||
past_data = last_data;
|
||||
callback(last_time);
|
||||
if (last_time!=end_time)
|
||||
callback(end_time);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue