comment
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
fe0e3d0673
commit
c7ba405a14
|
|
@ -156,7 +156,7 @@ public:
|
|||
// Return values.
|
||||
double &vo,
|
||||
double &dol_dt);
|
||||
// Load responce to driver waveform.
|
||||
// Load response to driver waveform.
|
||||
void Vl(double t,
|
||||
// Return values.
|
||||
double &vl,
|
||||
|
|
|
|||
|
|
@ -825,7 +825,7 @@ WriteSpice::railToRailSlew(float slew,
|
|||
|
||||
////////////////////////////////////////////////////////////////
|
||||
|
||||
// Find the logic values for expression inputs to enable paths from input_port.
|
||||
// Find the logic values for expression inputs to sensitize the path from input_port.
|
||||
void
|
||||
WriteSpice::gatePortValues(const Pin *input_pin,
|
||||
const Pin *drvr_pin,
|
||||
|
|
|
|||
Loading…
Reference in New Issue