Re: [gem5-users] panic: Page table fault when accessing virtual address 0x8000000000000000

2019-03-06 Thread Alec Roelke
When gem5 runs in SE mode, it is intended to mainly run user-level code, which higher-privilege code that executes during system calls offloaded to the host. The privileged instructions do have definitions and at least partial implementations, and you can run them in SE mode because privilege

[gem5-users] gem5 X86 Full System fails with DerivO3CPU

2019-03-06 Thread Abhishek Singh
Hello Everyone, I am trying to run the gem5 full system with X86 ISA and DerivO3CPU I have built image and kernel following Jason's Website (ref: http://www.lowepower.com/jason/setting-up-gem5-full-system.html) My image is* Ubuntu 16.04.5 LTS* My kernel is *Linux-4.8.13* Gem5 version: Latest as

Re: [gem5-users] Debug for c++

2019-03-06 Thread Ciro Santilli
On Wed, Mar 6, 2019 at 7:30 PM Yunxia Zhu wrote: > Hello everyone, > > My OS is Linux Mint 18 Cinnamon 64-bit and Gem5 is in SE mode of x86. > > main.cpp > > #include > > #include > > #include > > > > using namespace std; > > > > void task1(string msg) > > { > > cout << "task1 says: " <<

Re: [gem5-users] Debug for c++

2019-03-06 Thread Abhishek Singh
Hello Yunxia, If you want to run pthread application in SE mode, you need to use m5 threads library (ref:https://github.com/gem5/m5threads) or shift to FS mode of gem5. Best regards, Abhishek On Wed, Mar 6, 2019 at 2:30 PM Yunxia Zhu wrote: > Hello everyone, > > My OS is Linux Mint 18

[gem5-users] Debug for c++

2019-03-06 Thread Yunxia Zhu
Hello everyone, My OS is Linux Mint 18 Cinnamon 64-bit and Gem5 is in SE mode of x86. main.cpp #include #include #include using namespace std; void task1(string msg) { cout << "task1 says: " << msg<___ gem5-users mailing list

Re: [gem5-users] Reg Odd Even Routing

2019-03-06 Thread Krishna, Tushar
See the wiki page for garnet2.0 and outportComputeXY() as reference. Cheers, Tushar > On Mar 6, 2019, at 12:10 AM, nevethetha ganesan > wrote: > > Hello, > I am trying to implement odd even routing algorithm in gem5 garnet 2.0 > how the port directions could be added to the set of