mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Last sample from input does not represent change
This commit is contained in:
		
							parent
							
								
									83cad82b29
								
							
						
					
					
						commit
						33f4009bb5
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1805,8 +1805,9 @@ struct AIWWriter : public OutputWriter
 | 
			
		|||
 | 
			
		||||
		std::map<int, Yosys::RTLIL::Const> current;
 | 
			
		||||
		bool first = true;
 | 
			
		||||
		for(auto& d : worker->output_data)
 | 
			
		||||
		for (auto iter = worker->output_data.begin(); iter != std::prev(worker->output_data.end()); ++iter)
 | 
			
		||||
		{
 | 
			
		||||
			auto& d = *iter;
 | 
			
		||||
			for (auto &data : d.second)
 | 
			
		||||
			{
 | 
			
		||||
				current[data.first] = data.second;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue