mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-01 10:27:10 +02:00
test codes updated to compile succesfully with new changes in upstream
Signed-off-by: dsengupta0628 <[email protected]>
This commit is contained in:
@@ -2121,7 +2121,7 @@ TEST_F(DesignParasiticsTest, TimingWithParasitics) {
|
||||
waveform->push_back(0.0f);
|
||||
waveform->push_back(250.0f);
|
||||
|
||||
sta_->makeClock("clk", clk_pins, false, 500.0f, waveform, "",
|
||||
sta_->makeClock("clk", *clk_pins, false, 500.0f, *waveform, "",
|
||||
sta_->cmdMode());
|
||||
|
||||
// Run timing update to exercise delay calculation with parasitics
|
||||
|
||||
Reference in New Issue
Block a user