mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	Add _nowide variants of LUT libraries in -nowidelut flows
This commit is contained in:
		
							parent
							
								
									741ebba70a
								
							
						
					
					
						commit
						988e6163ab
					
				
					 4 changed files with 44 additions and 13 deletions
				
			
		|  | @ -273,7 +273,10 @@ struct SynthEcp5Pass : public ScriptPass | |||
| 			} | ||||
| 			run("techmap -map +/ecp5/latches_map.v"); | ||||
| 			if (abc9) { | ||||
| 				run("abc9 -lut +/ecp5/abc_5g.lut -box +/ecp5/abc_5g.box -W 200"); | ||||
| 				if (nowidelut) | ||||
| 					run("abc9 -lut +/ecp5/abc_5g_nowide.lut -box +/ecp5/abc_5g.box -W 200"); | ||||
| 				else | ||||
| 					run("abc9 -lut +/ecp5/abc_5g.lut -box +/ecp5/abc_5g.box -W 200"); | ||||
| 			} else { | ||||
| 				if (nowidelut) | ||||
| 					run("abc -lut 4 -dress"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue