mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-04 00:39:45 +02:00
silence compiler false error
Signed-off-by: Matt Liberty <[email protected]>
This commit is contained in:
+1
-1
@@ -1896,7 +1896,7 @@ void
|
||||
LibertyCell::ensureVoltageWaveforms()
|
||||
{
|
||||
if (!have_voltage_waveforms_) {
|
||||
float vdd;
|
||||
float vdd = 0;
|
||||
bool vdd_exists;
|
||||
liberty_library_->supplyVoltage("VDD", vdd, vdd_exists);
|
||||
if (!vdd_exists || vdd == 0.0)
|
||||
|
||||
Reference in New Issue
Block a user