mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Fixed bug (typo) in passes/opt/opt_const.cc
This commit is contained in:
		
							parent
							
								
									337b461d26
								
							
						
					
					
						commit
						548519875b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -342,7 +342,7 @@ void replace_const_cells(RTLIL::Design *design, RTLIL::Module *module, bool cons
 | 
			
		|||
				cell->parameters.erase("\\WIDTH");
 | 
			
		||||
				cell->type = "$or";
 | 
			
		||||
			} else
 | 
			
		||||
				cell->type = "$_or_";
 | 
			
		||||
				cell->type = "$_OR_";
 | 
			
		||||
			OPT_DID_SOMETHING = true;
 | 
			
		||||
			did_something = true;
 | 
			
		||||
			goto next_cell;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue