Editing A-5346-40009-9

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
== Found on... ==
== Found on... ==
*[[Terminator 2 (Y-Unit)]]
*[[Terminator 2]]
 
== Equations ==
<pre>
/* Dedicated input pins */
 
pin 1  = I0; /* Input */
pin 2  = I1; /* Input */
pin 3  = I2; /* Input */
pin 4  = I3; /* Input */
pin 5  = I4; /* Input */
pin 6  = I5; /* Input */
pin 7  = I6; /* Input */
pin 8  = I7; /* Unused input */
pin 9  = I8; /* Input */
pin 11  = I9; /* Input */
 
/* Programmable output pins */
 
pin 12  = B0; /* Combinatorial output */
pin 13  = B1; /* Combinatorial output */
pin 14  = B2; /* Combinatorial output */
pin 15  = B3; /* Combinatorial output */
pin 16  = B4; /* Combinatorial output */
pin 17  = B5; /* Combinatorial output */
pin 18  = B6; /* Combinatorial output */
pin 19  = B7; /* Combinatorial output */
 
/* Output equations */
 
!B7 = !I4 & !I8;
!B6 = !I4 &  I8;
!B5 = !I0 & !I1 & !I2 & !I3
    #  I0 & !I1 & !I2 & !I3
    #  I0 &  I1 & !I2 & !I3
    # !I0 & !I1 &  I2 & !I3
    #  I0 & !I1 &  I2 & !I3
    # !I0 &  I1 &  I2 & !I3
    #  I0 &  I1 &  I2 & !I3;
!B4 = !I4 & !I6 & !I9;
B3 =  I4 &  I5;
B2 = !I0 &  I2;
B1 = !I1 &  I2;
!B0 =  I1 & !I2 & !I3
    # !I1 &  I2 & !I3
    #  I1 &  I2 & !I3;
</pre>


[[Category:Midway PLD's]]
[[Category:Midway PLD's]]

Please note that all contributions to may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see PLD Archive WIKI:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)