TA-2: Difference between revisions
From PLD Archive
More actions
Created page with "== Found on... == *Sly Spy Category:Data East PLD's" |
|||
| Line 1: | Line 1: | ||
== Found on... == | == Found on... == | ||
*[[Sly Spy]] | *[[Sly Spy]] | ||
== Equations == | |||
<pre> | |||
/** Inputs **/ | |||
Pin 2 = i2; | |||
Pin 3 = i3; | |||
Pin 4 = i4; | |||
Pin 5 = i5; | |||
Pin 6 = i6; | |||
Pin 7 = i7; | |||
Pin 8 = i8; | |||
Pin 9 = i9; | |||
/** Outputs **/ | |||
Pin 12 = o12; /**(Combinatorial, Output feedback output, Active low) **/ | |||
Pin 13 = o13; /**(Combinatorial, Output feedback output, Active low) **/ | |||
Pin 14 = o14; /**(Registered, Output feedback registered, Active low) **/ | |||
Pin 15 = o15; /**(Registered, Output feedback registered, Active low) **/ | |||
Pin 16 = o16; /**(Registered, Output feedback registered, Active low) **/ | |||
Pin 17 = o17; /**(Registered, Output feedback registered, Active low) **/ | |||
Pin 18 = o18; /**(Combinatorial, Output feedback output, Active low) **/ | |||
Pin 19 = o19; /**(Combinatorial, Output feedback output, Active low) **/ | |||
/** Equations **/ | |||
!o12 = !i2 & !i6 & !i8 & !i9 | |||
# !i2 & i6 & !i8 & !i9; | |||
!o13 = !i2 & i8 & i9; | |||
!o14.d = !i2 & i3 & !i8 & i9 | |||
# !i2 & i3 & !i4 & i8 & i9; | |||
o14.oe = OE; | |||
!o15.d = !i2 & !o16; | |||
o15.oe = OE; | |||
!o16.d = !i2 & !i3 & !i8 & i9 | |||
# !i2 & !i3 & !i4 & i8 & i9; | |||
o16.oe = OE; | |||
!o17.d = i7; | |||
o17.oe = OE; | |||
!o18 = !i2 & i4 & i8 & i9; | |||
!o19 = !i2 & i7 & !i8 & i9 | |||
# !i2 & !i8 & i9 & !o16 | |||
# !i2 & !i4 & i7 & i8 & i9 | |||
# !i2 & !i4 & i8 & i9 & !o16; | |||
</pre> | |||
[[Category:Data East PLD's]] | [[Category:Data East PLD's]] | ||
Latest revision as of 18:15, 10 April 2025
Found on...
editEquations
edit/** Inputs **/
Pin 2 = i2;
Pin 3 = i3;
Pin 4 = i4;
Pin 5 = i5;
Pin 6 = i6;
Pin 7 = i7;
Pin 8 = i8;
Pin 9 = i9;
/** Outputs **/
Pin 12 = o12; /**(Combinatorial, Output feedback output, Active low) **/
Pin 13 = o13; /**(Combinatorial, Output feedback output, Active low) **/
Pin 14 = o14; /**(Registered, Output feedback registered, Active low) **/
Pin 15 = o15; /**(Registered, Output feedback registered, Active low) **/
Pin 16 = o16; /**(Registered, Output feedback registered, Active low) **/
Pin 17 = o17; /**(Registered, Output feedback registered, Active low) **/
Pin 18 = o18; /**(Combinatorial, Output feedback output, Active low) **/
Pin 19 = o19; /**(Combinatorial, Output feedback output, Active low) **/
/** Equations **/
!o12 = !i2 & !i6 & !i8 & !i9
# !i2 & i6 & !i8 & !i9;
!o13 = !i2 & i8 & i9;
!o14.d = !i2 & i3 & !i8 & i9
# !i2 & i3 & !i4 & i8 & i9;
o14.oe = OE;
!o15.d = !i2 & !o16;
o15.oe = OE;
!o16.d = !i2 & !i3 & !i8 & i9
# !i2 & !i3 & !i4 & i8 & i9;
o16.oe = OE;
!o17.d = i7;
o17.oe = OE;
!o18 = !i2 & i4 & i8 & i9;
!o19 = !i2 & i7 & !i8 & i9
# !i2 & !i8 & i9 & !o16
# !i2 & !i4 & i7 & i8 & i9
# !i2 & !i4 & i8 & i9 & !o16;