mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	xaiger: update help text
This commit is contained in:
		
							parent
							
								
									34c7732642
								
							
						
					
					
						commit
						f975cf39cb
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -762,10 +762,10 @@ struct XAigerBackend : public Backend { | |||
| 		log("    write_xaiger [options] [filename]\n"); | ||||
| 		log("\n"); | ||||
| 		log("Write the top module (according to the (* top *) attribute or if only one module\n"); | ||||
| 		log("is currently selected) to an XAIGER file. Any non $_NOT_, $_AND_, $_DFF_N_,\n"); | ||||
| 		log(" $_DFF_P_, or non (* abc9_box_id *) cells will be converted into psuedo-inputs and\n"); | ||||
| 		log("pseudo-outputs. Whitebox contents will be taken from the '<module-name>$holes'\n"); | ||||
| 		log("module, if it exists.\n"); | ||||
| 		log("is currently selected) to an XAIGER file. Any non $_NOT_, $_AND_, (optionally\n"); | ||||
| 		log("$_DFF_N_, $_DFF_P_), or non (* abc9_box *) cells will be converted into psuedo-\n"); | ||||
| 		log("inputs and pseudo-outputs. Whitebox contents will be taken from the\n"); | ||||
| 		log("'<module-name>$holes' module, if it exists.\n"); | ||||
| 		log("\n"); | ||||
| 		log("    -ascii\n"); | ||||
| 		log("        write ASCII version of AIGER format\n"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue