mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-06 09:17:17 +02:00
OutputWaveforms init vdd
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -487,8 +487,7 @@ public:
|
||||
TableAxisPtr cap_axis,
|
||||
const RiseFall *rf,
|
||||
Table1Seq ¤t_waveforms,
|
||||
Table1 *ref_times,
|
||||
LibertyLibrary *library);
|
||||
Table1 *ref_times);
|
||||
~OutputWaveforms();
|
||||
const RiseFall *rf() const { return rf_; }
|
||||
const TableAxis *slewAxis() const { return slew_axis_.get(); }
|
||||
@@ -510,10 +509,10 @@ public:
|
||||
float cap,
|
||||
float volt);
|
||||
float referenceTime(float slew);
|
||||
void makeVoltageWaveforms(float vdd);
|
||||
static bool checkAxes(const TableTemplate *tbl_template);
|
||||
|
||||
private:
|
||||
void makeWaveforms();
|
||||
void findVoltages(size_t wave_index,
|
||||
float cap);
|
||||
float waveformValue(float slew,
|
||||
|
||||
Reference in New Issue
Block a user