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

/gem5/ext/mcpat/cacti/
H A Dparameter.cc586 num_di_b_bank_per_port = tagbits;
589 num_di_b_bank_per_port = g_ip->out_w + g_ip->data_assoc;
594 num_di_b_bank_per_port = g_ip->out_w + tagbits;//TODO: out_w or block_sz?
599 num_di_b_bank_per_port = tagbits;
616 num_di_b_bank_per_port += (int) (ceil(num_di_b_bank_per_port / num_bits_per_ecc_b_));
H A Dparameter.h297 int num_di_b_bank_per_port; member in class:DynamicParameter
H A Dbank.cc63 int datainbits = dp.num_di_b_bank_per_port * (RWP + EWP);
69 datainbits = dp.num_di_b_bank_per_port * (RWP + EWP);
H A Drouter.cc176 dyn_p.num_di_b_bank_per_port = (int) flit_size;
H A Duca.cc60 num_di_b_bank = dp.num_di_b_bank_per_port * (RWP + EWP);

Completed in 12 milliseconds