[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] USING DSENT TO MODEL POWER & AREA of NoC

2023-04-12 Thread AC S via gem5-users
Hi, I'm tring to use DSENT in /ext/dsent directory to model power and area of my designed NoC, I have called cmake and it executed all right, but next I followed the guidance of README which says === Build (installation)