Hi all, I want to do full system simulation with garnet interconnection network.
I have downloaded the img for parsec benchmark and binaries of bigtsunami pal code and linux from the following link as given in the gem5 parsec wiki. http://www.cs.utexas.edu/~parsec_m5/ and Console binary from the gem5 website. Below are the details of what I have done: for gem5-stable-6a043adb1e8d build system : ----------------- scons -j 4 build/ALPHA_MOESI_hammer/gem5.opt RUBY=True run the simulation: ---------------------- ./build/ALPHA_MOESI_hammer/gem5.opt configs/example/ruby_fs.py --cpu-type=detailed -n 16 --l1i_size=32kB --l1d_size=32kB --l2_size=512kB --num-l2caches=16 --num-dirs=16 --topology=Mesh --mesh-row=4 --garnet-network=fixed --script=./RCS Files/blackscholes_4c_simsmall.rcS It gave error as given below: --------------------------------- gem5.opt: build/ALPHA_MOESI_hammer/base/loader/elf_object.cc:334: ElfObject::ElfObject(const std::string&, int, size_t, uint8_t*, ObjectFile::Arch, ObjectFile::OpSys): Assertion `text.size != 0' failed. Program aborted at cycle 0 Aborted does any one know how to resolve this issue? Thanks & Regards, Nihar Rathod _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
