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

P091A

From PLD Archive

Found on...

edit

Equations

edit
/** 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	13 = i13;

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

/** Equations **/

o14.d =  i8
       # !i9 & o14;
o14.oe = OE;

o15.d =  !o16;
o15.oe = OE;

o16.d =  o15 & !o16;
o16.oe = OE;

o17 = !i3;

o18 = i7
    # !i4 & i5 & i6 & !i12 & i13;
o18.oe = i3

!o19 = !i4 & i5 & i6 & !i12 & i13;