Home
last modified time | relevance | path

Searched refs:clks2 (Results 1 – 2 of 2) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/sta/sdc/
H A DWriteSdc.cc951 ClockSeq clks1, clks2; in operator ()() local
959 clks2.push_back(clk_iter2.next()); in operator ()()
960 sort(clks2, ClockNameLess()); in operator ()()
963 ClockSeq::Iterator clk_iter4(clks2); in operator ()()
H A DSdc.cc2010 ClockSet *clks2 = group2->clks(); in makeClkGroupExclusions() local
2012 for (auto clk2 : *clks2) { in makeClkGroupExclusions()
4346 ClockSet *clks2 = new ClockSet(*from->clks()); in addException() local
4347 ExceptionFrom *from2 = new ExceptionFrom(nullptr, clks2, nullptr, in addException()
4383 ClockSet *clks2 = new ClockSet(*to->clks()); in addException1() local
4384 ExceptionTo *to2 = new ExceptionTo(nullptr, clks2, nullptr, to->transition(), in addException1()