mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
bug fix and cleanups
This commit is contained in:
parent
7ef6da4c7d
commit
6db23de7b1
3 changed files with 8 additions and 8 deletions
|
@ -174,7 +174,7 @@ static void reconstruct_clb_attimes(void *user_data, uint64_t pnt_time, fstHandl
|
|||
|
||||
void FstData::reconstruct_callback_attimes(uint64_t pnt_time, fstHandle pnt_facidx, const unsigned char *pnt_value, uint32_t /* plen */)
|
||||
{
|
||||
if (sample_times_ndx > sample_times.size()) return;
|
||||
if (sample_times_ndx >= sample_times.size()) return;
|
||||
|
||||
uint64_t time = sample_times[sample_times_ndx];
|
||||
// if we are past the timestamp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue