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

/gem5/ext/mcpat/cacti/
H A Dhtree2.h45 // leakge power includes entire htree in a bank (when uca_tree == false)
46 // leakge power includes only part to one bank when uca_tree == true
89 bool uca_tree; // should have full bandwidth to access all banks in the array simultaneously member in class:Htree2
H A Dhtree2.cc51 uca_tree(uca_tree_), search_tree(search_tree_), wt(wire_model),
227 if (uca_tree) {
303 if (uca_tree) {
307 /* since uca_tree models interbank tree,
422 if ((uca_tree == false && option == 2) || search_tree == true) {
426 if (uca_tree == false) {
458 if (uca_tree) {
512 if (uca_tree) {
514 /* since uca_tree models interbank tree,
629 if ((uca_tree
[all...]

Completed in 3 milliseconds