/** Inputs **/
Pin 1 = EQ;
Pin 2 = A15;
Pin 3 = A14;
Pin 4 = A13;
Pin 5 = A12;
Pin 6 = A11;
Pin 7 = A10;
Pin 8 = A9;
Pin 9 = CCNG;
Pin 11 = PCNG;
/** Outputs **/
Pin 12 = IOCS; /**(Combinatorial, Output feedback output, Active low) **/
Pin 13 = C-RAM; /**(Combinatorial, Output feedback output, Active low) **/
Pin 14 = EXCS1; /**(Combinatorial, Output feedback output, Active low) **/
Pin 15 = EXCS0; /**(Combinatorial, No output feedback, Active low) **/
Pin 16 = WRAMCS; /**(Combinatorial, No output feedback, Active low) **/
Pin 17 = DMP; /**(Combinatorial, Output feedback output, Active low) **/
Pin 18 = BANCS; /**(Combinatorial, Output feedback output, Active low) **/
Pin 19 = PROCS; /**(Combinatorial, Output feedback output, Active low) **/
/** Equations **/
!IOCS = !EQ & !A15 & !A14 & !A13 & !A12 & !A11 & A10 & !A9;
!C-RAM = !EQ & !A15 & !A14 & !A13 & !A12 & !A11 & A10 & A9;
!EXCS1 = !EQ & !A15 & !A14 & A13 & !A12 & A11 & CCNG
# !EQ & !A15 & !A14 & !A12 & !A11 & !A10 & !A9 & CCNG
# !EQ & !A15 & !A14 & A13 & A12 & CCNG
# !EQ & !A15 & !A14 & A13 & !A11 & CCNG;
!EXCS0 = !EQ & !A15 & !A14 & A13 & !A12 & A11 & !CCNG
# !EQ & !A15 & !A14 & !A12 & !A11 & !A10 & !A9 & !CCNG
# !EQ & !A15 & !A14 & A13 & A12 & !CCNG
# !EQ & !A15 & !A14 & A13 & !A11 & !CCNG;
!WRAMCS = !EQ & !A15 & !A14 & !A13 & !A12 & A11
# !EQ & !A15 & !A14 & !A13 & A12;
!DMP = !EQ & !A15 & !A14 & !A13 & !A12 & !A11 & !A10 & A9;
!BANCS = !EQ & !A15 & A14 & PCNG;
!PROCS = !EQ & !A15 & A14 & !PCNG
# !EQ & A15;