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

/gem5/ext/mcpat/cacti/
H A Duca.h44 class UCA : public Component { class in inherits:Component
46 UCA(const DynamicParameter & dyn_p);
47 ~UCA();
H A Duca.cc40 UCA::UCA(const DynamicParameter & dyn_p) function in class:UCA
129 UCA::~UCA() {
137 double UCA::compute_delays(double inrisetime) {
233 void UCA::compute_power_energy() {
H A DUcache.cc240 UCA * uca = new UCA(dyn_p);
681 * wire types and aspect ratios to find an optimal UCA organization
901 UCA * tag_arr = new UCA(tag_arr_dyn_p);
922 UCA * data_arr = new UCA(data_arr_dyn_p);

Completed in 9 milliseconds