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

P079A: Difference between revisions

From PLD Archive
Created page with "== Found on... == *Interware Booster 30-L33F == 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 12 = i12; Pin 19 = i19; * Outputs *: Pin 13 = o13; *(Combinatorial, Output feedback output, Active low) *: Pin 14 = o14; *(Combinatorial, Output feedback output, Active low) *: Pin 15 = o15; *(Registered, Output feedback registered, Active low) *: Pin 16 = o16; /**(Registere..."
(No difference)

Revision as of 08:49, 19 August 2025

Found on...

Equations

/** 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	12 = i12;
Pin	19 = i19;

/** Outputs **/
Pin	13 = o13; /**(Combinatorial, Output feedback output, Active low) **/
Pin	14 = o14; /**(Combinatorial, Output feedback output, Active low) **/
Pin	15 = o15; /**(Registered, Output feedback registered, Active low) **/
Pin	16 = o16; /**(Registered, Output feedback registered, Active low) **/
Pin	17 = o17; /**(Combinatorial, Output feedback output, Active low) **/
Pin	18 = o18; /**(Combinatorial, Output feedback output, Active low) **/

/** Equations **/

!o13 = !i4 & !o16;
o13.oe = o17

!o14 = !i5 & !o16;
o14.oe = o17

!o15.d =  !i2 & i6 & o16
        # !i2 & !i7 & o16
        # !i2 & !i8 & o16
        # !i2 & !o15 & o16
        # !i2 & o16 & !i19
        # !i2 & i12 & o16;
o15.oe = OE;

!o16.d =  !i2 & !i3 & !i5 & o16
        # !i2 & !i3 & !i4 & o16;
o16.oe = OE;

!o17 = !i6 & i7 & i8 & !i12 & i19;

!o18 = i6 & !i9
     # !i7 & !i9
     # !i8 & !i9
     # !i9 & !i19
     # !i9 & i12;