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

HardTimes U182

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

Equations

edit
Inputs:

1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 17, 18, 19

Outputs:

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

Equations:

/o12 = /i1 & /i3 & i9 +
       /i9 & /i13
o12.oe = vcc

/o14 = /i6 & /i9 +
       /i8 & i9 +
       i1 & i9
o14.oe = vcc

/o15 = /i5 & /i9 +
       /i7 & i9 +
       i1 & i9
o15.oe = vcc

/o16 = /i4 & /i9 +
       /i6 & i9 +
       i1 & i9
o16.oe = vcc

/o17 = /i3 & /i9 +
       /i5 & i9 +
       i1 & i9
o17.oe = vcc

/o18 = /i2 & /i9 +
       /i4 & i9 +
       i1 & i9
o18.oe = vcc

/o19 = /i1 & /i2 & i9 +
       /i9 & /i11
o19.oe = vcc