mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	aigmap everything
This commit is contained in:
		
							parent
							
								
									32695e5032
								
							
						
					
					
						commit
						4eaf415052
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -191,7 +191,7 @@ struct Abc9Pass : public ScriptPass
 | 
				
			||||||
		run("techmap @abc9_holes");
 | 
							run("techmap @abc9_holes");
 | 
				
			||||||
		run("scc -set_attr abc9_scc_id {}");
 | 
							run("scc -set_attr abc9_scc_id {}");
 | 
				
			||||||
		run("abc9_ops -break_scc");
 | 
							run("abc9_ops -break_scc");
 | 
				
			||||||
		run("aigmap @abc9_holes");
 | 
							run("aigmap");
 | 
				
			||||||
		if (dff_mode)
 | 
							if (dff_mode)
 | 
				
			||||||
			run("abc9_ops -prep_dff");
 | 
								run("abc9_ops -prep_dff");
 | 
				
			||||||
		run("opt -purge @abc9_holes");
 | 
							run("opt -purge @abc9_holes");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue