xcircuit-dev Mailing List for XCircuit (Page 7)
Brought to you by:
rtedwards
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(7) |
Nov
(1) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(12) |
Feb
(20) |
Mar
(10) |
Apr
(7) |
May
(17) |
Jun
(8) |
Jul
(14) |
Aug
(1) |
Sep
(1) |
Oct
(2) |
Nov
(4) |
Dec
(6) |
2003 |
Jan
(11) |
Feb
(9) |
Mar
(6) |
Apr
(4) |
May
(4) |
Jun
(9) |
Jul
(14) |
Aug
(5) |
Sep
(22) |
Oct
(2) |
Nov
(4) |
Dec
(3) |
2004 |
Jan
(25) |
Feb
(33) |
Mar
(4) |
Apr
(18) |
May
(34) |
Jun
(58) |
Jul
(5) |
Aug
(10) |
Sep
(3) |
Oct
(5) |
Nov
(5) |
Dec
(3) |
2005 |
Jan
(3) |
Feb
(12) |
Mar
(17) |
Apr
(8) |
May
(7) |
Jun
(3) |
Jul
(20) |
Aug
(11) |
Sep
(11) |
Oct
(19) |
Nov
(22) |
Dec
(9) |
2006 |
Jan
(8) |
Feb
(27) |
Mar
(17) |
Apr
(13) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Steven T. <sth...@uf...> - 2004-05-27 16:37:43
|
Just started using this program and it looks like it has a lot of potential. Some things that I would like to see are: 1. elastic wires, so you can drag boxes and have the wires remain connected and 2. the selection drag as in autocad where if you drag left it selects only items entirely in the box and if you drag right it selects items that are at least partially in the box Great program, Steve |
From: Robert O. <phi...@ya...> - 2004-05-26 20:34:19
|
Hi Tim, Just for the record. When I tested before doing a "make install" everything seemed OK. So then I ran "make install" and received some errors from the install script. I had to copy these files manually over into /usr/local/lib/xcircuit-3.2 in order to complete the install. Regards, Phil pwd /usr/local/lib/xcircuit-3.2 cp /u/reyes/temp/mntnaz7/xckt/xcircuit-3.2.20/lib/tcl/tkcon.tcl . cp /u/reyes/temp/mntnaz7/xckt/xcircuit-3.2.20/lib/tcl/console.tcl . cp /u/reyes/temp/mntnaz7/xckt/xcircuit-3.2.20/lib/tcl/xcircuit.tcl . cp /u/reyes/temp/mntnaz7/xckt/xcircuit-3.2.20/lib/tcl/resource.tcl . cp /u/reyes/temp/mntnaz7/xckt/xcircuit-3.2.20/lib/tcl/wrapper.tcl . cd .. cp /u/reyes/temp/mntnaz7/xckt/xcircuit-3.2.20/lib/*.lps . __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ |
From: Robert O. <phi...@ya...> - 2004-05-26 18:09:57
|
> The two solutions are 1) to use the > latest version 3.2, > or 2) to go ahead and do "make install". The error > only occurs when > trying to run the program prior to installation. Thanks Tim! Works precisely as stated with 3.2.20 BTW, my system is a Sparc SunOS 5.7 Phil __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ |
From: R. T. E. <ti...@st...> - 2004-05-26 13:14:06
|
Dear Robert, > Yes, I did have setenv for the XCIRCUIT_LIB_DIR to > .lib. See the transcript below.... > > xcircuit-3.1.38> make tcl > make lib/tcl/xcircuit.so > make[1]: Entering directory > `/u/reyes/xckt/xcircuit-3.1.38' Sorry, you didn't make it clear (or I didn't notice) before that you are using XCircuit version 3.1; there is an error in the install script that will prevent you from using "XCIRCUIT_LIB_DIR" as advertised. The two solutions are 1) to use the latest version 3.2, or 2) to go ahead and do "make install". The error only occurs when trying to run the program prior to installation. Regards, Tim |
From: Robert O. <phi...@ya...> - 2004-05-26 12:37:35
|
> For running prior to installation, you should do > > setenv XCIRCUIT_LIB_DIR ./lib Hi Tim, Yes, I did have setenv for the XCIRCUIT_LIB_DIR to .lib. See the transcript below.... xcircuit-3.1.38> make tcl make lib/tcl/xcircuit.so make[1]: Entering directory `/u/reyes/xckt/xcircuit-3.1.38' make[1]: `lib/tcl/xcircuit.so' is up to date. make[1]: Leaving directory `/u/reyes/xckt/xcircuit-3.1.38' xcircuit-3.1.38> xcircuit-3.1.38> make lib/tcl/xcircuit.sh make: `lib/tcl/xcircuit.sh' is up to date. xcircuit-3.1.38> printenv | grep XCIR xcircuit-3.1.38> setenv XCIRCUIT_LIB_DIR ./lib xcircuit-3.1.38> !pr printenv | grep XCIR XCIRCUIT_LIB_DIR=./lib xcircuit-3.1.38> lib/tcl/xcircuit.sh lib/tcl/xcircuit.sh: ./lib/tkcon.tcl: not found xcircuit-3.1.38> ls ./lib/tcl/ console.tcl tkcon.tcl* xcircuit.sh* xcircuit.so* xcircuit.tcl panzoom.tcl wrapper.tcl xcircuit.sh.m4* xcircuit.tcl* xcstartup.tc xcircuit-3.1.38> ls ./lib/tcl/tkcon.tcl ./lib/tcl/tkcon.tcl* __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ |
From: R. T. E. <ti...@st...> - 2004-05-26 01:14:34
|
Dear Robert, > I get a succesful configure and compile, however on > running the test I get this error abour not found > tkcon.tcl > > %> lib/tcl/xcircuit.sh > lib/tcl/xcircuit.sh: ./lib/tkcon.tcl: not found For running prior to installation, you should do setenv XCIRCUIT_LIB_DIR ./lib in tcsh/csh, or export XCIRCUIT_LIB_DIR=./lib in bash/sh. This should allow XCircuit to run using the libraries that are in the source distribution, rather than looking for them in the install destination. Regards, Tim |
From: Robert O. <phi...@ya...> - 2004-05-25 21:32:56
|
I convinced myself to try to compile tcl version of xcircuit to work around my add page woes. I get a succesful configure and compile, however on running the test I get this error abour not found tkcon.tcl %> lib/tcl/xcircuit.sh lib/tcl/xcircuit.sh: ./lib/tkcon.tcl: not found Any ideas there on what could be wrong? TIA __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ |
From: Jim C. <ca...@an...> - 2004-05-25 17:58:21
|
Is anyone aware of an open source library parsing effort that will build an Xcircuit schematic library from an HSPICE library? Thanks, Jim Carlson Principal Research Scientist MCNC-RDI 3021 Cornwallis Road RTP, NC 27709 (919) 248-9238 jca...@mc... www.mcnc.org |
From: R. T. E. <ti...@st...> - 2004-05-25 14:29:51
|
Dear Robert, > I tried to "%" command to get a command line, then I > used "page make 39" but I didn't see a new page. > > Was I implementing that command correctly? That depends. Are you using the version of xcircuit compiled with the Tcl interpreter? If you didn't have a menu item "Files->Tcl Console" then you have the non-interpreter version of xcircuit which has an extremely limited capability on the command-line, and doesn't include the ability to create new pages. If that's the case, you should compile, install, and use the Tcl-enabled version. Otherwise, if you have the original ten pages and then use "page make 39", the command is not going to create 29 new pages; it will create one new page and put you onto page 11. Regards, Tim |
From: Robert O. <phi...@ya...> - 2004-05-25 02:52:52
|
I tried to "%" command to get a command line, then I used "page make 39" but I didn't see a new page. Was I implementing that command correctly? --- "R. Timothy Edwards" <ti...@st...> wrote: > Dear Phil, > > > Is there an alternative way to add a new page? > Like through a command > > line? > > Yes. On the Tcl command line, use "page make > <number>". I'll have to deal > with the off-screen menus sometime; it will take a > rather complicated Tcl > script to deal with it. The same thing happens when > you have too many > colors, or too many libraries. > > > Is there an upper limit to the number of pages in > a schematic? > > No. I've been using XCircuit to document > standard-cell libraries, and > some of them get to quite a few pages, although > probably not any > larger than your 30-page schematic. > > Regards, > Tim > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the > market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the > exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Xcircuit-dev mailing list > Xci...@li... > https://lists.sourceforge.net/lists/listinfo/xcircuit-dev __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ |
From: R. T. E. <ti...@st...> - 2004-05-20 21:49:37
|
Dear Phil, > Is there an alternative way to add a new page? Like through a command > line? Yes. On the Tcl command line, use "page make <number>". I'll have to deal with the off-screen menus sometime; it will take a rather complicated Tcl script to deal with it. The same thing happens when you have too many colors, or too many libraries. > Is there an upper limit to the number of pages in a schematic? No. I've been using XCircuit to document standard-cell libraries, and some of them get to quite a few pages, although probably not any larger than your 30-page schematic. Regards, Tim |
From: R. T. E. <ti...@st...> - 2004-05-20 21:48:49
|
Dear Jim, > But when I do a make, I end up with the following- > > render.c: In function `ghostinit': > render.c:170: `Tk_ClientMessageProc' undeclared (first use in this > function) Sorry, I should have this one listed on the "troubleshooting" page. The error is due to use of a Tcl version less than, I think, 8.2. I know that version 8.0 is still around on a lot of systems, and it doesn't have this routine. I've been meaning to correct the configure process to warn about older Tcl versions, or (preferably) just work around it. Regards, Tim |
From: Jim C. <ca...@an...> - 2004-05-20 14:18:33
|
I am not sure if this is the right place to ask this question, but I thought I would give it a shot. I am trying to compile on a fedora box and my ./configure output does not give me any insight into a problem. But when I do a make, I end up with the following- render.c: In function `ghostinit': render.c:170: `Tk_ClientMessageProc' undeclared (first use in this function) render.c:170: (Each undeclared identifier is reported only once render.c:170: for each function it appears in.) render.c:170: parse error before `)' make[1]: *** [render.o] Error 1 Thanks Jim Carlson |
From: Robert O. <phi...@ya...> - 2004-05-20 12:48:40
|
I have a schematic with probably more pages than I should have, about 31 pages. When I drop down to the Window->Goto Page, the Add New Page menu selection goes off the top of the screen and I can't get a new page. Is there an alternative way to add a new page? Like through a command line? Is there an upper limit to the number of pages in a schematic? Thanks. Phil __________________________________ Do you Yahoo!? Yahoo! Domains Claim yours for only $14.70/year http://smallbusiness.promotions.yahoo.com/offer |
From: <mai...@li...> - 2004-05-15 16:13:06
|
V I R U S A L E R T / A L E R T A V I R U S Our viruschecker found the Nuestro Antivirus ha encontrado un (unspecified) virus(es) in your email to the following recipient(s): -> we...@mu... Please check your system for viruses, or ask your system administrator to do so. For your reference, here are the headers from your email: ------------------------- BEGIN HEADERS ----------------------------- Received: from [192.168.1.6] (helo=mx.ya.com) by antivirus03.ya.com with esmtp id 1BP1mQ-0007Qt-00 for we...@mu...; Sat, 15 May 2004 18:12:54 +0200 Received: from dns1.ecsnet.com.mx ([148.245.92.68] helo=mujeractual.com) by mx.ya.com with esmtp id 1BP1mO-00018O-00 for we...@mu...; Sat, 15 May 2004 18:12:52 +0200 From: xci...@li... To: we...@mu... Subject: Re: corrected Date: Sat, 15 May 2004 12:12:22 -0600 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0016----=_NextPart_000_0016" X-Priority: 3 X-MSMail-Priority: Normal Message-Id: <E1B...@mx...> EXTRALDAP: mailID=we...@mu... mailHost=mujeractual.com mailQuota=52428800 mailMessageStore=/opt/data/mail/mailvol96001/fe/a3/5b/45/b3/55/26/7c/3e/c3/b4/a2/2d/ed/1a/0a/we...@mu.../ -------------------------- END HEADERS ------------------------------ |
From: Mail D. S. <Mai...@t-...> - 2004-05-14 10:01:19
|
|------------------------- Failed addresses follow: ---------------------| <sch...@t-...> unknown user / Teilnehmer existiert nicht |----------- Message text follows: (body too large, truncated) ----------| Received: from t-online.de ([213.148.226.227]) by mailin06.sul.t-online.de with esmtp id 1BOZUu-1958q00; Fri, 14 May 2004 12:00:56 +0200 From: xci...@li... To: sch...@t-... Subject: Re: dokument Date: Fri, 14 May 2004 12:00:55 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0005_00002486.000039EC" X-Priority: 3 X-MSMail-Priority: Normal X-Seen: false This is a multi-part message in MIME format. ------=_NextPart_000_0005_00002486.000039EC Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Bitte lesen Sie das Dokument. ------=_NextPart_000_0005_00002486.000039EC Content-Type: application/octet-stream; name="dokument.pif" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="dokument.pif" TVqQAAMAAAAEAAAA//8AALgAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAqAAAAERuqUgAD8cbAA/HGwAPxxuDE8kbDA/HG+gQzRsZD8cbgweaGwIPxxsAD8cb Aw/HGwAPxhtcD8cbYhDUGwkPxxvoEMwbBQ/HG1JpY2gAD8cbAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAUEUAAEwBBAAf4YJAAAAAAAAAAADgAA8BCwEGAAAAAAAAAhgAAAAAAKKLGAAAEAAA AGAAAAAAQAAAEAAAAAIAAAQAAAAAAAAABAAAAAAAAAAAoBgAAAQAAAoyAQACAAAAAAAQAAAQ AAAAABAAABAAAAAAAAAQAAAAAAAAAAAAAACyixgAnAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAE6MGAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAudGV4dAAAAABQAAAAEAAA ADAAAAAEAAAAAAAAAAAAAAAAAABAAADALnJkYXRhAAAAEAAAAGAAAAAGAAAANAAAAAAAAAAA AAAAAAAAQAAAwC5kYXRhAAAAAAAYAABwAAAACgAAADoAAAAAAAAAAAAAAAAAAEAAAMAAAAAA AAAAAAAwAAAAcBgAACIAAABEAAAAAAAAAAAAAAAAAABAAADAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 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 |
From: <10r...@mu...> - 2004-05-14 01:09:19
|
LAS 10 RAZONES PARA SER VEGETARIANO Y NO COMER CADÁVERES Subscríbase a la newsletter de Mundo Vegetariano Envíe un e-mail en blanco a la siguiente dirección: mun...@el... .............................................................................................. Si disfrutan de esta publicación electrónica y la encuentran útil, les agradeceríamos que colaboren en su difusión. Esto nos permitirá ayudar a más gente que esté interesada en la vida sana y el vegetarianismo. .............................................................................................. Las direcciones de correo-e suministradas para la suscripción son utilizadas de forma exclusiva para hacer llegar esta publicación a sus suscriptores. Ello significa que son tratadas de forma privada y confidencial y jamás serán compartidas con terceros. .............................................................................................. Si no recuerda cómo se subscribió, sepa que sólo pudo haber sido si usted utilizó el formulario de solicitud que existe en nuestro sitio. .............................................................................................. LAS 10 RAZONES PARA SER VEGETARIANO Y NO COMER CADÁVERES Gentileza de mundovegetariano.com http://www.mundovegetariano.com PRIMERA En lo que se refiere a los alimentos a base de carne, son muchos los factores que desaconsejan su consumo: el primero y más importante la impureza de este tipo de productos que, al estar al final de la cadena alimentaria, concentran gran cantidad de sustancias tóxicas. SEGUNDA En los países industrializados, el individuo ingiere una cantidad de alimentos demasiado abundante, y lo que es más grave, demasiado ricos. El vegetarianismo aporta una solución a esto. Los menús, menos ricos en calorías permiten "desintoxicar" literalmente el organismo. TERCERA Se ha tenido la ocasión de establecer una relación entre los alimentos de orígen animal y las afecciones cardiovasculares, que son enfermedades responsables de una alta mortalidad en los países industrializados que, precisamente, practican una alimentación rica en carnes. Aquí es donde la alimentación vegetariana puede brindar una solución. Cuanto más importantes son los medios financieros destinados a la alimentación, más se decantará el individuo por las grasas animales (indirectamente en forma de carne grasa). Estos preciados productos representan no solamente un lujo, sino que a un nivel más inconsciente, los alimentos ricos en sustancias animales parecen ser sinónimos de salud. CUARTA El principio fundamental del vegetarianismo es esencialmente el de la no violencia: para alimentarse de carne es necesario matar, por lo que hay que abstenerse de consumir carne para no utilizar la violencia contra otras criaturas vivientes. QUINTA La alimentación vegetariana implica un acercamiento a la naturaleza, utilizando lo que ésta ofrece espontáneamente al hombre, de las verduras a las especias, de las bayas a las legumbres, de los frutos a lo que pueden ofrecernos los animales sin ser sacrificados y a lo que se cultiva sin uso de productos químicos: todo ello ayuda al hombre a no alejarse de la naturaleza y a recuperar su esencia vital. SEXTA La cocina vegetariana, digestiva y ligera, antepone a cualquier otra consideración la protección de la salud, pero no significa sólo verduras al vapor o ensaladas insípidas, sino alimentos exquisitos, variados, completos y nutritivos, apetitosos gracias al perfume de las hierbas aromáticas, al uso de verduras y frutas frescas, de pasta y arroz aderezados de forma sabrosa y ligera, de ensaladas ricas en invenciones imaginativas. SEPTIMA La alimentación vegetariana aporta al organismo humano un sustento aún más energético que el de la carne; incluso la potencia física de los vegetarianos puede ser superior e incluso prolongarse más que la de los carnívoros, así como también es inferior el tiempo de recuperación de la fatiga física, que se reduce a un quinto respecto a quien se alimenta normalmente. OCTAVA El exceso de grasas y proteínas animales puede causar: estreñimiento y sus complicaciones, obesidad, enfermedades cardiocirculatorias, exceso de calorías, hipercolesterolemia, tumores de mama, de colon, de próstata, uremia, gota, insuficiencia renal. NOVENA Las fibras están presentes sólo en los alimentos de orígen vegetal, cuya estructura misma constituyen. Las fibras alimenticias son protagonistas de nuestra salud, favoreciendo nuestro bienestar, dado que poseen muchas propiedades preventivas con respecto a las "enfermedades de civilización". Hoy en día se sabe con certeza que un consumo elevado de fruta, verdura, cereales integrales, pan completo y cualquier otro alimento que sea rico en fibras previene los tumores del colon y del recto. DÉCIMA El exceso de sal refinada puede causar: hipertensión, carencia de oligoelementos, dificultades metabólicas, debilitamiento orgánico, disminución del sistema inmunitario, hemorragia cerebral, infarto, insuficiencia renal. ______________________________________________________________________ POR FAVOR NO MATEN A LOS ANIMALES ______________________________________________________________________ Copyright (c) Mundo Vegetariano "Se ha estimado que la contribución del ganado a la contaminación del agua supera más de diez veces a la de los humanos y más de tres a la de la industria" Philip Kapleau .............................................................................................. "La mitad de la pesca mundial va para alimentar ganado, el 91% del maíz, el 77% de la harina de Soya, el 64% de la cebada, el 68% de la avena y el 99% de las cosechas de sorgo." Datos del departamento de agricultura de los Estados Unidos. .............................................................................................. "Cada día cuando amanece en América Latina comienza el sacrificio de animales. Al anochecer casi 30 millones de vacas, ovejas, puercos, pollos y pavos han sido torturados hasta perder la vida. Este horrible proceso continua día tras día, hasta que, para el fin del año más de cinco billones de seres de sangre caliente y sentimiento habrán perecido. Además del sinnúmero de animales sacrificados en laboratorios y de los perros y gatos eliminados por los servicios de salud." "Antes de morir los animales de las fabricas de carne llevan una vida de agonía sin fin. El hacinamiento, las privaciones, el maltrato y las mutilaciones imperan en las fábricas de carne de hoy. El ganado vacuno se cría en pequeños corrales sin refugio de los elementos de la naturaleza. Terneros recién nacidos son separados violentamente de sus madres y puestos en jaulas que impiden el movimiento del animal. Igualmente otros animales sufren privaciones y maltratos abusando de ellos hasta sus limites biológicos en la incesante búsqueda de ganancias a corto plazo." "Alimentados a la fuerza, manipulados genéticamente, inseminados artificialmente, cortadas sus orejas, colas, picos y cuernos, marcados con hierros calientes, castrados y mutilados sin anestesia ni entrenamiento médico. Las condiciones horripilantes de transporte y movilización privándolos de alimento, agua y abrigo de los elementos prolongan su agonía hasta el último suspiro." "Millones de otros animales silvestres son torturados cada año cuando sus terrenos se convierten en pastos y campos agrícolas de las fabricas de carne." "Aparte de una guerra nuclear, la industria de la carne y la industria ganadera representan la amenaza mayor para la calidad de vida en el planeta. Sin embargo, existe una diferencia importante: mientras una guerra nuclear puede ser suspendida, quizás indefinidamente, el sacrificio de animales sigue cada año, cada día, cada minuto." "Millones de hectáreas de selva y bosque son destruidos cada año, cuando se convierten en tierra de pastoreo y en cultivos que se utilizan exclusivamente para alimento de animales." "Se calcula que 800 millones de personas en el mundo están para morirse de hambre, mientras se dan a comer granos y legumbres a los animales que serian suficientes para salvar esas vidas. (6) El levante de ganado y el cultivo intensivo convierten la tierra en desiertos, lo cual representa una amenaza grande a la supervivencia de la vida misma en nuestro planeta." People for the ethical treatment of animals (PETA) P. O. Box. 42516 Washington D.C.20015 - (301) 770-7444 .............................................................................................. Mundo Vegetariano La Primera Comunidad Virtual Vegetariana para los amantes de la Vida Sana. www.mundovegetariano.com 902 32 21 32 bu...@mu... Organizamos reuniones en Madrid, mándanos un email si quieres apuntarte, queremos conocernos todos! .............................................................................................. .............................................................................................. .............................................................................................. |
From: Joachim F. <do...@gm...> - 2004-05-13 17:51:44
|
Hello John Barry <joh...@nm...>! On Thu, 13 May 2004 17:44:39 +0100, you wrote: >I want to create transistor level schematics with the unique device id >parameter of each transisitor visible just like the W and L. >Is is the case that these unique indexes are available only in the SPICE >file after netlisting? Nope. When you implement these indexes using a parameterized "?", you can insert this parameter anywhere in the symbol, hence, in any text label as well. >I saw a "Auto-number Components" function in the netlist menu but could >not encounter any explanation of it's functionalityin documentation. Numbers are assigned to all "?" parameters on each run of the netlister. Now, there are several modes for the netlister, "spice" for SPICE netlists, "sim" for sim netlists and "pcb" for PCB nets. In each mode, the netlister checks only those informational labels (the green labels inside symbols) which begin with its current mode of operation. E.g., if you want to create a SPICE netlist, only informational labels beginning with "spice:" are parsed and "?" parameters in them replaced. Now, the "Auto-number Components" command runs the netlister in "pcb" mode, so all symbols containing a "pcb:" infolabel will be assigned a number. Note that not _all_ symbols will get unique numbers, but instead all symbol instances whose "pcb:" infolabel starts with the same string will get unique numbers. That is, if you have a symbol with a "pcb:M?" infolabel, "?" being a parameter, and another symbol with "pcb:V?", invoking auto-numbering on a circuit with multiple instances of both symbols will yield "M1", "M2" etc. as well as "V1", "V2" etc. I hope my explanation is somewhat comprehensible =3D) Joachim --=20 -=3D[ DoJoe a.k.a. Joachim Fenkes ]=3D=3D[ do...@gm... ]=3D- -=3D[ ICQ# 11646345 ]=3D-=3D[ http://www.dojoe.de/ ]=3D- |
From: John B. <joh...@nm...> - 2004-05-13 16:44:52
|
Hi, I want to create transistor level schematics with the unique device id parameter of each transisitor visible just like the W and L. Is is the case that these unique indexes are available only in the SPICE file after netlisting? I saw a "Auto-number Components" function in the netlist menu but could not encounter any explanation of it's functionalityin documentation. Thanks for any advice John D Barry |
From: <ml...@vt...> - 2004-05-12 15:56:36
|
K TAL QUISIERA SABER SI TIENEN EL ESQUEMA DEL PRE-AMPLIFICADOR DEL = MODELO RG-200ES DE RANDALL SI ME LO PUEDAN MANDAR ACA EN CHILE NO TENGO = DONDE ARREGLARLO GRACIAS |
From: Service de d. du c. <pos...@vi...> - 2004-05-11 11:39:02
|
- Ces destinataires ont =E9t=E9 trait=E9s par le serveur de messagerie : aj...@or...; =C9chec; 5.2.2 (bo=EEte aux lettres satur=E9e) |
From: Samuel W. <swi...@ie...> - 2004-05-05 22:10:31
|
Hello, I am trying to make a block diagram (like the one shown on http://bach.ece.jhu.edu/~tim/programs/xcircuit/) But I can not find any library symbols for the slashed bus notation. Any suggestions? Sam |
From: Robert O. <phi...@ya...> - 2004-04-27 12:55:08
|
Tim, Thanks. Works just fine now. The line for me was 4673, not 4806. I'm using 3.1.38. Regards, Phil --- "R. Timothy Edwards" <ti...@st...> wrote: > Dear Phil, > > Adding the following lines to events.c, line 4806 > (prior to the > call to zoomview()) appears to solve the problem: > > -------------------------------------------------------------------- > /* Re-compose the directories to the new > dimensions */ > > composelib(PAGELIB); > composelib(LIBLIB); > > /* Re-center image in resized window */ > -------------------------------------------------------------------- > > Possibly it's worth re-composing all of the > libraries to fit the new > window size and aspect ratio, but only the library > directories appear > to have the problem determining where the button was > pushed. > > Regards, > Tim > > > ------------------------------------------------------- > This SF.net email is sponsored by: The Robotic > Monkeys at ThinkGeek > For a limited time only, get FREE Ground shipping on > all orders of $35 > or more. Hurry up and shop folks, this offer expires > April 30th! > http://www.thinkgeek.com/freeshipping/?cpg=12297 > _______________________________________________ > Xcircuit-dev mailing list > Xci...@li... > https://lists.sourceforge.net/lists/listinfo/xcircuit-dev __________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover |
From: R. T. E. <ti...@st...> - 2004-04-26 17:30:02
|
Dear Phil, Adding the following lines to events.c, line 4806 (prior to the call to zoomview()) appears to solve the problem: -------------------------------------------------------------------- /* Re-compose the directories to the new dimensions */ composelib(PAGELIB); composelib(LIBLIB); /* Re-center image in resized window */ -------------------------------------------------------------------- Possibly it's worth re-composing all of the libraries to fit the new window size and aspect ratio, but only the library directories appear to have the problem determining where the button was pushed. Regards, Tim |
From: Robert O. <phi...@ya...> - 2004-04-26 16:54:39
|
I am using xcircuit 3.1 on Solaris 5.7. I have a problem with I hope someone might be able to help me with. When I start up my schematic and then go to the page directory I can easily click on any page and navigate to that page in the schematic. But, if I start up my schematic and then go the page directory and first resize the xcircuit window first to fit the full width and height of my screen, it seems like the scaling is messed up. I no longer seem to be able to click on any page and navigate to that page. I click on some page but I end up on another page. Some of the pages in the page directory overlap one another and that makes it hard to select the write page in the page directory view. It seems like the display somehow doesn't follow the resizing and know how to deal with it. Has anyone seen this behavior and can tell me how I might deal with it? Thanks, Phil __________________________________ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25¢ http://photos.yahoo.com/ph/print_splash |