mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	fix whitespace
This commit is contained in:
		
							parent
							
								
									e8ce9442a6
								
							
						
					
					
						commit
						03df1ac72b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -517,7 +517,7 @@ void parse_blif(RTLIL::Design *design, std::istream &f, IdString dff_name, bool | ||||||
| 				} | 				} | ||||||
| 				else if (input_sig.size() > lut_input_plane_limit) | 				else if (input_sig.size() > lut_input_plane_limit) | ||||||
| 				{ | 				{ | ||||||
| 			       		err_reason = stringf("names' input plane must have fewer than %d signals.", lut_input_plane_limit + 1); | 					err_reason = stringf("names' input plane must have fewer than %d signals.", lut_input_plane_limit + 1); | ||||||
| 					goto error_with_reason; | 					goto error_with_reason; | ||||||
| 				} | 				} | ||||||
| 				else | 				else | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue