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: Difference between revisions

From PLD Archive
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..."
 
(No difference)

Latest revision as of 16:52, 10 March 2024

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