Hi, I tried to run a specific set of Benchmarks with my own model of ARMv8, but I got two errors, one I fixed creating a link from my own image to mine.img to linux-arm-ael.img, because every time I try to run the benchmark with -b from ti tries to open this image instead of the parameter --image.
Second, using this workaround, I ran and got this error message: command line: ./build/ARM/gem5.fast configs/mine/fs.py --disk-image=/opt/arm/gem5/armv8_system/disks/mine.img --kernel=/opt/arm/gem5/armv8_system/binaries/vmlinux-mine-aarch64-vexpress-emm64 --dtb-filename=/opt/arm/gem5/armv8_system/binaries/rtsm_ve-aemv8a-mine.dtb --machine-type=VExpress_EMM64 --caches --l2cache --l1d_size=32kB --l1i_size=32kB --l2_size=256kB --l3_size=20MB --l1d_assoc=4 --l1i_assoc=4 --l2_assoc=8 --l3_assoc=16 --cacheline_size=64 -n 8 --sys-clock=2.0GHz --cpu-clock=2.0GHz --mem-type=DDR3_1600_x64 --mem-size=2GB -b MineBench Global frequency set at 1000000000000 ticks per second info: kernel located at: /opt/arm/gem5/armv8_system/binaries/vmlinux-mine-aarch64-vexpress-emm64 warn: Highest ARM exception-level set to AArch32 but bootloader is for AArch64. Assuming you wanted these to match. Listening for system connection on port 5901 Listening for system connection on port 3456 0: system.remote_gdb.listener: listening for remote gdb on port 7000 0: system.remote_gdb.listener: listening for remote gdb on port 7001 0: system.remote_gdb.listener: listening for remote gdb on port 7002 0: system.remote_gdb.listener: listening for remote gdb on port 7003 0: system.remote_gdb.listener: listening for remote gdb on port 7004 0: system.remote_gdb.listener: listening for remote gdb on port 7005 0: system.remote_gdb.listener: listening for remote gdb on port 7006 0: system.remote_gdb.listener: listening for remote gdb on port 7007 info: Using bootloader at address 0x10 info: Using kernel entry physical address at 0x80080040 info: Loading DTB file: /opt/arm/gem5/armv8_system/binaries/rtsm_ve-aemv8a-mine.dtb at address 0x88000000 panic: invalid access size! @ tick 56582624 [write:build/ARM/dev/isa_fake.cc, line 113] Memory Usage: 56582624 KBytes Program aborted at cycle 0 Aborted (core dumped) Someone could explain me why this false TIck error ? I checked the code and I don't see a reason for the this problem.
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users