4a5
> * Copyright (c) 2010-2013 Advanced Micro Devices, Inc.
28c29
< * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.”
---
> * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42,44c43,44
< class min_values_t
< {
< public:
---
> class min_values_t {
> public:
61,71c61,70
< struct solution
< {
< int tag_array_index;
< int data_array_index;
< list<mem_array *>::iterator tag_array_iter;
< list<mem_array *>::iterator data_array_iter;
< double access_time;
< double cycle_time;
< double area;
< double efficiency;
< powerDef total_power;
---
> struct solution {
> int tag_array_index;
> int data_array_index;
> list<mem_array *>::iterator tag_array_iter;
> list<mem_array *>::iterator data_array_iter;
> double access_time;
> double cycle_time;
> double area;
> double efficiency;
> powerDef total_power;
97,104c96,102
< struct calc_time_mt_wrapper_struct
< {
< uint32_t tid;
< bool is_tag;
< bool pure_ram;
< bool pure_cam;
< bool is_main_mem;
< double Nspd_min;
---
> struct calc_time_mt_wrapper_struct {
> uint32_t tid;
> bool is_tag;
> bool pure_ram;
> bool pure_cam;
> bool is_main_mem;
> double Nspd_min;
106,107c104,105
< min_values_t * data_res;
< min_values_t * tag_res;
---
> min_values_t * data_res;
> min_values_t * tag_res;
109,110c107,108
< list<mem_array *> data_arr;
< list<mem_array *> tag_arr;
---
> list<mem_array *> data_arr;
> list<mem_array *> tag_arr;