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:
dsengupta0628
2026-04-20 15:05:37 +00:00
parent c2b629d751
commit 7fe56ccc08
7 changed files with 32 additions and 331 deletions
+1 -2
View File
@@ -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);