This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FastModels reset

I am using fast models with the DS5 debugger. When using the reset command in the debugger, my target starts running but I can't seem to stop it and lose complete control. I have to reconnect the target and restart the debugging session. I get the following message in the target console:

Warning: (W1000) /ARM/FastModels/deprecated: reset() is not supported
In file: Framework/Runtime/SCXSimulationEngine.cpp:3759
In process: scx::async_thread @ 398200 us

Is there any way for me to bring the target to a known state without having to go through this disconnect/connect hassle?

Thank you in advance

Parents
  • I have confirmed there is progress. As I could tell the Fast Models 11.5 has improvements but the DS-5 needs an update also.

    Until then, if you are building your own Fast Model system you can change the Project Settings -> Targets and select "Integrated simulator with deprecated scheduler". I found that the reset works with this option. If you are using an FVP supplied with DS-5 you would need to get the Fast Models product and compile the FVP yourself with the modified setting or wait for a future release of DS.

    Thanks,

    Jason

Reply
  • I have confirmed there is progress. As I could tell the Fast Models 11.5 has improvements but the DS-5 needs an update also.

    Until then, if you are building your own Fast Model system you can change the Project Settings -> Targets and select "Integrated simulator with deprecated scheduler". I found that the reset works with this option. If you are using an FVP supplied with DS-5 you would need to get the Fast Models product and compile the FVP yourself with the modified setting or wait for a future release of DS.

    Thanks,

    Jason

Children