mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	documentation improvements
This commit is contained in:
		
							parent
							
								
									a923a63a89
								
							
						
					
					
						commit
						4b44907619
					
				
					 2 changed files with 5 additions and 1 deletions
				
			
		|  | @ -590,6 +590,10 @@ struct ShowPass : public Pass { | ||||||
| 		log("        inputs or outputs. This option can be used multiple times to specify\n"); | 		log("        inputs or outputs. This option can be used multiple times to specify\n"); | ||||||
| 		log("        more than one library.\n"); | 		log("        more than one library.\n"); | ||||||
| 		log("\n"); | 		log("\n"); | ||||||
|  | 		log("        note: in most cases it is better to load the library before calling\n"); | ||||||
|  | 		log("        show with 'read_verilog -lib <filename>'. it is also possible to\n"); | ||||||
|  | 		log("        load liberty files with 'read_liberty -lib <filename>'.\n"); | ||||||
|  | 		log("\n"); | ||||||
| 		log("    -prefix <prefix>\n"); | 		log("    -prefix <prefix>\n"); | ||||||
| 		log("        generate <prefix>.* instead of ~/.yosys_show.*\n"); | 		log("        generate <prefix>.* instead of ~/.yosys_show.*\n"); | ||||||
| 		log("\n"); | 		log("\n"); | ||||||
|  |  | ||||||
|  | @ -352,7 +352,7 @@ struct HierarchyPass : public Pass { | ||||||
| 		log("\n"); | 		log("\n"); | ||||||
| 		log("    -purge_lib\n"); | 		log("    -purge_lib\n"); | ||||||
| 		log("        by default the hierarchy command will not remove library (blackbox)\n"); | 		log("        by default the hierarchy command will not remove library (blackbox)\n"); | ||||||
| 		log("        module. use this options to also remove unused blackbox modules.\n"); | 		log("        modules. use this option to also remove unused blackbox modules.\n"); | ||||||
| 		log("\n"); | 		log("\n"); | ||||||
| 		log("    -libdir <directory>\n"); | 		log("    -libdir <directory>\n"); | ||||||
| 		log("        search for files named <module_name>.v in the specified directory\n"); | 		log("        search for files named <module_name>.v in the specified directory\n"); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue