mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master' into xc7mux
This commit is contained in:
		
						commit
						f81a0ed92e
					
				
					 6 changed files with 40 additions and 5 deletions
				
			
		|  | @ -277,7 +277,11 @@ struct SynthXilinxPass : public ScriptPass | |||
| 			if (!nomux || help_mode) | ||||
| 				run("techmap -map +/xilinx/cells_map.v"); | ||||
| 
 | ||||
| 			run("techmap"); | ||||
| 			if (!vpr || help_mode) | ||||
| 				run("techmap -map +/techmap.v -map +/xilinx/arith_map.v"); | ||||
| 			else | ||||
| 				run("techmap -map +/techmap.v +/xilinx/arith_map.v -D _EXPLICIT_CARRY"); | ||||
| 
 | ||||
| 			run("opt -fast"); | ||||
| 		} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue