Re: [IBIS-Users] S2IBIS with Eldo simulator

From: Syed Huq <shuq@cisco.com>
Date: Mon Jan 03 2005 - 10:20:27 PST

Hi Christophe,

On Mon, 2005-01-03 at 09:13, Christophe Robichon wrote:
> Hello IBIS users,
>
> Is it possible to use s2ibis with Eldo netlists?
>
> I know that s2ibis is supporting Hspice, PSpice... but nobody use this tool with Eldo netlists?
> While searching in several forums, i've seen that in 1999-2000 few s2ibis2 user's used Eldo files but there's no real details about this feature?
>

I am not an Eldo user either but it seems s2ibis2 could handle Eldo if
the tool can be envoked from the command line.

<extracted from /s2ibis2/doc/s2ibis2.txt>

 [Spice command] command
                                                                                
        command = command to use when invoking Spice.
                                                                                
        Optional.
        Default: specified in s2istrng.h
                                                                                
        This string specifies, in C syntax, how you would call Spice
        from the command line. It has three "%s" printf conversion
        characters, one each for the spice input file, the spice output
        file and the spice message file (this last is optional), IN THAT
        ORDER. See the string variable defaultSpiceCommand in the file
        src/s2istrng.h for an example of the correct format. (Note that
        the command line switches used to invoke spice3 and spectre MUST
        be used.)
-------------------------------------------------------------------------
<extracted from /s2ibis2/src/s2istrng.h>

char *spiceNameString[] =
                {
                "HSpice",
                "PSpice",
                "SPICE2",
                "Spice3",
                "Spectre"
                };
                                                                                
char *defaultSpiceCommand[] =
                {
                "hspice %s >%s 2>%s",
                "pspice %s %s /D0",
                "spice %s %s",
                "spice3 -b %s >%s 2>%s",
                "spectre -f nutascii -c 132 %s -r %s >%s"
                };
--------------------------------------------------------------------------

So, you may have to add the call to Eldo in the above syntax and
re-compile the src code..

- Syed

-- 
IBIS Vice-Chair & Webmaster
Cisco Systems, Inc
|------------------------------------------------------------------
|For help or to subscribe/unsubscribe, email majordomo@eda.org
|with just the appropriate command message(s) in the body:
|
|  help
|  subscribe   ibis       <optional e-mail address, if different>
|  subscribe   ibis-users <optional e-mail address, if different>
|  unsubscribe ibis       <optional e-mail address, if different>
|  unsubscribe ibis-users <optional e-mail address, if different>
|
|or email a written request to ibis-request@eda.org.
|
|IBIS reflector archives exist under:
|
|  http://www.eda.org/pub/ibis/email_archive/  Recent
|  http://www.eda.org/pub/ibis/users_archive/  Recent
|  http://www.eda.org/pub/ibis/email/          E-mail since 1993
Received on Mon Jan 3 10:29:16 2005

This archive was generated by hypermail 2.1.8 : Mon Jan 03 2005 - 10:30:52 PST