Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

HardTimes U58

From PLD Archive
Revision as of 21:05, 6 February 2024 by Jon (talk | contribs) (Created page with "== Equations == <pre> Inputs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 18 Outputs: 12 (Combinatorial, No output feedback, Active low) 13 (Combinatorial, Output fe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Equations

edit
Inputs:

1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 18

Outputs:

12 (Combinatorial, No output feedback, Active low)
13 (Combinatorial, Output feedback output, Active low)
14 (Combinatorial, Output feedback output, Active low)
15 (Combinatorial, Output feedback output, Active low)
17 (Combinatorial, Output feedback output, Active low)
18 (Combinatorial, Output feedback output, Active low)
19 (Combinatorial, No output feedback, Active low)

Equations:

/o12 = /i1 & /i2 & i3 & i4 & /i5 & /i6 & /i7 & /i8 +
       /i1 & /i2 & /i3 & /i4 & /i7 & /i8 +
       /i1 & /i2 & /i3 & /i4 & i6 +
       /i1 & /i2 & /i3 & /i4 & /i5
o12.oe = vcc

/o13 = /i1 & /i2 & /i4 & /i5 & /i6 & /i7 & /i8 & /i9 & /i11 +
       /i1 & /i2 & /i3 & /i5 & /i6 & /i7 +
       /i1 & /i2 & /i3 & /i4 & i6 +
       /i1 & /i2 & /i3 & /i4 & /i5
o13.oe = vcc

/o14 = /i1 & /i2 & /i4 & i5 & /i6 & /i7 & /i8 & /i9 & /i11 +
       /i1 & /i2 & /i3 & /i5 & /i6 & /i7 +
       /i1 & /i2 & /i3 & /i4 & /i7 & /i8 +
       /i1 & /i2 & /i3 & /i4 & i6 +
       /i1 & /i2 & /i3 & /i4 & /i5
o14.oe = vcc

/o15 = /i1 & /i2 & /i3 & i4 & /i5 & /i6 & /i7 & i8 & /i16
o15.oe = vcc

/o17 = /i1 & /i2 & i4 & /i5 & /i6 & /i7 & /i8 & /i9 & /i11 +
       /i1 & /i2 & /i3 & /i5 & /i6 & /i7 & /i8 +
       /i1 & /i2 & /i3 & /i4 & i6 & /i8 +
       /i1 & /i2 & /i3 & /i4 & /i5 & /i8
o17.oe = vcc

/o18 = /i1 & /i2 & i4 & /i5 & /i6 & /i7 & /i8 & /i9 & /i11 +
       /i1 & /i2 & /i3 & /i5 & /i6 & /i7 & /i8 & /i9 +
       /i1 & /i2 & /i3 & /i4 & /i7 & /i8 & /i9 +
       /i1 & /i2 & /i3 & /i4 & i6 & /i9 +
       /i1 & /i2 & /i3 & /i4 & /i5 & /i9
o18.oe = vcc

/o19 = /i1 & /i2 & i4 & /i5 & /i6 & /i7 & /i8 & i9 & /i11 +
       /i1 & /i2 & /i4 & /i5 & /i6 & /i7 & /i8 & /i9 & /i11 +
       /i1 & /i2 & /i3 & /i5 & /i6 & /i7 & /i8 & /i11 +
       /i1 & /i2 & /i3 & /i4 & /i7 & /i8 & /i11 +
       /i1 & /i2 & /i3 & /i4 & i6 & /i11 +
       /i1 & /i2 & /i3 & /i4 & /i5 & /i11
o19.oe = vcc