mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	fixed typos
This commit is contained in:
		
							parent
							
								
									ba3793b642
								
							
						
					
					
						commit
						cd8008bda0
					
				
					 12 changed files with 26 additions and 26 deletions
				
			
		| 
						 | 
				
			
			@ -116,14 +116,14 @@ struct FsmDetectPass : public Pass {
 | 
			
		|||
		log("\n");
 | 
			
		||||
		log("    fsm_detect [selection]\n");
 | 
			
		||||
		log("\n");
 | 
			
		||||
		log("This pass detects finite state machine by identifying the state signal.\n");
 | 
			
		||||
		log("This pass detects finite state machines by identifying the state signal.\n");
 | 
			
		||||
		log("The state signal is then marked by setting the attribute 'fsm_encoding'\n");
 | 
			
		||||
		log("on the state signal to \"auto\".\n");
 | 
			
		||||
		log("\n");
 | 
			
		||||
		log("Existing 'fsm_encoding' attributes are not changed by this pass.\n");
 | 
			
		||||
		log("\n");
 | 
			
		||||
		log("Signals can be protected from beeing detected by this pass by setting the\n");
 | 
			
		||||
		log("'fsm_encoding' atrribute to \"none\".\n");
 | 
			
		||||
		log("Signals can be protected from being detected by this pass by setting the\n");
 | 
			
		||||
		log("'fsm_encoding' attribute to \"none\".\n");
 | 
			
		||||
		log("\n");
 | 
			
		||||
	}
 | 
			
		||||
	virtual void execute(std::vector<std::string> args, RTLIL::Design *design)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -241,7 +241,7 @@ struct FsmExpandPass : public Pass {
 | 
			
		|||
		log("\n");
 | 
			
		||||
		log("    fsm_expand [selection]\n");
 | 
			
		||||
		log("\n");
 | 
			
		||||
		log("The fsm_extract pass is conservative about the cells that belong the a finate\n");
 | 
			
		||||
		log("The fsm_extract pass is conservative about the cells that belong to a finite\n");
 | 
			
		||||
		log("state machine. This pass can be used to merge additional auxiliary gates into\n");
 | 
			
		||||
		log("the finate state machine.\n");
 | 
			
		||||
		log("\n");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue