mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Merge pull request #4582 from YosysHQ/emil/internal_stats-help-string
internal_stats: fix doc build by adding a help string
This commit is contained in:
		
						commit
						3b8f3c2719
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -70,11 +70,11 @@ std::optional<uint64_t> current_mem_bytes() {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
struct InternalStatsPass : public Pass {
 | 
			
		||||
	InternalStatsPass() : Pass("internal_stats", "print some internal statistics") { }
 | 
			
		||||
	InternalStatsPass() : Pass("internal_stats", "print internal statistics") { }
 | 
			
		||||
	void help() override
 | 
			
		||||
	{
 | 
			
		||||
		//   |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
 | 
			
		||||
		log("\n"); // TODO
 | 
			
		||||
		log("Print internal statistics for developers (experimental)\n");
 | 
			
		||||
	}
 | 
			
		||||
	void execute(std::vector<std::string> args, RTLIL::Design *design) override
 | 
			
		||||
	{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue