mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Rename test_pmgen arg xilinx_srl.{fixed,variable}
This commit is contained in:
		
							parent
							
								
									2e9e745efa
								
							
						
					
					
						commit
						0ebe2c9831
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -350,9 +350,9 @@ struct TestPmgenPass : public Pass {
 | 
				
			||||||
		if (pattern == "ice40_dsp")
 | 
							if (pattern == "ice40_dsp")
 | 
				
			||||||
			return GENERATE_PATTERN(ice40_dsp_pm, ice40_dsp);
 | 
								return GENERATE_PATTERN(ice40_dsp_pm, ice40_dsp);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if (pattern == "xilinx_srl_fixed")
 | 
							if (pattern == "xilinx_srl.fixed")
 | 
				
			||||||
			return GENERATE_PATTERN(xilinx_srl_pm, fixed);
 | 
								return GENERATE_PATTERN(xilinx_srl_pm, fixed);
 | 
				
			||||||
		if (pattern == "xilinx_srl_variable")
 | 
							if (pattern == "xilinx_srl.variable")
 | 
				
			||||||
			return GENERATE_PATTERN(xilinx_srl_pm, variable);
 | 
								return GENERATE_PATTERN(xilinx_srl_pm, variable);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if (pattern == "peepopt-muldiv")
 | 
							if (pattern == "peepopt-muldiv")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue