mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Update help message for -chparam
This commit is contained in:
		
							parent
							
								
									2aa3903757
								
							
						
					
					
						commit
						ee013fba54
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -1857,7 +1857,8 @@ struct VerificPass : public Pass {
 | 
				
			||||||
		log("\n");
 | 
							log("\n");
 | 
				
			||||||
		log("  -chparam name value \n");
 | 
							log("  -chparam name value \n");
 | 
				
			||||||
		log("    Elaborate the specified top modules (all modules when -all given) using\n");
 | 
							log("    Elaborate the specified top modules (all modules when -all given) using\n");
 | 
				
			||||||
		log("    this parameter value, for modules where this parameter exists. This option\n");
 | 
							log("    this parameter value. Modules on which this parameter does not exist will\n");
 | 
				
			||||||
 | 
							log("    cause Verific to produce a VERI-1928 or VHDL-1676 message. This option\n");
 | 
				
			||||||
		log("    can be specified multiple times to override multiple parameters.\n");
 | 
							log("    can be specified multiple times to override multiple parameters.\n");
 | 
				
			||||||
		log("    String values must be passed in double quotes (\").\n");
 | 
							log("    String values must be passed in double quotes (\").\n");
 | 
				
			||||||
		log("\n");
 | 
							log("\n");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue