Hi, I'm having a lot of trouble getting elastic traces to work as expected. For starters, I started a trace recording and recorded simple stuff like executing the ls command, or echo.
Recording the trace with fs.py and then replaying it with etrace_replay.py <http://fs.py/etrace_replay.py> gives me the following error: "fatal: Unable to find destination for [0x80738480:0x807384c0] on system.membus". I took a look at the script and found it doesn't set up the same system fs.py does, but instead a very limited one. The next thing I tried to do was modify starter_fs.py (and devices.py) to be able to use it to replay traces. When I tried replaying the trace recorded with fs.py with it, I got the following error: "gem5.opt: build/ARM/mem/request.hh:711: ContextID Request::contextId() const: Assertion `privateFlags.isSet(VALID_CONTEXT_ID)' failed." Did some update break something in the elastic trace feature causing this issue with the LLSC flag, or something else?
_______________________________________________ gem5-users mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
