mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 11:12:29 +00:00 
			
		
		
		
	Fixed typos in verilog_defaults help message
This commit is contained in:
		
							parent
							
								
									d117893007
								
							
						
					
					
						commit
						35a6ad4cc1
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -362,13 +362,13 @@ struct VerilogDefaults : public Pass { | ||||||
| 		log("Add the specified options to the list of default options to read_verilog.\n"); | 		log("Add the specified options to the list of default options to read_verilog.\n"); | ||||||
| 		log("\n"); | 		log("\n"); | ||||||
| 		log("\n"); | 		log("\n"); | ||||||
| 		log("    verilog_defaults -clear"); | 		log("    verilog_defaults -clear\n"); | ||||||
| 		log("\n"); | 		log("\n"); | ||||||
| 		log("Clear the list of Verilog default options.\n"); | 		log("Clear the list of Verilog default options.\n"); | ||||||
| 		log("\n"); | 		log("\n"); | ||||||
| 		log("\n"); | 		log("\n"); | ||||||
| 		log("    verilog_defaults -push"); | 		log("    verilog_defaults -push\n"); | ||||||
| 		log("    verilog_defaults -pop"); | 		log("    verilog_defaults -pop\n"); | ||||||
| 		log("\n"); | 		log("\n"); | ||||||
| 		log("Push or pop the list of default options to a stack. Note that -push does\n"); | 		log("Push or pop the list of default options to a stack. Note that -push does\n"); | ||||||
| 		log("not imply -clear.\n"); | 		log("not imply -clear.\n"); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue