Opened 14 years ago
Closed 14 years ago
#77 closed defect (fixed)
The setWriteBerr() method of the MIPS32 ISS doesn't induce a branch to the exception handler
Reported by: | Owned by: | developers | |
---|---|---|---|
Priority: | major | Component: | iss |
Keywords: | Bus error on write | Cc: | nicolas.pouillon@… |
Description
I execute a code that makes an illegal write access (out of segment) on the Mips32ElIss (wrapped in a VciXcacheWrapper). I observe an error code in the VCI RERROR field. It is correctly detected by the VciXcacheWrapper (I see the "write BERR" message), the setWriteBerr() method seems to be executed, but the processor does not branch to the exception handler...
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in [2005]