Difference between revisions of "99: The Last War"

From
Jump to: navigation, search
Line 11: Line 11:


== PLD's ==
== PLD's ==
{| class="wikitable"
{{PLD_all}}
!colspan="4"|PLD Information
!colspan="2"|Credits
!colspan="1"|Download
!colspan="1"|View
|-
!Dump Method
!Target Device
!Location
!Status
!Creator(s)
!Tester(s)
!Files
!Pictures
|-
|-
|Bruteforced
|Bruteforced

Revision as of 09:32, 2 April 2021

Information

  • Manufacturer: Proma
  • Date: 1985
  • Orientation: Vertical

PCB

PLD's

Template:PLD all |- |Bruteforced |GAL16V8 |5N |Tested |Macro |Macro |ZIP | |- |Bruteforced |GAL16V8 |4M |Tested |Macro |Macro |ZIP | |}

Equations

5N 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	19 = i19;

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

/** Equations **/

o13 = !i1 & i8 & i19
    # i6 & i8 & i19
    # i2 & i8 & !i12 & i19;
!o14 = i1 & !i2 & !i6;
!o15 = i1 & i2 & !i6;
!o16 = i1 & i2 & i3 & !i6 & !i12 & i19;
!o17 = !i4 & !i5 & !i8 & !i11;
!o18 = !i1 & !i6 & i7 & !i9 & i19;
4M 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;

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

/** Equations **/

!o13 = i2 & !i6;

!o14 = !i2 & !i3 & i9;

!o15 = i2 & !i6 & !i8 & !i11
     # !i2 & !i3 & !i5 & i9 & !i11;

!o16 = i2 & !i6 & !i8 & i11
     # !i2 & !i3 & !i5 & i9 & i11;

!o17 = i1 & i2 & !i6 & !i7 & !i11
     # i1 & !i2 & !i3 & !i4 & i9 & !i11;

!o18 = i1 & i2 & !i6 & !i7 & i11
     # i1 & !i2 & !i3 & !i4 & i9 & i11;

Credits