Scroll to navigation

ADDCAPA(3) MBK LOGICAL FUNCTIONS ADDCAPA(3)

NAME

addcapa - add a capacitance to a signal

ORIGIN

This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Université Pierre et Marie CURIE, in Paris, France.

Web : http://asim.lip6.fr/recherche/alliance/
E-mail : alliance-users@asim.lip6.fr

SYNOPSYS

#include "mlo.h"
void addcapa(ptsig, ctot)
losig_list ∗ptsig;
float ctot;

PARAMETERS

Pointer to the signal in which the capacitance should be added
Total capacitance

DESCRIPTION

addcapa add the capa value to ptsig->CAPA.

EXAMPLE

#include "mlo.h"
void more_capa(pt, i, c)
lofig_list ∗pt;
long i;
float c;
{
	addcapa(getlosig(pt, i), c);
}

SEE ALSO

mbk(1), losig(3).

BUG REPORT

This tool is under development at the ASIM department of the LIP6 laboratory.
We need your feedback to improve documentation and tools.

October 1, 1997 ASIM/LIP6