test codes updated to compile succesfully with new changes in upstream

Signed-off-by: dsengupta0628 <[email protected]>
This commit is contained in:
dsengupta0628
2026-04-20 14:47:52 +00:00
parent 05b4e3a1d9
commit c2b629d751
11 changed files with 242 additions and 245 deletions
+1 -1
View File
@@ -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