1811: Difference between revisions
From PLD Archive
More actions
Created page with "== Found on... == *Super Formula" |
No edit summary |
||
Line 1: | Line 1: | ||
== Found on... == | == Found on... == | ||
*[[Super Formula]] | *[[Super Formula]] | ||
== 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; | |||
Pin 10 = i10; | |||
Pin 11 = i11; | |||
Pin 14 = i14; | |||
Pin 23 = i23; | |||
/** Outputs **/ | |||
Pin 15 = o15; /**(Combinatorial, Output feedback output, Active low) **/ | |||
Pin 16 = o16; /**(Registered, Output feedback registered, Active low) **/ | |||
Pin 17 = o17; /**(Registered, Output feedback registered, Active low) **/ | |||
Pin 18 = o18; /**(Registered, Output feedback registered, Active low) **/ | |||
Pin 19 = o19; /**(Registered, Output feedback registered, Active low) **/ | |||
Pin 20 = o20; /**(Registered, Output feedback registered, Active low) **/ | |||
Pin 21 = o21; /**(Registered, Output feedback registered, Active low) **/ | |||
Pin 22 = o22; /**(Combinatorial, Output feedback output, Active low) **/ | |||
/** Equations **/ | |||
!o15 = !i10 | |||
# !i11 | |||
# !i14 | |||
# !i23 | |||
# i8 & i9; | |||
!o16.d = !i10 | |||
# i11 & i14 & i23 | |||
# !i2 & i8 & i9 & i11 & i14 & i23; | |||
o16.oe = OE; | |||
!o17.d = i10 & i14 & i23 | |||
# !i11 | |||
# !i3 & i8 & i9 & i10 & i14 & i23; | |||
o17.oe = OE; | |||
!o18.d = !i8 & i10 & i11 & i23 | |||
# !i14 | |||
# !i4 & i9 & i10 & i11 & i23; | |||
o18.oe = OE; | |||
!o19.d = !i9 & i10 & i11 & i14 | |||
# !i23 | |||
# !i5 & i8 & i10 & i11 & i14; | |||
o19.oe = OE; | |||
!o20.d = !i10 | |||
# !i11 | |||
# !i14 | |||
# !i23 | |||
# i8 & i9; | |||
o20.oe = OE; | |||
!o21.d = i10 & i11 & i14 & i23; | |||
o21.oe = OE; | |||
!o22 = i10 & i11 & i14 & i23; | |||
</pre> |
Latest revision as of 12:34, 14 June 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; Pin 10 = i10; Pin 11 = i11; Pin 14 = i14; Pin 23 = i23; /** Outputs **/ Pin 15 = o15; /**(Combinatorial, Output feedback output, Active low) **/ Pin 16 = o16; /**(Registered, Output feedback registered, Active low) **/ Pin 17 = o17; /**(Registered, Output feedback registered, Active low) **/ Pin 18 = o18; /**(Registered, Output feedback registered, Active low) **/ Pin 19 = o19; /**(Registered, Output feedback registered, Active low) **/ Pin 20 = o20; /**(Registered, Output feedback registered, Active low) **/ Pin 21 = o21; /**(Registered, Output feedback registered, Active low) **/ Pin 22 = o22; /**(Combinatorial, Output feedback output, Active low) **/ /** Equations **/ !o15 = !i10 # !i11 # !i14 # !i23 # i8 & i9; !o16.d = !i10 # i11 & i14 & i23 # !i2 & i8 & i9 & i11 & i14 & i23; o16.oe = OE; !o17.d = i10 & i14 & i23 # !i11 # !i3 & i8 & i9 & i10 & i14 & i23; o17.oe = OE; !o18.d = !i8 & i10 & i11 & i23 # !i14 # !i4 & i9 & i10 & i11 & i23; o18.oe = OE; !o19.d = !i9 & i10 & i11 & i14 # !i23 # !i5 & i8 & i10 & i11 & i14; o19.oe = OE; !o20.d = !i10 # !i11 # !i14 # !i23 # i8 & i9; o20.oe = OE; !o21.d = i10 & i11 & i14 & i23; o21.oe = OE; !o22 = i10 & i11 & i14 & i23;