public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* cgen, GNU gdb/sim, and full system simulation
@ 2012-05-11 11:57 Peter Gavin
  2012-05-16 17:07 ` Frank Ch. Eigler
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Gavin @ 2012-05-11 11:57 UTC (permalink / raw)
  To: cgen

Hello,

I'm working on a port of the gdb simulator for OpenRISC.  I was
wondering if anyone had any input on how difficult a full-system
simulator would be to implement vs. the syscall emulated simulators
the other ports seem to use.

The primary thing I'm concerned about at the moment is virtual memory.
 It doesn't look like there's an easy way to add virtual memory to the
simulators.  It would be easy enough to do for load and store
instructions, just by adding a call to an address translation function
prior to accessing the memory.  But it doesn't look like there's a way
to translate the PC prior to fetching an instruction.

I don't mind do a little hacking on the framework, but I don't want to
break things, and I'd like to get some input from you guys before I
start doing that :)

Thanks for your help,
-Pete

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-05-18 12:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-11 11:57 cgen, GNU gdb/sim, and full system simulation Peter Gavin
2012-05-16 17:07 ` Frank Ch. Eigler
2012-05-18 12:46   ` Peter Gavin
2012-05-18 12:52     ` Frank Ch. Eigler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).