Searched refs:data_arr_ram_cell_tech_type (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Dio.cc212 data_arr_ram_cell_tech_type = 0;
214 data_arr_ram_cell_tech_type = 1;
216 data_arr_ram_cell_tech_type = 2;
218 data_arr_ram_cell_tech_type = 3;
220 data_arr_ram_cell_tech_type = 4;
520 cout << "Data array cell type : " << data_arr_ram_cell_tech_type << endl;
729 g_ip->data_arr_ram_cell_tech_type = data_arr_ram_cell_tech_flavor_in;
919 g_ip->data_arr_ram_cell_tech_type = data_arr_ram_cell_tech_flavor_in;
1166 && (data_arr_ram_cell_tech_type != tag_arr_ram_cell_tech_type
1171 cerr << "\tData array RAM cell = " << data_arr_ram_cell_tech_type
[all...]
H A Dcacti_interface.h159 unsigned int data_arr_ram_cell_tech_type; member in class:InputParameter
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;
H A DUcache.cc767 ram_cell_tech_type = g_ip->data_arr_ram_cell_tech_type;
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;
/gem5/ext/mcpat/
H A Dsystem.cc306 interface_ip.data_arr_ram_cell_tech_type = device_type;
H A Dmemoryctrl.cc557 interface_ip.data_arr_ram_cell_tech_type = tech_type;
H A Dcacheunit.cc563 interface_ip.data_arr_ram_cell_tech_type = tech_type;

Completed in 34 milliseconds