Difference between revisions of "99: The Last War"

From
Jump to: navigation, search
Line 44: Line 44:
|
|
|}
|}
== Equations ==
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px; overflow:auto;">
<div style="font-weight:bold;line-height:1.6;">5N Equations</div>
<div class="mw-collapsible-content">
<pre>
/** 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;
</pre>
</div></div>
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px; overflow:auto;">
<div style="font-weight:bold;line-height:1.6;">4M Equations</div>
<div class="mw-collapsible-content">
<pre>
/** 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;
</pre>
</div></div>


== Credits ==
== Credits ==
*PCB pictures from http://www.citylan.it/wiki/index.php/Main_Page
*PCB pictures from http://www.citylan.it/wiki/index.php/Main_Page

Revision as of 21:11, 18 February 2021

Information

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

PCB

PLD's

PLD Information Credits Download View
Dump Method Target Device Location Status Creator(s) Tester(s) Files Pictures
Bruteforced GAL16V8 5N Tested Macro Macro JEDEC
Bruteforced GAL16V8 4M Tested Macro Macro JEDEC

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