[gem5-users] Using DSENT in GEM5

2023-04-16 Thread AC S via gem5-users
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

[gem5-users] Gem5 Experiment: Which Stats Should I Check?

2023-04-16 Thread zahra butool via gem5-users
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

[gem5-users] Queries on Branch Resolve and Process ID

2023-04-16 Thread artham lohith via gem5-users
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