Re: [gem5-users] Cannot locate m5op.h under util/m5 directory

2019-02-17 Thread F. Zulian
Dear Mitali Sinha,I believe the file was moved some time ago.One way to
find the new location of the file is:- Open a terminal.- Go to the
directory where the source code of gem5 is, then execute:gem5$ find .
-iname "m5ops.h" 
./include/gem5/m5ops.h
./include/gem5/asm/generic/m5ops.h


Here it found these two files. I'm not sure which one you need.
I hope it helps.
Regards,
Éder

On Sun, 2019-02-17 at 21:40 +0530, Mitali Sinha wrote:
> Hi All,
> 
> I would like to create checkpoints in my C++ application in se mode.
> I was following this tutorial where we need to include the header
> file m5op.h.
> 
> In the latest version of gem5, I can't find the m5op.h or m5ops.h
> file under util/m5 directory. 
> Am I missing something? Can anyone please guide me on that?
> 
> 
> Thanks and Regards,
> Mitali Sinha,Ph.D. Scholar, Advanced Multicore Systems Lab,
> Department of Computer Science and Engineering,
> Indraprastha Institute of Information Technology Delhi, India
> (IIITD),
> website: https://www.iiitd.edu.in/noc/
> 
> 
> ___
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

[gem5-users] Cannot locate m5op.h under util/m5 directory

2019-02-17 Thread Mitali Sinha
Hi All,

I would like to create checkpoints in my C++ application in se mode. I was
following this

tutorial where we need to include the header file m5op.h.

In the latest version of gem5, I can't find the m5op.h or m5ops.h file
under util/m5 directory.

Am I missing something? Can anyone please guide me on that?


Thanks and Regards,
Mitali Sinha,
Ph.D. Scholar, Advanced Multicore Systems Lab,
Department of Computer Science and Engineering,
Indraprastha Institute of Information Technology Delhi, India (IIITD),
website: https://www.iiitd.edu.in/noc/
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users