mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	ecp5: Use abc -dress
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
		
							parent
							
								
									58c22dae31
								
							
						
					
					
						commit
						95789c6136
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -268,9 +268,9 @@ struct SynthEcp5Pass : public ScriptPass | |||
| 			} | ||||
| 			run("techmap -map +/ecp5/latches_map.v"); | ||||
| 			if (nomux) | ||||
| 				run("abc -lut 4"); | ||||
| 				run("abc -lut 4 -dress"); | ||||
| 			else | ||||
| 				run("abc -lut 4:7"); | ||||
| 				run("abc -lut 4:7 -dress"); | ||||
| 			run("clean"); | ||||
| 		} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue