mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	typo
This commit is contained in:
		
							parent
							
								
									bfff7a47f1
								
							
						
					
					
						commit
						85e0e8ca67
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -218,8 +218,8 @@ struct OptDffWorker | |||
| 
 | ||||
| 		            	bool redundant = true; | ||||
| 
 | ||||
| 				for (const auto& pt : smaller) | ||||
| 					if (larger.count(pt.first) == 0 || larger[pt.first] != pt.second) | ||||
| 				for (const auto& pt : left) | ||||
| 					if (right.count(pt.first) == 0 || right.at(pt.first) != pt.second) | ||||
| 						redundant = false; | ||||
| 				if (redundant) | ||||
| 					new_patterns.erase(right); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue