mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-01 02:17:08 +02:00
update tests golden outputs and one cpp file to accomodate new changes in upstream OSTA. functionality remains the same
Signed-off-by: dsengupta0628 <[email protected]>
This commit is contained in:
@@ -2990,9 +2990,8 @@ TEST_F(StaDesignTest, MakeGeneratedClock) {
|
||||
gen_pins->insert(clk2);
|
||||
IntSeq *divide_by = new IntSeq;
|
||||
divide_by->push_back(2);
|
||||
FloatSeq *edges = nullptr;
|
||||
sta_->makeGeneratedClock("gen_clk", *gen_pins, false, clk2, clk,
|
||||
2, 0, 0.0, false, false, *divide_by, *edges, "",
|
||||
2, 0, 0.0, false, false, *divide_by, FloatSeq(), "",
|
||||
sta_->cmdMode());
|
||||
Clock *gen = sdc->findClock("gen_clk");
|
||||
EXPECT_NE(gen, nullptr);
|
||||
|
||||
Reference in New Issue
Block a user