Hello all I am trying to run 64 cores, ARMV8, FS with Classic Memory on gem5.
I found that the current SnoopMask can only support 64 connections and hence cannot be used to model more than 32 cores or more with separate L1 I- and D-Cache. This forced me to change the data type from uint64_t to uint128_t and modify some ostream related functions. This change works fine for the tested benchmark, However, I would like to know if this safe. Thanks a lot in advance!.
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users