mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	read_verilog cells_box.v before techmap
This commit is contained in:
		
							parent
							
								
									d259e6dc14
								
							
						
					
					
						commit
						5189695362
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -282,8 +282,8 @@ struct SynthXilinxPass : public Pass
 | 
				
			||||||
		if (check_label(active, run_from, run_to, "map_luts"))
 | 
							if (check_label(active, run_from, run_to, "map_luts"))
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
			Pass::call(design, "opt -full");
 | 
								Pass::call(design, "opt -full");
 | 
				
			||||||
			Pass::call(design, "techmap -map +/techmap.v");
 | 
					 | 
				
			||||||
			Pass::call(design, "read_verilog +/xilinx/cells_box.v");
 | 
								Pass::call(design, "read_verilog +/xilinx/cells_box.v");
 | 
				
			||||||
 | 
								Pass::call(design, "techmap -map +/techmap.v");
 | 
				
			||||||
			if (abc == "abc9")
 | 
								if (abc == "abc9")
 | 
				
			||||||
				Pass::call(design, abc + " -lut +/xilinx/cells.lut -box +/xilinx/cells.box" + string(retime ? " -dff" : ""));
 | 
									Pass::call(design, abc + " -lut +/xilinx/cells.lut -box +/xilinx/cells.box" + string(retime ? " -dff" : ""));
 | 
				
			||||||
			else
 | 
								else
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue