loglib /*______________________________________________________________*/ /* */ /* LOG Library : xicor.def */ /* SCM Library : xicor.ddb */ /* */ /* Author : Bartels System */ /* Last Revision: 2005/02/15 */ /*______________________________________________________________*/ /* */ /* This library includes circuit families manufactured by */ /* Xicor such as */ /* */ /* - Potentiometer ICs */ /* - Memory Components */ /* */ /* NOTE: */ /* */ /* The part names used in this library DO NOT include suffixes */ /* referring to temperature range, timing constraints, plastic */ /* or ceramic DIL packages (as long as pin compatibility is */ /* maintained). */ /*______________________________________________________________*/ /*______________________________________________________________*/ /* Poti-ICs */ /* Poti-IC digitally-controlled / Poti-IC digital steuerbar */ part x9c103p : dil8s { newattr "$comment" = "Poti-IC digitally-controlled" ; newattr "$commentge" = "Poti-IC digital steuerbar" ; newattr "$type" = "X9C103P" ; newattr "$val" = "10k" ; newattr "$manufacturer" = "Xicor" ; pin (inc,"u/d",vw,vh,vl,cs) ; net "vcc" : (8) ; net "vss" : (4) ; xlat (inc,"u/d",vw,vh,vl,cs) to ( 1, 2, 5, 3, 6, 7) ; } part x9c104p : dil8s { newattr "$comment" = "Poti-IC digitally-controlled" ; newattr "$commentge" = "Poti-IC digital steuerbar" ; newattr "$type" = "X9C104P" ; newattr "$val" = "100k" ; newattr "$manufacturer" = "Xicor" ; pin (inc,"u/d",vw,vh,vl,cs) ; net "vcc" : (8) ; net "vss" : (4) ; xlat (inc,"u/d",vw,vh,vl,cs) to ( 1, 2, 5, 3, 6, 7) ; } part x9c503p : dil8s { newattr "$comment" = "Poti-IC digitally-controlled" ; newattr "$commentge" = "Poti-IC digital steuerbar" ; newattr "$type" = "X9C503P" ; newattr "$val" = "50k" ; newattr "$manufacturer" = "Xicor" ; pin (inc,"u/d",vw,vh,vl,cs) ; net "vcc" : (8) ; net "vss" : (4) ; xlat (inc,"u/d",vw,vh,vl,cs) to ( 1, 2, 5, 3, 6, 7) ; } part x9103p : dil8s { newattr "$comment" = "Poti-IC digitally-controlled" ; newattr "$commentge" = "Poti-IC digital steuerbar" ; newattr "$type" = "X9103P" ; newattr "$val" = "10k" ; newattr "$manufacturer" = "Xicor" ; pin (inc,"u/d",vw,vh,vl,cs) ; net "vcc" : (8) ; net "vss" : (4) ; xlat (inc,"u/d",vw,vh,vl,cs) to ( 1, 2, 5, 3, 6, 7) ; } part x9104p : dil8s { newattr "$comment" = "Poti-IC digitally-controlled" ; newattr "$commentge" = "Poti-IC digital steuerbar" ; newattr "$type" = "X9104P" ; newattr "$val" = "100k" ; newattr "$manufacturer" = "Xicor" ; pin (inc,"u/d",vw,vh,vl,cs) ; net "vcc" : (8) ; net "vss" : (4) ; xlat (inc,"u/d",vw,vh,vl,cs) to ( 1, 2, 5, 3, 6, 7) ; } part x9503p : dil8s { newattr "$comment" = "Poti-IC digitally-controlled" ; newattr "$commentge" = "Poti-IC digital steuerbar" ; newattr "$type" = "X9503P" ; newattr "$val" = "50k" ; newattr "$manufacturer" = "Xicor" ; pin (inc,"u/d",vw,vh,vl,cs) ; net "vcc" : (8) ; net "vss" : (4) ; xlat (inc,"u/d",vw,vh,vl,cs) to ( 1, 2, 5, 3, 6, 7) ; } /*______________________________________________________________*/ /* Memory Components */ /* EEPROMs */ part x28hc256 : plcc32 { newattr "$comment" = "EEPROM 32K x 8" ; newattr "$commentge" = "EEPROM 32K x 8" ; newattr "$type" = "X28HC256J" ; newattr "$manufacturer" = "Xicor" ; pin ( a0, a1, a2, a3, a4, a5, a6, a7, a8, a9,a10,a11,a12,a13,a14 ) ; pin (d0,d1,d2,d3,d4,d5,d6,d7,/ce,/oe,/we) ; xlat ( a0, a1, a2, a3, a4, a5, a6, a7, a8, a9,a10,a11,a12,a13,a14 ) to ( 11, 10, 9, 8, 7, 6, 5, 4, 29, 28, 24, 27, 3, 30, 2 ) ; xlat (d0,d1,d2,d3,d4,d5,d6,d7,/ce,/oe,/we) to (13,14,15,18,19,20,21,22, 23, 25, 31) ; net "vcc" : (32) ; net "vss" : (16) ; } /*______________________________________________________________*/ /* Logical Library definition file end */ end.