B56-13: Difference between revisions
From PLD Archive
More actions
Created page with "== Found on... == *Recordbreaker == Equations == <pre> →Dedicated input pins: pin 1 = I0; →Input: pin 2 = I1; →Input: pin 3 = I2; →Input: pin 4 =..." |
No edit summary |
||
| Line 51: | Line 51: | ||
</pre> | </pre> | ||
[[Category:Taito PLD's]] | |||
Latest revision as of 17:30, 8 November 2024
Found on...
editEquations
edit/* 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; /* Unused input */
pin 8 = I7; /* 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; /* Input */
pin 19 = B7; /* Unused input */
/* Output equations */
B5 = I0 & !B6;
!B4 = I1 & !I2 & !I7 & !I8
# I1 & !I2 & I7 & !I8
# !I1 & I2 & I7 & !I8
# I1 & I2 & I7 & !I8
# !I1 & I2 & I7 & I8
# I1 & I2 & I7 & I8;
!B3 = I1 & !I3 & !I7 & !I8
# I1 & !I3 & I7 & !I8
# !I1 & I3 & I7 & !I8
# I1 & I3 & I7 & !I8
# !I1 & I3 & I7 & I8
# I1 & I3 & I7 & I8;
!B2 = I1 & !I8;
!B1 = I7;
!B0 = I4 & !I5 & !I9
# !I4 & I5 & !I9
# !I4 & !I5 & I9
# I4 & I5 & I9;