initial commit
This commit is contained in:
2511
multiThreading/CMP2/config.ini
Normal file
2511
multiThreading/CMP2/config.ini
Normal file
File diff suppressed because it is too large
Load Diff
3395
multiThreading/CMP2/config.json
Normal file
3395
multiThreading/CMP2/config.json
Normal file
File diff suppressed because it is too large
Load Diff
38
multiThreading/CMP2/fs/proc/cpuinfo
Normal file
38
multiThreading/CMP2/fs/proc/cpuinfo
Normal file
@@ -0,0 +1,38 @@
|
||||
processor : 0
|
||||
vendor_id : Generic
|
||||
cpu family : 0
|
||||
model : 0
|
||||
model name : Generic
|
||||
stepping : 0
|
||||
cpu MHz : 2000.000
|
||||
cache size: : 1024.0K
|
||||
physical id : 0
|
||||
siblings : 2
|
||||
core id : 0
|
||||
cpu cores : 2
|
||||
fpu : yes
|
||||
fpu exception : yes
|
||||
cpuid level : 1
|
||||
wp : yes
|
||||
flags : fpu
|
||||
cache alignment : 64
|
||||
|
||||
processor : 1
|
||||
vendor_id : Generic
|
||||
cpu family : 0
|
||||
model : 0
|
||||
model name : Generic
|
||||
stepping : 0
|
||||
cpu MHz : 2000.000
|
||||
cache size: : 1024.0K
|
||||
physical id : 0
|
||||
siblings : 2
|
||||
core id : 1
|
||||
cpu cores : 2
|
||||
fpu : yes
|
||||
fpu exception : yes
|
||||
cpuid level : 1
|
||||
wp : yes
|
||||
flags : fpu
|
||||
cache alignment : 64
|
||||
|
||||
3
multiThreading/CMP2/fs/proc/stat
Normal file
3
multiThreading/CMP2/fs/proc/stat
Normal file
@@ -0,0 +1,3 @@
|
||||
cpu 0 0 0 0 0 0 0
|
||||
cpu0 0 0 0 0 0 0 0
|
||||
cpu1 0 0 0 0 0 0 0
|
||||
1
multiThreading/CMP2/fs/sys/devices/system/cpu/online
Normal file
1
multiThreading/CMP2/fs/sys/devices/system/cpu/online
Normal file
@@ -0,0 +1 @@
|
||||
0-1
|
||||
1
multiThreading/CMP2/fs/sys/devices/system/cpu/possible
Normal file
1
multiThreading/CMP2/fs/sys/devices/system/cpu/possible
Normal file
@@ -0,0 +1 @@
|
||||
0-1
|
||||
18
multiThreading/CMP2/simerr
Normal file
18
multiThreading/CMP2/simerr
Normal file
@@ -0,0 +1,18 @@
|
||||
warn: The `get_runtime_isa` function is deprecated. Please migrate away from using this function.
|
||||
warn: The se.py script is deprecated. It will be removed in future releases of gem5.
|
||||
warn: The `get_runtime_isa` function is deprecated. Please migrate away from using this function.
|
||||
warn: No dot file generated. Please install pydot to generate the dot file and pdf.
|
||||
src/mem/dram_interface.cc:690: warn: DRAM device capacity (8192 Mbytes) does not match the address range assigned (512 Mbytes)
|
||||
src/base/statistics.hh:279: warn: One of the stats is a legacy stat. Legacy stat is a stat that does not belong to any statistics::Group. Legacy stat is deprecated.
|
||||
system.remote_gdb: Listening for connections on port 7000
|
||||
src/sim/simulate.cc:194: info: Entering event queue @ 0. Starting simulation...
|
||||
src/arch/x86/cpuid.cc:180: warn: x86 cpuid family 0x0000: unimplemented function 13
|
||||
src/arch/x86/cpuid.cc:180: warn: x86 cpuid family 0x0000: unimplemented function 13
|
||||
src/sim/syscall_emul.cc:74: warn: ignoring syscall set_robust_list(...)
|
||||
src/sim/syscall_emul.cc:74: warn: ignoring syscall set_robust_list(...)
|
||||
src/sim/syscall_emul.cc:74: warn: ignoring syscall rseq(...)
|
||||
src/sim/syscall_emul.cc:74: warn: ignoring syscall rseq(...)
|
||||
src/sim/mem_state.cc:443: info: Increasing stack size by one page.
|
||||
src/sim/mem_state.cc:443: info: Increasing stack size by one page.
|
||||
src/sim/syscall_emul.cc:74: warn: ignoring syscall mprotect(...)
|
||||
src/sim/syscall_emul.cc:74: warn: ignoring syscall mprotect(...)
|
||||
12
multiThreading/CMP2/simout
Normal file
12
multiThreading/CMP2/simout
Normal file
@@ -0,0 +1,12 @@
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
gem5 Simulator System. https://www.gem5.org
|
||||
gem5 is copyrighted software; use the --copyright option for details.
|
||||
|
||||
gem5 version 23.0.0.1
|
||||
gem5 compiled Aug 28 2025 18:18:37
|
||||
gem5 started Sep 21 2025 03:54:40
|
||||
gem5 executing on cargdevgpu, pid 3114268
|
||||
command line: /home/carlos/projects/gem5/gem5src/gem5/build/X86/gem5.opt --outdir=/home/carlos/projects/gem5/gem5-data/results/smt/CMP2 /home/carlos/projects/gem5/gem5src/gem5/configs/deprecated/example/se.py '--cmd=/home/carlos/projects/gem5/gem5-run/memtouch/memtouch;/home/carlos/projects/gem5/gem5-run/memtouch/memtouch' --cpu-type=DerivO3CPU --num-cpus=2 --caches --l2cache --l1i_size=32kB --l1d_size=32kB --l2_size=1MB --bp-type=LTAGE --maxinsts=20000000
|
||||
|
||||
**** REAL SIMULATION ****
|
||||
Exiting @ tick 229172038000 because a thread reached the max instruction count
|
||||
2427
multiThreading/CMP2/stats.txt
Normal file
2427
multiThreading/CMP2/stats.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user