mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Rename help_v2 to formatted_help
Also add comments to `help()` and `formatted_help()` to clarify usage.
This commit is contained in:
		
							parent
							
								
									23a066f71f
								
							
						
					
					
						commit
						605f12c2ae
					
				
					 3 changed files with 7 additions and 5 deletions
				
			
		|  | @ -73,7 +73,7 @@ static bool is_triggered_check_cell(RTLIL::Cell * cell) | |||
| struct ChformalPass : public Pass { | ||||
| 	ChformalPass() : Pass("chformal", "change formal constraints of the design") {} | ||||
| 
 | ||||
| 	bool help_v2() override { | ||||
| 	bool formatted_help() override { | ||||
| 		auto *help = PrettyHelp::get_current(); | ||||
| 		help->set_group("formal"); | ||||
| 		help->usage("chformal [types] [mode] [options] [selection]"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue