mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	bugpoint: Document -wires flag
This commit is contained in:
		
							parent
							
								
									bf9aaac0fe
								
							
						
					
					
						commit
						902cbda4f9
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -89,6 +89,10 @@ struct BugpointPass : public Pass {
 | 
			
		|||
		log("    -updates\n");
 | 
			
		||||
		log("        try to remove process updates from syncs.\n");
 | 
			
		||||
		log("\n");
 | 
			
		||||
		log("    -wires\n");
 | 
			
		||||
		log("        try to remove wires. wires with a (* bugpoint_keep *) attribute will be\n");
 | 
			
		||||
		log("        skipped.\n");
 | 
			
		||||
		log("\n");
 | 
			
		||||
		log("    -runner \"<prefix>\"\n");
 | 
			
		||||
		log("        child process wrapping command, e.g., \"timeout 30\", or valgrind.\n");
 | 
			
		||||
		log("\n");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue