Re: [gem5-users] Map threads onto cores and manage memory

2015-01-12 Thread Tayebe Sadeghi via gem5-users
I want to run my program in full system mode. How can i manage threads and memory in gem5?Thanks. On Tuesday, January 13, 2015 9:30 AM, Tayebe Sadeghi wrote: Hi AllI want to write a multi thread program in c++ and run it on multi core in gem5. I want to map threads onto cores for e

[gem5-users] Map threads onto cores and manage memory

2015-01-12 Thread Tayebe Sadeghi via gem5-users
Hi AllI want to write a multi thread program in c++ and run it on multi core in gem5. I want to map threads onto cores for example thread 1 on core1 , …  and also manage memory while mapping threads to the cores . I want to read and write specific values in memory and manage L1,L2  cache.Best re

Re: [gem5-users] Printing All stats even if they are 0

2015-01-12 Thread Wei Shu via gem5-users
Hi Andrea, Thank you for your reply! I added the Object to SimObject but the system run with fatal: gem5-dev/configs/common/CacheConfig.py:48: SyntaxWarning: import * only allowed at module level def config_cache(options, system): Global frequency set at 1 ticks per second info: kern

[gem5-users] Reading memory

2015-01-12 Thread Kumail Ahmed via gem5-users
Hello Gem5 users, How can I read the memory content in gem5? Best regards, Kumail Ahmed ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users