initial commit

This commit is contained in:
Carlos Gutierrez
2025-09-21 01:17:26 -04:00
commit cd69096346
150 changed files with 87323 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,19 @@
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 : 1
core id : 0
cpu cores : 1
fpu : yes
fpu exception : yes
cpuid level : 1
wp : yes
flags : fpu
cache alignment : 64

View File

@@ -0,0 +1,2 @@
cpu 0 0 0 0 0 0 0
cpu0 0 0 0 0 0 0 0

View File

@@ -0,0 +1,12 @@
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/sim/syscall_emul.cc:74: warn: ignoring syscall set_robust_list(...)
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/syscall_emul.cc:74: warn: ignoring syscall mprotect(...)

View 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:09:42
gem5 executing on cargdevgpu, pid 3082930
command line: /home/carlos/projects/gem5/gem5src/gem5/build/X86/gem5.opt --outdir=/home/carlos/projects/gem5/gem5-data/results/integrated/BP-LocalBP/W1/SMT1 /home/carlos/projects/gem5/gem5src/gem5/configs/deprecated/example/se.py --cmd=/home/carlos/projects/gem5/gem5-run/memtouch/memtouch --cpu-type=DerivO3CPU --caches --l2cache --l1i_size=32kB --l1d_size=32kB --l2_size=1MB --bp-type=LocalBP --maxinsts=20000000 --num-cpus=1 --param 'system.cpu[0].fetchWidth=1' --param 'system.cpu[0].decodeWidth=1' --param 'system.cpu[0].renameWidth=1' --param 'system.cpu[0].issueWidth=1' --param 'system.cpu[0].commitWidth=1' --param 'system.cpu[0].numROBEntries=64' --param 'system.cpu[0].numIQEntries=32' --param 'system.cpu[0].LQEntries=32' --param 'system.cpu[0].SQEntries=32'
**** REAL SIMULATION ****
Exiting @ tick 209664235000 because a thread reached the max instruction count

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,19 @@
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 : 1
core id : 0
cpu cores : 1
fpu : yes
fpu exception : yes
cpuid level : 1
wp : yes
flags : fpu
cache alignment : 64

View File

@@ -0,0 +1,2 @@
cpu 0 0 0 0 0 0 0
cpu0 0 0 0 0 0 0 0

View File

@@ -0,0 +1,38 @@
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/arch/x86/interrupts.cc:330: panic: panic condition !intRequestPort.isConnected() occurred: Int port not connected to anything!
Memory Usage: 647564 KBytes
Program aborted at tick 0
--- BEGIN LIBC BACKTRACE ---
/home/carlos/projects/gem5/gem5src/gem5/build/X86/gem5.opt(+0x10606d0)[0x5cd5756d56d0]
/home/carlos/projects/gem5/gem5src/gem5/build/X86/gem5.opt(+0x108730c)[0x5cd5756fc30c]
/lib/x86_64-linux-gnu/libc.so.6(+0x45330)[0x7294fc045330]
/lib/x86_64-linux-gnu/libc.so.6(pthread_kill+0x11c)[0x7294fc09eb2c]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x1e)[0x7294fc04527e]
/lib/x86_64-linux-gnu/libc.so.6(abort+0xdf)[0x7294fc0288ff]
/home/carlos/projects/gem5/gem5src/gem5/build/X86/gem5.opt(+0x4da0e5)[0x5cd574b4f0e5]
/home/carlos/projects/gem5/gem5src/gem5/build/X86/gem5.opt(+0x13099c8)[0x5cd57597e9c8]
/home/carlos/projects/gem5/gem5src/gem5/build/X86/gem5.opt(+0x1c8ee41)[0x5cd576303e41]
/home/carlos/projects/gem5/gem5src/gem5/build/X86/gem5.opt(+0x50591e)[0x5cd574b7a91e]
/lib/x86_64-linux-gnu/libpython3.12.so.1.0(+0x1df4b8)[0x7294fcfdf4b8]
/lib/x86_64-linux-gnu/libpython3.12.so.1.0(_PyObject_MakeTpCall+0x8f)[0x7294fcf827df]
/lib/x86_64-linux-gnu/libpython3.12.so.1.0(_PyEval_EvalFrameDefault+0x40ee)[0x7294fcf1d5ee]
/lib/x86_64-linux-gnu/libpython3.12.so.1.0(PyEval_EvalCode+0x20f)[0x7294fd0a091f]
/lib/x86_64-linux-gnu/libpython3.12.so.1.0(+0x29c8b0)[0x7294fd09c8b0]
/lib/x86_64-linux-gnu/libpython3.12.so.1.0(+0x1dfadc)[0x7294fcfdfadc]
/lib/x86_64-linux-gnu/libpython3.12.so.1.0(PyObject_Vectorcall+0x5c)[0x7294fcf82b2c]
/lib/x86_64-linux-gnu/libpython3.12.so.1.0(_PyEval_EvalFrameDefault+0x40ee)[0x7294fcf1d5ee]
/home/carlos/projects/gem5/gem5src/gem5/build/X86/gem5.opt(+0x1088a60)[0x5cd5756fda60]
/home/carlos/projects/gem5/gem5src/gem5/build/X86/gem5.opt(+0x4b1e21)[0x5cd574b26e21]
/lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca)[0x7294fc02a1ca]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b)[0x7294fc02a28b]
/home/carlos/projects/gem5/gem5src/gem5/build/X86/gem5.opt(+0x4d9a85)[0x5cd574b4ea85]
--- END LIBC BACKTRACE ---
For more info on how to address this issue, please visit https://www.gem5.org/documentation/general_docs/common-errors/
Aborted (core dumped)

View File

@@ -0,0 +1 @@
Global frequency set at 1000000000000 ticks per second