mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Merge pull request #1558 from YosysHQ/eddie/xaiger_cleanup
Optimise write_xaiger
This commit is contained in:
		
						commit
						df626ee7ab
					
				
					 4 changed files with 39 additions and 21 deletions
				
			
		|  | @ -350,6 +350,11 @@ struct SynthIce40Pass : public ScriptPass | |||
| 			} | ||||
| 			if (!noabc) { | ||||
| 				if (abc == "abc9") { | ||||
| 					run("select -set abc9_boxes A:abc9_box_id A:whitebox=1"); | ||||
| 					run("wbflip @abc9_boxes"); | ||||
| 					run("techmap -autoproc @abc9_boxes"); | ||||
| 					run("aigmap @abc9_boxes"); | ||||
| 					run("wbflip @abc9_boxes"); | ||||
| 					run("read_verilog -icells -lib +/ice40/abc9_model.v"); | ||||
| 					int wire_delay; | ||||
| 					if (device_opt == "lp") | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue