Re: [gem5-users] gem5 SE, binary which takes a file as an input

2018-05-30 Thread TungHoang_GMail
Jasmin You can use pass "file.txt" via -o | --options of se.py scripts. For example ... --cmd ./binary --options file.txt /T On 05/30/2018 04:59 AM, Jasmin Jahic wrote: Dear gem5 users, I have one challenge with gem5 and I hope you can help. Running the gem5 in SE is no problem when there

[gem5-users] gem5 SE, binary which takes a file as an input

2018-05-30 Thread Jasmin Jahic
Dear gem5 users, I have one challenge with gem5 and I hope you can help. Running the gem5 in SE is no problem when there is one binary file. But how would it be possible for gem5 to run a binary which takes as an input a file? For example, in terminal, I would type: ./binary < file.txt Best

Re: [gem5-users] Issues in handling compressed data for L3 cache

2018-05-30 Thread Srajan Khare
Hi Prof. Jason, After your suggestion, I added other patches too and it worked. I also tested for bzip2, cactusADM, gcc and GemsFDTD. They all worked till the end without any issue. Although, addition of patches 9963, 10141 and 10142 respectively was fine without any conflict, but, when I added