mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Ignore change on last edge
This commit is contained in:
		
							parent
							
								
									33f4009bb5
								
							
						
					
					
						commit
						9c7deabf94
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		|  | @ -201,9 +201,10 @@ void FstData::reconstructAllAtTimes(std::vector<fstHandle> &signal, uint64_t sta | ||||||
| 	fstReaderSetUnlimitedTimeRange(ctx); | 	fstReaderSetUnlimitedTimeRange(ctx); | ||||||
| 	fstReaderSetFacProcessMaskAll(ctx); | 	fstReaderSetFacProcessMaskAll(ctx); | ||||||
| 	fstReaderIterBlocks2(ctx, reconstruct_clb_attimes, reconstruct_clb_varlen_attimes, this, nullptr); | 	fstReaderIterBlocks2(ctx, reconstruct_clb_attimes, reconstruct_clb_varlen_attimes, this, nullptr); | ||||||
|  | 	if (last_time!=end_time) { | ||||||
| 		past_data = last_data; | 		past_data = last_data; | ||||||
| 		callback(last_time); | 		callback(last_time); | ||||||
| 	if (last_time!=end_time) | 	} | ||||||
| 	callback(end_time); | 	callback(end_time); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue