mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	timeest: Update help
This commit is contained in:
		
							parent
							
								
									c5e154e941
								
							
						
					
					
						commit
						e8196b1dda
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
					@ -318,10 +318,14 @@ struct TimeestPass : Pass {
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		//   |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
 | 
							//   |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
 | 
				
			||||||
		log("\n");
 | 
							log("\n");
 | 
				
			||||||
		log("    timeest [-clk <clk_signal>] [selection]\n");
 | 
							log("    timeest [-clk <clk_signal>] [options] [selection]\n");
 | 
				
			||||||
		log("\n");
 | 
							log("\n");
 | 
				
			||||||
		log("Estimate the critical path in clock domain <clk_signal> by counting AIG nodes.\n");
 | 
							log("Estimate the critical path in clock domain <clk_signal> by counting AIG nodes.\n");
 | 
				
			||||||
		log("\n");
 | 
							log("\n");
 | 
				
			||||||
 | 
							log("    -all_paths\n");
 | 
				
			||||||
 | 
							log("        Print or select nodes from all critical paths instead of focusing on\n");
 | 
				
			||||||
 | 
							log("        a single illustratory path.\n");
 | 
				
			||||||
 | 
							log("\n");
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	void execute(std::vector<std::string> args, RTLIL::Design *d) override
 | 
						void execute(std::vector<std::string> args, RTLIL::Design *d) override
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue