mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Fixed iopadmap help message
This commit is contained in:
		
							parent
							
								
									ee8f6f31f4
								
							
						
					
					
						commit
						24e7cf89bc
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -45,10 +45,10 @@ struct IopadmapPass : public Pass { | ||||||
| 		log("the resulting cells to more sophisticated PAD cells.\n"); | 		log("the resulting cells to more sophisticated PAD cells.\n"); | ||||||
| 		log("\n"); | 		log("\n"); | ||||||
| 		log("    -inpad <celltype> <portname>[:<portname>]\n"); | 		log("    -inpad <celltype> <portname>[:<portname>]\n"); | ||||||
| 		log("        Map module input ports to the given cell type with\n"); | 		log("        Map module input ports to the given cell type with the\n"); | ||||||
| 		log("        the given port name. if a 2nd portname is given, the\n"); | 		log("        given output port name. if a 2nd portname is given, the\n"); | ||||||
| 		log("        signal is passed through the pad call, using the 2nd\n"); | 		log("        signal is passed through the pad call, using the 2nd\n"); | ||||||
| 		log("        portname as output.\n"); | 		log("        portname as input.\n"); | ||||||
| 		log("\n"); | 		log("\n"); | ||||||
| 		log("    -outpad <celltype> <portname>[:<portname>]\n"); | 		log("    -outpad <celltype> <portname>[:<portname>]\n"); | ||||||
| 		log("    -inoutpad <celltype> <portname>[:<portname>]\n"); | 		log("    -inoutpad <celltype> <portname>[:<portname>]\n"); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue