Re: [Gems-users] Pausing/continuing Opal simulations


Date: Fri, 18 Apr 2008 10:57:05 -0500
From: Dan Gibson <degibson@xxxxxxxx>
Subject: Re: [Gems-users] Pausing/continuing Opal simulations
Your best option is to use magic instructions, since output is typically buffered and your timing could be quite off if you rely on printf() for simulation control. There is also a lot of overhead in glibc and elsewhere for I/O that is unnecessary if you just use magic instructions instead.

Regards,
Dan

Berkin Ozisikyilmaz wrote:
Hi,

Does anyone have information in this area

Thanks
Berkin

-----Original Message-----
From: gems-users-bounces@xxxxxxxxxxx [mailto:gems-users-bounces@xxxxxxxxxxx]
On Behalf Of Berkin Ozisikyilmaz
Sent: 2008-04-11 10:15
To: 'Gems Users'
Subject: [Gems-users] Pausing/continuing Opal simulations

Hi,

I want to run my application with ruby and opal for a while and then stop
them when my program prints a line. At this point, I want to clear the
statistics, and then continue my program until another line is printed. Is
there a command in simics/gems to do this?
When only ruby is running I can use con0.break string=".....". And it can
stop ruby, but when opal running this con0.break is recognized but the
simulation continues. Is there a opal0.break kind of command? Or do I need
magic instructions?

Thanks
Berkin

_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding
"site:https://lists.cs.wisc.edu/archive/gems-users/"; to your search.


_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/"; to your search.


--
http://www.cs.wisc.edu/~gibson [esc]:wq!

[← Prev in Thread] Current Thread [Next in Thread→]