EmpireCity Bootleg: Difference between revisions
From PLD Archive
More actions
Created page with "== Found on... == *Empire City: 1931 (bootleg) == Equations == <pre> →* Inputs *: Pin 1 = i1; Pin 2 = i2; Pin 3 = i3; Pin 4 = i4; Pin 5 = i5; Pin 6 = i6; Pin 7 = i7; Pin 8 = i8; Pin 9 = i9; Pin 11 = i11; Pin 13 = i13; Pin 14 = i14; →* Outputs *: Pin 15 = o15; →*(Combinatorial, Output feedback output, Active low) *: Pin 16 = o16; →*(Combinatorial, Output feedback output, Active low) *: Pin 17 = o17; →*(Combinatorial, Output feedback output, Active low) *: ..." |
m Jon moved page EmpireCity GAL to EmpireCity Bootleg without leaving a redirect |
(No difference)
| |
Latest revision as of 14:50, 13 June 2025
Found on...
editEquations
edit/** Inputs **/
Pin 1 = i1;
Pin 2 = i2;
Pin 3 = i3;
Pin 4 = i4;
Pin 5 = i5;
Pin 6 = i6;
Pin 7 = i7;
Pin 8 = i8;
Pin 9 = i9;
Pin 11 = i11;
Pin 13 = i13;
Pin 14 = i14;
/** Outputs **/
Pin 15 = o15; /**(Combinatorial, Output feedback output, Active low) **/
Pin 16 = o16; /**(Combinatorial, Output feedback output, Active low) **/
Pin 17 = o17; /**(Combinatorial, Output feedback output, Active low) **/
Pin 18 = o18; /**(Combinatorial, Output feedback output, Active low) **/
/** Equations **/
!o15 = !i3 & !i9 & !i11 & !i13
# i3 & !i9 & !i11 & i13
# i4 & !i5 & i9 & !i11
# !i4 & i5 & i9 & !i11;
o15.oe = !i11
!o16 = i6 & !i9 & !i11 & !i14
# !i6 & !i9 & !i11 & i14
# i3 & i7 & i9 & !i11
# !i3 & !i7 & i9 & !i11;
o16.oe = !i11
!o17 = i4 & !i8 & !i9 & !i11
# !i4 & i8 & !i9 & !i11
# !i2 & !i5 & i9 & !i11
# i2 & i5 & i9 & !i11;
o17.oe = !i11
!o18 = !i2 & !i9 & !i11 & !i13
# i2 & !i9 & !i11 & i13
# i9 & !i11 & i13 & !i14
# i9 & !i11 & !i13 & i14;
o18.oe = !i11