mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Clarify 'wreduce -keepdc' doc
This commit is contained in:
		
							parent
							
								
									dd9771cbcd
								
							
						
					
					
						commit
						37b58f4324
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -497,7 +497,7 @@ struct WreducePass : public Pass {
 | 
				
			||||||
		log("        flows that use the 'memory_memx' pass.\n");
 | 
							log("        flows that use the 'memory_memx' pass.\n");
 | 
				
			||||||
		log("\n");
 | 
							log("\n");
 | 
				
			||||||
		log("    -keepdc\n");
 | 
							log("    -keepdc\n");
 | 
				
			||||||
		log("        Do not optimize explicit don't-care values.\n");
 | 
							log("        Do not optimize explicit don't-care values on $mux cells.\n");
 | 
				
			||||||
		log("\n");
 | 
							log("\n");
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	void execute(std::vector<std::string> args, Design *design) YS_OVERRIDE
 | 
						void execute(std::vector<std::string> args, Design *design) YS_OVERRIDE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue