HewlettPackard / cacti

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

Comparator delay not considered? #12

Open SleepBook opened 4 years ago

SleepBook commented 4 years ago

https://github.com/HewlettPackard/cacti/blob/1ffd8dfb10303d306ecd8d215320aea07651e878/uca.cc#L449-L465

As above, looks like after cmp delay is assigned to access_time at line 449, access_time will be overwritten by later lines of code, which means the comparator delay is not counted in the final output?