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