mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Fix width of D
This commit is contained in:
		
							parent
							
								
									2f98f9deee
								
							
						
					
					
						commit
						c83a667555
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -48,7 +48,7 @@ static Cell* addDsp(Module *module) {
 | 
			
		|||
	cell->setParam(ID(USE_SIMD), Const("ONE48"));
 | 
			
		||||
	cell->setParam(ID(USE_DPORT), Const("FALSE"));
 | 
			
		||||
 | 
			
		||||
	cell->setPort(ID(D), Const(0, 24));
 | 
			
		||||
	cell->setPort(ID(D), Const(0, 25));
 | 
			
		||||
	cell->setPort(ID(INMODE), Const(0, 5));
 | 
			
		||||
	cell->setPort(ID(ALUMODE), Const(0, 4));
 | 
			
		||||
	cell->setPort(ID(OPMODE), Const(0, 7));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue