mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor
This commit is contained in:
		
						commit
						79db12f238
					
				
					 10 changed files with 169 additions and 115 deletions
				
			
		|  | @ -182,11 +182,13 @@ struct Abc9Pass : public ScriptPass | |||
| 				run("abc9_ops -break_scc -prep_holes" + std::string(dff_mode ? " -dff" : ""), "(option for -dff)"); | ||||
| 			run("select -set abc9_holes A:abc9_holes"); | ||||
| 			run("flatten -wb @abc9_holes"); | ||||
| run("dump @abc9_holes"); | ||||
| 			run("techmap @abc9_holes"); | ||||
| 			run("aigmap"); | ||||
| 			if (dff_mode || help_mode) | ||||
| 				run("abc9_ops -prep_dff", "(only if -dff)"); | ||||
| 			run("opt -purge @abc9_holes"); | ||||
| run("dump @abc9_holes"); | ||||
| 			run("aigmap"); | ||||
| 			run("wbflip @abc9_holes"); | ||||
| 		} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue