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

/gem5/ext/mcpat/cacti/
H A Dtechnology.cc71 uint32_t ram_cell_tech_type = (is_tag) ? g_ip->tag_arr_ram_cell_tech_type : g_ip->data_arr_ram_cell_tech_type; local
122 if (ram_cell_tech_type == 3 ) {
401 if (ram_cell_tech_type == lp_dram) {
446 } else if (ram_cell_tech_type == comm_dram) {
652 if (ram_cell_tech_type == lp_dram) {
697 } else if (ram_cell_tech_type == comm_dram) {
904 if (ram_cell_tech_type == lp_dram) {
949 } else if (ram_cell_tech_type == comm_dram) {
1156 if (ram_cell_tech_type == lp_dram) {
1201 } else if (ram_cell_tech_type
[all...]
H A Dsubarray.cc53 (dp.ram_cell_tech_type == lp_dram) ? dram_num_cells_wl_stitching_ :
54 (dp.ram_cell_tech_type == comm_dram) ? comm_dram_num_cells_wl_stitching_ : sram_num_cells_wl_stitching_;
128 if (dp.ram_cell_tech_type == comm_dram) {
H A Dparameter.cc205 ram_cell_tech_type = (is_tag) ? g_ip->tag_arr_ram_cell_tech_type : g_ip->data_arr_ram_cell_tech_type;
206 is_dram = ((ram_cell_tech_type == lp_dram) || (ram_cell_tech_type == comm_dram));
366 if (ram_cell_tech_type == comm_dram) {
H A Dparameter.h325 uint32_t ram_cell_tech_type; member in class:DynamicParameter
H A DUcache.cc727 uint32_t ram_cell_tech_type; local
732 ram_cell_tech_type = g_ip->tag_arr_ram_cell_tech_type;
733 is_dram = ((ram_cell_tech_type == lp_dram) ||
734 (ram_cell_tech_type == comm_dram));
767 ram_cell_tech_type = g_ip->data_arr_ram_cell_tech_type;
768 is_dram = ((ram_cell_tech_type == lp_dram) || (ram_cell_tech_type == comm_dram));
H A Dcacti_interface.h157 unsigned int ram_cell_tech_type; member in class:InputParameter
H A Drouter.cc164 dyn_p.ram_cell_tech_type = 0;

Completed in 23 milliseconds