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
Trace CPU is a simulation mode of Gem5, which generates a trace based on the OoO core model. Instead of recording the absolute timestamp of individual instructions as in other normal trace format, the Trace CPU generate a elastic trace recording the dependence of instructions along with the execution order of the instruction. This would later allow a replay with a cache model to produce an accurate timing performance with the actual latency from memory.
It would be great if we can support this trace. Ask Gem5 to generate a trace and feed this trace to FlexiCAS, in order to evaluate speed performance for different cache architectures.
references:
[Exploring system performance using elastic traces: Fast, accurate and portable] (https://ieeexplore.ieee.org/document/7818336). Radhika Jagtap, Matthias Jung, Stephan Diestelhorst, Andreas Hansson, Norbert Wehn. IEEE International Conference on Embedded Computer Systems: Architectures, Modeling and Simulation (SAMOS), 2016. doi:10.1109/SAMOS.2016.7818336.
Trace CPU is a simulation mode of Gem5, which generates a trace based on the OoO core model. Instead of recording the absolute timestamp of individual instructions as in other normal trace format, the Trace CPU generate a elastic trace recording the dependence of instructions along with the execution order of the instruction. This would later allow a replay with a cache model to produce an accurate timing performance with the actual latency from memory.
It would be great if we can support this trace. Ask Gem5 to generate a trace and feed this trace to FlexiCAS, in order to evaluate speed performance for different cache architectures.
references:
The text was updated successfully, but these errors were encountered: