mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Merge pull request #4313 from widlarizer/emil/fix-opt-demorgan-warning
opt_demorgan: fix extra args warning
This commit is contained in:
		
						commit
						c5912f4f95
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -183,7 +183,7 @@ struct OptDemorganPass : public Pass {
 | 
			
		|||
	{
 | 
			
		||||
		log_header(design, "Executing OPT_DEMORGAN pass (push inverters through $reduce_* cells).\n");
 | 
			
		||||
 | 
			
		||||
		int argidx = 0;
 | 
			
		||||
		int argidx = 1;
 | 
			
		||||
		extra_args(args, argidx, design);
 | 
			
		||||
 | 
			
		||||
		unsigned int cells_changed = 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue