mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	initialize argidx to 1
This commit is contained in:
		
							parent
							
								
									a0c9d10118
								
							
						
					
					
						commit
						af67c745c4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -115,7 +115,7 @@ struct MicrochipDffOptPass : public Pass {
 | 
			
		|||
	{
 | 
			
		||||
		log_header(design, "Executing MICROCHIP_DFFOPT pass (optimize FF control signal usage).\n");
 | 
			
		||||
 | 
			
		||||
		size_t argidx;
 | 
			
		||||
		size_t argidx = 1;
 | 
			
		||||
		int max_lut_size = 4;
 | 
			
		||||
 | 
			
		||||
		extra_args(args, argidx, design);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue