You should launch gem5 using gdb (gdb --args your_gem5_command) and see where it crashes. This should help pinpoint what the problem is.

Arthur.

Le 21/01/2016 14:18, Nour Sayed a écrit :
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] <mailto:[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


--
Arthur Perais
INRIA Bretagne Atlantique
Bâtiment 12E, Bureau E303, Campus de Beaulieu
35042 Rennes, France

_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to