mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Fix spacing
This commit is contained in:
		
							parent
							
								
									cb722e7b58
								
							
						
					
					
						commit
						138989e1a3
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -256,11 +256,11 @@ struct SynthXilinxPass : public ScriptPass
 | 
			
		|||
			if (help_mode)
 | 
			
		||||
				run("techmap -map +/techmap.v [-map +/xilinx/arith_map.v]", "(skip if '-nocarry')");
 | 
			
		||||
			else if (!nocarry) {
 | 
			
		||||
                                if (!vpr)
 | 
			
		||||
                                        run("techmap -map +/techmap.v -map +/xilinx/arith_map.v");
 | 
			
		||||
                                else
 | 
			
		||||
                                        run("techmap -map +/techmap.v -map +/xilinx/arith_map.v -D _EXPLICIT_CARRY");
 | 
			
		||||
                        }
 | 
			
		||||
				if (!vpr)
 | 
			
		||||
					run("techmap -map +/techmap.v -map +/xilinx/arith_map.v");
 | 
			
		||||
				else
 | 
			
		||||
					run("techmap -map +/techmap.v -map +/xilinx/arith_map.v -D _EXPLICIT_CARRY");
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			run("opt -fast");
 | 
			
		||||
		}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue