mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Added stdout flush and statistical info for debug
This commit is contained in:
		
							parent
							
								
									13430a679b
								
							
						
					
					
						commit
						8cbbe7d7c7
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -84,8 +84,8 @@ struct ActivityProp {
 | 
			
		|||
					DutyMap.emplace(bit, duties[i]);
 | 
			
		||||
					nbBitsWithActivity++;
 | 
			
		||||
				} else {
 | 
			
		||||
					log_warning("Zeroing out activity for module: %s, wire: %s, wire_size: %d, activ_size: %ld", module->name.c_str(),
 | 
			
		||||
						wire->name.c_str(), GetSize(sig), activities.size());
 | 
			
		||||
					log_warning("Zeroing out activity for module: %s, wire: %s, wire_size: %d, activ_size: %ld", 
 | 
			
		||||
						module->name.c_str(), wire->name.c_str(), GetSize(sig), activities.size());
 | 
			
		||||
					ActivityMap.emplace(bit, "0.0");
 | 
			
		||||
					DutyMap.emplace(bit, "0.0");
 | 
			
		||||
				}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue