Not really fpga related

FPGA projects on this site, or abroad

Not really fpga related

Postby Mr.Cod » Sun Jun 01, 2008 12:08 pm

Hi,

I'm searching for a software or any other method to use for benchmarking 2 different cache algorithms. For the same memory size and same program flow I want to evaluate the hit ratio for 2 different algorithm of cache management. For cache management algorithm can be any of LRU, LRU-K, LFU, MRU, FIFO, Random, etc....
Any idea?
Nothing to say....
Mr.Cod
 
Posts: 12
Joined: Mon Jun 28, 2004 11:54 am
Location: Romania

Postby asm_2750 » Sun Jun 01, 2008 11:45 pm

Its been a while since I did computer architecture, but try SimpleScalar that should be able to simulate different caches with different replacement strategies.

http://www.simplescalar.com/
asm_2750
 
Posts: 25
Joined: Sun Mar 20, 2005 12:09 am


Return to General projects