mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Merge pull request #4961 from YosysHQ/emil/cutpoint-typo
cutpoint: fix typo
This commit is contained in:
		
						commit
						ea74ad33a5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -34,8 +34,8 @@ struct CutpointPass : public Pass {
 | 
				
			||||||
		log("This command adds formal cut points to the design.\n");
 | 
							log("This command adds formal cut points to the design.\n");
 | 
				
			||||||
		log("\n");
 | 
							log("\n");
 | 
				
			||||||
		log("    -undef\n");
 | 
							log("    -undef\n");
 | 
				
			||||||
		log("        set cupoint nets to undef (x). the default behavior is to create a\n");
 | 
							log("        set cutpoint nets to undef (x). the default behavior is to create\n");
 | 
				
			||||||
		log("        $anyseq cell and drive the cutpoint net from that\n");
 | 
							log("        an $anyseq cell and drive the cutpoint net from that\n");
 | 
				
			||||||
		log("\n");
 | 
							log("\n");
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	void execute(std::vector<std::string> args, RTLIL::Design *design) override
 | 
						void execute(std::vector<std::string> args, RTLIL::Design *design) override
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue