[Gems-users] cannot setup a fully associative L2 cache


Date: Tue, 17 Jun 2008 12:12:44 -0400
From: "wei wang" <apollo.mobility@xxxxxxxxx>
Subject: [Gems-users] cannot setup a fully associative L2 cache

although no one would use a fully associative L2 cache, i just ran into this problem when doing a test.

if i set the L2_CACHE_NUM_SETS_BITS to 0, which implies a fully associative cache (L2 bank is set to 1), the assert(big >= small) in method bitSelect of Address.h will fail. it looks like bitSelect masks at least one bit, which does not work on my case.

wei 
[← Prev in Thread] Current Thread [Next in Thread→]
  • [Gems-users] cannot setup a fully associative L2 cache, wei wang <=