mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Fixed spelling of "direction" in read_liberty messages
This commit is contained in:
		
							parent
							
								
									02346cd1d5
								
							
						
					
					
						commit
						24f58e57f3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -538,9 +538,9 @@ struct LibertyFrontend : public Frontend { | ||||||
| 					{ | 					{ | ||||||
| 						if (!flag_ignore_miss_dir) | 						if (!flag_ignore_miss_dir) | ||||||
| 						{ | 						{ | ||||||
| 							log_error("Missing or invalid dircetion for pin %s of cell %s.\n", node->args.at(0).c_str(), RTLIL::id2cstr(module->name)); | 							log_error("Missing or invalid direction for pin %s of cell %s.\n", node->args.at(0).c_str(), RTLIL::id2cstr(module->name)); | ||||||
| 						} else { | 						} else { | ||||||
| 							log("Ignoring cell %s with missing or invalid dircetion for pin %s.\n", RTLIL::id2cstr(module->name), node->args.at(0).c_str()); | 							log("Ignoring cell %s with missing or invalid direction for pin %s.\n", RTLIL::id2cstr(module->name), node->args.at(0).c_str()); | ||||||
| 							delete module; | 							delete module; | ||||||
| 							goto skip_cell; | 							goto skip_cell; | ||||||
| 						} | 						} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue