HewlettPackard / cacti

An integrated cache and memory access time, cycle time, area, leakage, and dynamic power model
http://www.hpl.hp.com/research/cacti/
375 stars 130 forks source link

How to use the tool and create cacti this file? #9

Open a12349221 opened 5 years ago

a12349221 commented 5 years ago

Hi, I'm Jason Chang

I want to run CACTI 7.0 with your github(https://github.com/HewlettPackard/cacti) or this websie(www.cs.utah.edu/~rajeev/cacti7/) in linux RHEL 6,and

you teach us "define the cache model using cache.cfg", and

run the "cacti" binary <./cacti -infile cache.cfg>; however I can not find "cacti" this file to run ./cacti,

so I want to ask you how to create "cacti" to run ./cacti this command.

Thank you very much!

robin-tukl commented 5 years ago

Hello Jason,

you need to build the project. That means that you need to execute "make" to create all the binary files.

Best regards Yannick