PY-0: Difference between revisions
From PLD Archive
More actions
m Jon moved page PY-0 to Robocop PY-0 without leaving a redirect |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Found on... == | == Found on... == | ||
*[[Robocop]] | *[[Robocop]] | ||
== History == | |||
{{HISTORY|28/01/2024 - Added equations}} | |||
== Equations == | == Equations == | ||
Line 38: | Line 41: | ||
!o19 = !i3 & i6 & i7 & !i8; | !o19 = !i3 & i6 & i7 & !i8; | ||
</pre> | </pre> | ||
[[Category:Data East PLD's]] |
Latest revision as of 09:54, 24 August 2025
Found on...
editHistory
edit- 28/01/2024 - Added equations
Equations
edit/** 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 14 = i14; Pin 15 = i15; Pin 16 = i16; /** Outputs **/ Pin 12 = o12; /**(Combinatorial, No output feedback, Active low) **/ Pin 13 = o13; /**(Combinatorial, Output feedback output, Active low) **/ Pin 17 = o17; /**(Combinatorial, Output feedback output, Active low) **/ Pin 18 = o18; /**(Combinatorial, Output feedback output, Active low) **/ Pin 19 = o19; /**(Combinatorial, No output feedback, Active low) **/ /** Equations **/ !o12 = i3 & !i4 & !i6 & !i7 & !i8; !o13 = !i3 & i6 & !i7 & i8; !o17 = !i4 & !i6 & i7 & i8; !o18 = !i3 & i6 & !i7 & !i8; !o19 = !i3 & i6 & i7 & !i8;