I've created an x86-ruby-patch for gems1.4, which has been integrated and
released as part of GEMS2.0.
You might want to try with GEMS 2.0. If you need to stick to gems 1.4, let
me know and I can share my patch.
I haven't tried GEMS2.0 for x86 targets yet. My understanding is that With
GEMS2.0, patch files are no longer necessary as Luke Yen consolidated into a
single set of source codes with "#ifdef SPARC..." (below). You will need to
remove "-DSPARC" compiler flag in Makefile(s) in the gems2.0 release.
#ifdef SPARC
#define MEMORY_TRANSACTION_TYPE v9_memory_transaction_t
#else
#define MEMORY_TRANSACTION_TYPE x86_memory_transaction_t
#endif
Soohong
-----Original Message-----
From: gems-users-bounces@xxxxxxxxxxx [mailto:gems-users-bounces@xxxxxxxxxxx]
On Behalf Of xiaox@xxxxxxxxxx
Sent: Tuesday, October 16, 2007 2:18 PM
To: gems-users@xxxxxxxxxxx
Subject: [Gems-users] does gems1.4 have a sparc_to_x86 patch
Hi,
I what to use Ruby to simulate an x86 target on Simics3.0. Since gems1.2
cannot
cope with simics3, I used gems1.4. My problem is that I cannot get the
sparc_to_x86 path (the one posted on the gems website) working under
gems1.4.
Is there an updated sparc_to_x86 patch to allow gems work under simics3.0
x86
targets?
thank you.
Xiang Xiao
_______________________________________________
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.
|