Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2026-03-08 13:59:22 -07:00
parent fe0e3d0673
commit c7ba405a14
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,