[gem5-users] Re: svc Instruction

2022-02-15 Thread tomjosekallooran--- via gem5-users
Hi V Vanchinathan, Hope you are doing well. I came across the same doubt. Were you able to find the explanation for the same? Regards, Tom ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org %(web

[gem5-users] Re: Doubt on the ARM exec trace results when compared with disassembly of the executable

2022-02-15 Thread tomjosekallooran--- via gem5-users
Hi Giacomo, Thank you very much for your kind response. I greatly appreciate it. Wishing you a great day. Meet again later. Tom ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org %(web_page_url)sli

[gem5-users] Re: x86 instructions with microops

2022-03-21 Thread tomjosekallooran--- via gem5-users
Hi Tariq Azmy, Were you able to get more information on the original question that you had asked? Especially the file which has the list of all supported microops per arch? Regards, Tom ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe s

[gem5-users] Re: ARM model - load instruction reads non-zero data from an address which was not written out prior (as per traces)

2022-03-22 Thread tomjosekallooran--- via gem5-users
Hi , I have attached a shorter Exec trace to this message. If we look at lines: line 4: ldr x1, [sp]: MemRead : D=0x0001 A=0x7efe70 line 74 : ldr x1, [x0]: MemRead : D=0x0010 A=0x7efe90 line 88 : ldr x3, [x8, #384

[gem5-users] Re: Issue with strange virtual address access

2022-03-22 Thread tomjosekallooran--- via gem5-users
Hi Jason, I have one doubt. The following is some selected parts of Exec trace: If we look at lines: line 4: ldr x1, [sp]: MemRead : D=0x0001 A=0x7efe70 line 74 : ldr x1, [x0]: MemRead : D=0x0010 A=0x7efe90 line 88 :

[gem5-users] Re: Issue with strange virtual address access

2022-03-22 Thread tomjosekallooran--- via gem5-users
Hi Jason, Thank you very much for your swift response. I hugely appreciate it. Wishing you a great day. Regards, Tom ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org %(web_page_url)slistinfo%(cg

[gem5-users] Re: ARM model - load instruction reads non-zero data from an address which was not written out prior (as per traces)

2022-03-24 Thread tomjosekallooran--- via gem5-users
Hi Gabe, Thank you very much for the response. I greatly appreciate it. I was using just the -d flag for getting the objdump. Now i tried using additional flags and used a parser to get the addresses and data present within. I was able to get around 121 of the addresses which were having the corre

[gem5-users] How does an out of order pipeline implementation handle instructions (cmp, adds,cmn etc.) which update N,Z,C,V?

2022-03-29 Thread tomjosekallooran--- via gem5-users
Hi , This may sound very generic, but i want to try some experiments with the out of order implementation. I came across few scenarios, which are listed below (any input would be helpful): 1. lets consider the following set of instructions (an example which was made up): Address instr Opera

[gem5-users] Re: How does an out of order pipeline implementation handle instructions (cmp, adds,cmn etc.) which update N,Z,C,V?

2022-03-29 Thread tomjosekallooran--- via gem5-users
Hello Jason, Thank you very much for the quick response. I greatly appreciate it. I will check the source code mentioned. Wishing you a great day. Regards, Tom ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-l

[gem5-users] The ARM model simulation is failing when i add "All" debug flag

2022-04-25 Thread tomjosekallooran--- via gem5-users
The terminal contents are as follows: ./build/ARM/gem5.opt --debug-flags=All --debug-file=All_Debug configs/example/se.py --cpu-type=O3CPU --caches -c /home/tom/Documents/gem5/tests/test-progs/hello/bin/arm/linux/hello gem5 Simulator System. http://gem5.org gem5 is copyrighted software; use th