[vmips] Vmips

Brian R. Gaeke brg at dgate.ORG
Tue Dec 9 16:20:32 CST 2003


Thanks for writing, KK.

The address 0xbe020000 looks like it might be in a memory-mapped I/O
device range, or a ROM range.  The currently released versions of the
simulator support the SPIM-compatible console device at 0xa2000000 -
0xa2000028, the clock device at 0xa1010000 - 0xa1010014, and the halt
device at 0xa1010024 - 0xa1010028. These are documented in the manual.

In CVS, there is preliminary support for DECstation 5000/200 devices, whose
addresses you can see in the dec*reg.h files from the CVS head, or from
a snapshot.

Let me know what kind of ROM file this is, and what you're trying to do
with it, and perhaps I can suggest what to do.

-Brian

-- 
Brian R. Gaeke, brg at dgate.org -- GnuPG encrypted mail gleefully accepted

> Thanks for the good simulator.
> Keep it up!!
> 
> I wonder which memory ranges does it support?
> I have rom file trying to access 0xBE02.0000 location.
> The simulator runs in circles, probably trying to handle
> illegal memory access exceptions.
> 
> Is there any way around it?


More information about the Vmips mailing list