Hi, I encounter a segmentation fault when import dsent in python file
I successfully executed make and built the target in dsent but when I
typed "import dsent" in python file (3.10 ver), it came segmentation fault
as below
Segfault happened at: 0x557878f5cc15: testb
$Ox1,0xab(%rax)PC(Ox557878f
Hi everyone,
I am currently running some experiments with Gem5 using the following
processor configuration. In the stats file, I am seeing two sets of
reports: one for switch0 and one for switch1. Does switch0 correspond to
KVM? If so, I think I don't need to consider it as it is the stats for
boo
Hello,
I am trying to modify the o3cpu model codebase. I have couple of queries,
all wrt o3 cpu codebase:
1. Where can I obtain the process ID field inside src/cpu/o3?
Background: I want to obtain all the fields from the memory instruction
that would be used by the translation unit. Sa