Searched refs:ci_to_s_delay (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/dsent/model/std_cells/
H A DADDF.cc84 ElectricalDelay* ci_to_s_delay = getDelay("CI_to_S_delay"); local
96 ci_cap->addDownstreamNode(ci_to_s_delay);
103 ci_to_s_delay->addDownstreamNode(s_ron);
645 double ci_to_s_delay = 0.0; local
646 ci_to_s_delay += getDriver("INV3_RonZN")->calculateDelay();
647 ci_to_s_delay += max(getDriver("INVZ3_RonZN")->calculateDelay(), getDriver("INVZ4_RonZN")->calculateDelay());
672 cache->set(cell_name + "->Delay->CI_to_S", ci_to_s_delay);
681 Log::printLine(cell_name + "->Delay->CI_to_S=" + (String) ci_to_s_delay);

Completed in 4 milliseconds