You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm conducting a study about execution time in the Cortex-M3, and your simulator is proving to be very helpful. Is it possible to disable the three pipeline stages of the Cortex-M3 in the simulator? I couldn't find any reference to the pipeline in the code.
The text was updated successfully, but these errors were encountered:
The simulator (or emulator) is not really a cycle-accurate simulator, the pipeline is not actually simulated -- instead it works at bit higher level of abstraction.
I'm conducting a study about execution time in the Cortex-M3, and your simulator is proving to be very helpful. Is it possible to disable the three pipeline stages of the Cortex-M3 in the simulator? I couldn't find any reference to the pipeline in the code.
The text was updated successfully, but these errors were encountered: