mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Set USE_MULT and USE_SIMD
This commit is contained in:
		
							parent
							
								
									6348f9512c
								
							
						
					
					
						commit
						a7e6032287
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -23,7 +23,9 @@ module \$__MUL25X18 (input [24:0] A, input [17:0] B, output [42:0] Y);
 | 
			
		|||
		.INMODEREG(0),
 | 
			
		||||
		.MREG(0),
 | 
			
		||||
		.OPMODEREG(0),
 | 
			
		||||
		.PREG(0)
 | 
			
		||||
		.PREG(0),
 | 
			
		||||
		.USE_MULT("MULTIPLY"),
 | 
			
		||||
		.USE_SIMD("ONE48")
 | 
			
		||||
	) _TECHMAP_REPLACE_ (
 | 
			
		||||
		//Data path
 | 
			
		||||
		.A({{5{A[24]}}, A}),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue