mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Improved "maccmap" help message
This commit is contained in:
		
							parent
							
								
									cfdc9fc50e
								
							
						
					
					
						commit
						e050467b89
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -371,8 +371,8 @@ struct MaccmapPass : public Pass {
 | 
			
		|||
		log("\n");
 | 
			
		||||
		log("    maccmap [-unmap] [selection]\n");
 | 
			
		||||
		log("\n");
 | 
			
		||||
		log("This pass maps $macc cells to yosys gate primitives. When the -unmap option is\n");
 | 
			
		||||
		log("used then the $macc cell is mapped to $and, $sub, etc. cells instead.\n");
 | 
			
		||||
		log("This pass maps $macc cells to yosys $fa and $alu cells. When the -unmap option\n");
 | 
			
		||||
		log("is used then the $macc cell is mapped to $add, $sub, etc. cells instead.\n");
 | 
			
		||||
		log("\n");
 | 
			
		||||
	}
 | 
			
		||||
	virtual void execute(std::vector<std::string> args, RTLIL::Design *design)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue