mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-06 09:17:17 +02:00
test codes updated to compile succesfully with new changes in upstream
Signed-off-by: dsengupta0628 <[email protected]>
This commit is contained in:
@@ -1142,7 +1142,7 @@ TEST_F(StaInitTest, MakeClockWithComment) {
|
||||
waveform->push_back(5.0);
|
||||
char *comment = new char[20];
|
||||
strcpy(comment, "test clock");
|
||||
sta_->makeClock("cmt_clk", nullptr, false, 10.0, waveform, comment, sta_->cmdMode());
|
||||
sta_->makeClock("cmt_clk", PinSet(), false, 10.0, *waveform, comment, sta_->cmdMode());
|
||||
|
||||
Sdc *sdc = sta_->cmdSdc();
|
||||
Clock *clk = sdc->findClock("cmt_clk");
|
||||
|
||||
Reference in New Issue
Block a user