This is the command gnucap-ibis that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
gnucap-ibis - GNU Circuit Analysis Package IBIS translator
SYNOPSIS
gnucap-ibis [--typ] [--min] [--max] [--power-on] [--on] [--off] filename [--dump
[filename]] [--spice [filename]]
DESCRIPTION
GNUCAP-IBIS is a IBIS translator tool in the GNUCAP suite. It will transform IBIS models
into SPICE models for use in SPICE simulations.
The IBIS model in filename is being parsed and can be translated to whatever format is
requested. By using the --spice option a SPICE model can be generated. By using the --dump
option a IBIS dump may be performed (mainly for testing purposes). A typical usage can be
gnucap-ibis mymodel.ibis -spice
OPTIONS
--typ sets simulation mode to typical values (default)
--min sets simulation mode to minimal values
--max sets simulation mode to maximal values
--power-on
sets device state to power on
--on sets device state to on
--off sets device state to off
--prefix prefix
sets the prefix on generated code (default no prefix)
--dump [filename]
enable the dumping of the interprented IBIS file in IBIS format. Optionally an
output filename may be given (default filename is incoming filename with .dump
postfix)
--spice [filename]
enable the dumping of a SPICE model. Optionally an output filename may be given
(default filename is incoming filename . mode .ckt).
Use gnucap-ibis online using onworks.net services