mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	machxo2: Fix cells_sim typo where OFX1 was multiply-driven.
This commit is contained in:
		
							parent
							
								
									c76f361b56
								
							
						
					
					
						commit
						f07b8eb606
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -129,7 +129,7 @@ module FACADE_SLICE #( | |||
| 
 | ||||
| 			wire k0; | ||||
| 			wire k1; | ||||
| 			PFUMX K0K1MUX (.ALUT(k1), .BLUT(k0), .C0(M0), .Z(OFX1)); | ||||
| 			PFUMX K0K1MUX (.ALUT(k1), .BLUT(k0), .C0(M0), .Z(OFX0)); | ||||
| 
 | ||||
| 			LUT4 #(.INIT(LUT0_INITVAL)) LUT_0 (.A(A0), .B(B0), .C(C0), .D(D0), .Z(k0)); | ||||
| 			LUT4 #(.INIT(LUT0_INITVAL)) LUT_1 (.A(A0), .B(B0), .C(C0), .D(D0), .Z(k1)); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue