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

/gem5/ext/mcpat/cacti/
H A Dparameter.cc587 num_do_b_bank_per_port = g_ip->data_assoc;
590 num_do_b_bank_per_port = g_ip->out_w;
596 num_do_b_bank_per_port = g_ip->out_w + tagbits;
601 num_do_b_bank_per_port = tagbits;
617 num_do_b_bank_per_port += (int) (ceil(num_do_b_bank_per_port / num_bits_per_ecc_b_));
H A Dparameter.h298 int num_do_b_bank_per_port; member in class:DynamicParameter
H A Dbank.cc64 int dataoutbits = dp.num_do_b_bank_per_port * (RWP + ERP);
70 dataoutbits = dp.num_do_b_bank_per_port * (RWP + ERP);
H A Drouter.cc175 dyn_p.num_do_b_bank_per_port = (int) flit_size;
H A Duca.cc61 num_do_b_bank = dp.num_do_b_bank_per_port * (RWP + ERP);

Completed in 13 milliseconds