mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	cxxrtl: update help text.
This commit is contained in:
		
							parent
							
								
									12c016ebdc
								
							
						
					
					
						commit
						a746c4b605
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2349,9 +2349,9 @@ struct CxxrtlBackend : public Backend { | |||
| 		log("      top.step();\n"); | ||||
| 		log("      while (1) {\n"); | ||||
| 		log("        /* user logic */\n"); | ||||
| 		log("        top.p_clk = value<1> {0u};\n"); | ||||
| 		log("        top.p_clk.set(false);\n"); | ||||
| 		log("        top.step();\n"); | ||||
| 		log("        top.p_clk = value<1> {1u};\n"); | ||||
| 		log("        top.p_clk.set(true);\n"); | ||||
| 		log("        top.step();\n"); | ||||
| 		log("      }\n"); | ||||
| 		log("    }\n"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue