|
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 |