Some fixes
This commit is contained in:
@@ -49,12 +49,14 @@ Microelectronic Systems Design Research Group \\[3ex]
|
||||
\textbf{Abstract}
|
||||
|
||||
The performance of today's computing systems depends in particular on the memory system utilized.
|
||||
With the increasing usage of DRAMs, also in mobile and embedded systems, it is important to select a memory configuration that fits the application well to provide a high performance.
|
||||
However, since this is a complex task within the system design due to the an overwhelming number of possible configurations and their advantages and disadvantages, simulations of the system are essential to evaluate whether the components and configuration parameters used are appropriate for the application.
|
||||
With the increasing usage of DRAMs, also in mobile and embedded systems, it is important to select a memory configuration that fits the application well to provide high performance.
|
||||
However, this is a complex task within the system design due to the overwhelming number of possible configurations and their advantages and disadvantages.
|
||||
In particular, bandwidth and latency requirements of the application must be satisfied.
|
||||
Consequently, to verify these requirements, simulations of the system are essential to evaluate whether the components and configuration parameters used are suitable for the application.
|
||||
Such a simulation can be accomplished with the DRAM simulation environment DRAMSys.
|
||||
A simulation with DRAMSys requires a realistic stimuli for the memory system that matches the application's behavior, which can be created by the time-consuming simulation of the application using processor core models.
|
||||
To overcome this drawback of very long simulation time, a faster method of creating stimuli for DRAMSys is developed in this thesis.
|
||||
In this method, access patterns are created by analyzing the application's behavior while it is running on real hardware using dynamic binary instrumentation.
|
||||
In this method, access patterns are created by analyzing the application's behavior using dynamic binary instrumentation while it is running on real hardware.
|
||||
|
||||
\vspace{1.0cm}
|
||||
|
||||
@@ -62,7 +64,9 @@ In this method, access patterns are created by analyzing the application's behav
|
||||
|
||||
Die Leistung heutiger Rechensysteme hängt insbesondere von dem eingesetzen Speichersystem ab.
|
||||
Mit der zunehmenden Verbreitung von DRAMs auch in mobilen und eingebetteten Systemen ist es wichtig, eine Speicherkonfiguration zu wählen, welche gut zur Anwendung passt, um eine hohe Leistungsfähigkeit zu erzielen.
|
||||
Da dies jedoch aufgrund der überwältigenden Anzahl möglicher Konfigurationen und ihrer Vor- und Nachteile eine komplexe Aufgabenstellung innerhalb des Systemdesigns ist, ist eine Simulation des Systems unabdingbar, um zu bewerten, ob die verwendeten Komponenten und Konfigurationsparameter für die Anwendung geeignet sind.
|
||||
Dies ist jedoch aufgrund der überwältigenden Anzahl möglicher Konfigurationen und ihrer Vor- und Nachteile eine komplexe Aufgabe innerhalb des Systemdesigns.
|
||||
Insbesondere die Anforderungen der Anwendung an Bandbreite und Latenzen müssen erfüllt werden.
|
||||
Folglich sind zur Überprüfung dieser Anforderungen Simulationen des Systems unerlässlich, um zu bewerten, ob die verwendeten Komponenten und Konfigurationsparameter für die Anwendung geeignet sind.
|
||||
Solch eine Simulation kann mit der DRAM Simulationsumgebung DRAMSys durchgeführt werden.
|
||||
Eine Simulation mit DRAMSys erfordert realitätsnahe Stimuli für das Speichersystem, das dem Verhalten der Anwendung entspricht, welches mit einer zeitaufwändigen Simulation der Anwendung mit Prozessorkernmodellen erstellt werden kann.
|
||||
Um diesen Nachteil der sehr langen Simulationszeit zu überwinden, wird in dieser Arbeit eine neue Methode zur Erstellung von Stimuli für DRAMSys entwickelt.
|
||||
|
||||
Reference in New Issue
Block a user