mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	synth_xilinx to now have shregmap call after dff2dffe
This commit is contained in:
		
							parent
							
								
									c29f0c5048
								
							
						
					
					
						commit
						c9ab18889a
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -103,6 +103,7 @@ struct SynthXilinxPass : public Pass
 | 
			
		|||
		log("        memory_map\n");
 | 
			
		||||
		log("        dffsr2dff\n");
 | 
			
		||||
		log("        dff2dffe\n");
 | 
			
		||||
		log("        shregmap -init\n");
 | 
			
		||||
		log("        opt -full\n");
 | 
			
		||||
		log("        techmap -map +/techmap.v -map +/xilinx/arith_map.v\n");
 | 
			
		||||
		log("        opt -fast\n");
 | 
			
		||||
| 
						 | 
				
			
			@ -222,6 +223,7 @@ struct SynthXilinxPass : public Pass
 | 
			
		|||
			Pass::call(design, "memory_map");
 | 
			
		||||
			Pass::call(design, "dffsr2dff");
 | 
			
		||||
			Pass::call(design, "dff2dffe");
 | 
			
		||||
			Pass::call(design, "shregmap -init");
 | 
			
		||||
			Pass::call(design, "opt -full");
 | 
			
		||||
			Pass::call(design, "techmap -map +/techmap.v -map +/xilinx/arith_map.v");
 | 
			
		||||
			Pass::call(design, "opt -fast");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue