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

/gem5/ext/dsent/model/std_cells/
H A DADDF.cc82 ElectricalDelay* a_to_s_delay = getDelay("A_to_S_delay"); local
94 a_cap->addDownstreamNode(a_to_s_delay);
101 a_to_s_delay->addDownstreamNode(s_ron);
636 double a_to_s_delay = 0.0; local
637 a_to_s_delay += getDriver("INV1_RonZN")->calculateDelay();
638 a_to_s_delay += max(getDriver("INVZ1_RonZN")->calculateDelay(), getDriver("INVZ2_RonZN")->calculateDelay());
639 a_to_s_delay += max(getDriver("INVZ3_RonZN")->calculateDelay(), getDriver("INV4_RonZN")->calculateDelay() + getDriver("INVZ4_RonZN")->calculateDelay());
670 cache->set(cell_name + "->Delay->A_to_S", a_to_s_delay);
679 Log::printLine(cell_name + "->Delay->A_to_S=" + (String) a_to_s_delay);

Completed in 8 milliseconds