Difference between revisions of "Booby Kids (bootleg)"

From
Jump to: navigation, search
Line 10: Line 10:
|Bruteforced
|Bruteforced
|[[GAL16V8]]
|[[GAL16V8]]
|[[BoobyKids_bootleg_11E|11E
|[[BoobyKids_bootleg_11E|11E]]
|Tested
|Tested
|[[Caius]]
|[[Caius]]

Revision as of 18:02, 3 July 2022

PCB

PLD

PLD Information Credits Download View
Dump Method Target Device(s) Location Status Creator(s) Tester(s) Files Pictures
Bruteforced GAL16V8 11E Tested Caius Caius ZIP Booby Kids PLD 11E.jpg

Equations

11E Equations
/** Inputs **/
Pin	1 = i1;
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	11 = i11;
Pin	12 = i12;
Pin	13 = i13;
Pin	18 = i18;
Pin	19 = i19;

/** Outputs **/
Pin	14 = o14; /**(Combinatorial, Output feedback output, Active low) **/
Pin	15 = o15; /**(Combinatorial, No output feedback, Active low) **/
Pin	16 = o16; /**(Combinatorial, No output feedback, Active low) **/
Pin	17 = o17; /**(Combinatorial, Output feedback output, Active low) **/

/** Equations **/

!o14 = !i7;

!o15 = !i8;

!o16 = !i1 & !i9 & i13
     # !i3 & i9 & i13
     # !i2 & !i13;

!o17 = !i4 & !i9 & i13
     # !i6 & i9 & i13
     # !i5 & !i13;

Credits