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

HotdogStorm U2: Difference between revisions

From PLD Archive
Created page with "== Found on... == *Hotdog Storm == Equations == <pre> Inputs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19 Outputs: 12 (Combinatorial, Output feedback..."
 
(No difference)

Latest revision as of 08:05, 10 July 2022

Found on...

edit

Equations

edit
Inputs:

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

Outputs:

12 (Combinatorial, Output feedback output, Active high)
13 (Combinatorial, Output feedback output, Active high)
14 (Registered, Output feedback registered, Active high)
19 (Combinatorial, Output feedback output, Active high)

Equations:

o12 = i11 +
      /i3 +
      /i4 +
      /i5
o12.oe = vcc

o13 = i6 & /i7 & /i8 & i16 & i17 & i18 +
      i11 & i16 & i17 & i18
o13.oe = vcc

rf14 := /rf14 +
        i6 & i7 & i8 & i9
rf14.oe = vcc

o19 = i11 +
      i6 +
      /i7 +
      i8 +
      i9 +
      i2 +
      o13
o19.oe = vcc