|
From: Andreas B. <ber...@in...> - 2008-08-27 06:25:27
|
Hi, I'm thinking about implementing a new 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. PS: I asked previously, but did not get any response. Maybe because of my signature? Sorry about that. |
|
From: Julian S. <js...@ac...> - 2008-08-27 07:12:29
|
> I'm thinking about implementing a new 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? The docs seem out of date. The file you want is cachegrind/cg_sim.c. > PS: I asked previously, but did not get any response. Maybe because of > my signature? Sorry about that. I replied to this last Friday, and my reply is in the list archive, so I guess it didn't get to you? J |