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
@@ -1424,7 +1424,7 @@ protected:
FloatSeq *waveform = new FloatSeq;
waveform->push_back(0.0f);
waveform->push_back(5.0f);
sta_->makeClock("clk", clk_pins, false, 10.0f, waveform, "",
sta_->makeClock("clk", *clk_pins, false, 10.0f, *waveform, "",
sta_->cmdMode());
Pin *in1 = network->findPin(top, "in1");