|
From: Andreas B. <ber...@in...> - 2008-08-22 14:32:26
Attachments:
signature.asc
|
Hi, I'm thinking about implementing my own cache architecture. In the docs http://valgrind.org/docs/manual/cg-manual.html#cache-sim it says, it's not that difficult, you just have to change vg_cachesim_I1.c, etc. I've just downloaded the sources, but could not find the files mentioned. Which files could I take as a template? Thank you very much in advance. Cheers, Andreas. |
|
From: Julian S. <js...@ac...> - 2008-08-22 14:44:17
|
On Friday 22 August 2008, Andreas Bernauer wrote: > Hi, > > I'm thinking about implementing my own cache architecture. In the docs > http://valgrind.org/docs/manual/cg-manual.html#cache-sim > it says, it's not that difficult, you just have to change > vg_cachesim_I1.c, etc. > > I've just downloaded the sources, but could not find the files > mentioned. Which files could I take as a template? Oh, the docs seem out of date. The file you want is cachegrind/cg_sim.c. J |