mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	qlf_k6n10f: Fix DSPV2 models
This commit is contained in:
		
							parent
							
								
									d600245ccf
								
							
						
					
					
						commit
						9035abdcd6
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -976,9 +976,9 @@ module dspv2_32x18x64_cfg_ports ( | |||
|         .b_cin(b_cin_i), | ||||
| 		.z_cin(z_cin_i), | ||||
| 
 | ||||
|         .z_cout(a_cout_o), | ||||
|         .a_cout(b_cout_o), | ||||
|         .b_cout(z_cout_o) | ||||
|         .a_cout(a_cout_o), | ||||
|         .b_cout(b_cout_o), | ||||
|         .z_cout(z_cout_o) | ||||
|     ); | ||||
| 	 | ||||
| endmodule | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue