When I attempt also to set up associative configurations of L1 cache as
directed map
  dcache = dcache_class(size='32kB',  #size=options.l1d_size,
                                  assoc=1,
                                  hit_latency=lat,
                                  write_latency=write_lat,
                                  tech=options.l1tech,
                                  blkdisable='false',
                                  stochastic_latency='false')
I got a segmentation error? why?

On Thu, Jan 21, 2016 at 2:01 PM, Nour Sayed <[email protected]> wrote:

> When I attempt to set up fully associative caches for the L1 caches, I got
> an error:
>
> *Segmentation fault (core dumped)*
>
> Is it possible to configure gem5 as to run a system with a fully
> associative cache?
>
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to