mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-03 08:25:52 +02:00
test codes updated to compile succesfully with new changes in upstream
Signed-off-by: dsengupta0628 <[email protected]>
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user