mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Use CARRY4 for abc1 as well, preventing issues with Vivado
This commit is contained in:
		
							parent
							
								
									2bcd55f1ae
								
							
						
					
					
						commit
						992b507537
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -515,7 +515,7 @@ struct SynthXilinxPass : public ScriptPass
 | 
				
			||||||
				techmap_args += " -map +/xilinx/arith_map.v";
 | 
									techmap_args += " -map +/xilinx/arith_map.v";
 | 
				
			||||||
				if (vpr)
 | 
									if (vpr)
 | 
				
			||||||
					techmap_args += " -D _EXPLICIT_CARRY";
 | 
										techmap_args += " -D _EXPLICIT_CARRY";
 | 
				
			||||||
				else if (abc9)
 | 
									else
 | 
				
			||||||
					techmap_args += " -D _CLB_CARRY";
 | 
										techmap_args += " -D _CLB_CARRY";
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			run("techmap " + techmap_args);
 | 
								run("techmap " + techmap_args);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue