From 0d6b03da8b0544795e3d763ffe0a8b2ccf132cf8 Mon Sep 17 00:00:00 2001 From: Derek Christ Date: Sat, 16 Jul 2022 18:34:57 +0200 Subject: [PATCH] Abstract --- inc/0.titlepage.tex | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/inc/0.titlepage.tex b/inc/0.titlepage.tex index 5adaf42..4d5695a 100644 --- a/inc/0.titlepage.tex +++ b/inc/0.titlepage.tex @@ -48,23 +48,24 @@ Microelectronic Systems Design Research Group \\[3ex] \begin{abstract} \textbf{Abstract} -The performance of today's computing systems depends in particular on the memory system used. -With the increasing use of DRAMs, also in mobile and embedded systems, it is important to select a configuration that fits the application. -However, since this is a complex task within the system design, simulations of the system are essential to evaluate the components and configuration parameters used. +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. Such a simulation can be accomplished with the DRAM simulation environment DRAMSys. -However, this requires realistic stimuli for the memory system, which can be created by the time-consuming simulation of processor cores. -A faster method, which creates such access patterns by analyzing applications on real hardware, is developed in this thesis. +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. -\vspace{0.9cm} +\vspace{1.0cm} \textbf{Zusammenfassung} Die Leistung heutiger Rechensysteme hängt insbesondere von dem eingesetzem Speichersystem ab. -Mit der zunehmenden Verbreitung von DRAMs, auch in mobilen und eingebetteten Systemen, ist es wichtig eine auf den Anwendungsfall passende Konfiguration dieser zu wählen. -Da dies jedoch eine komplexe Aufgabenstellung innerhalb des Systemdesigns ist, sind Simulationen des Systems zur Bewertung der eingesetzten Komponenten und Konfigurationsparameter unabdingbar. -Solch eine Simulation kann mit der DRAM Simulationsumgebung DRAMSys vollzogen werden. -Hierfür sind allerdings realitätsnahe Stimuli für das Speichersystem vonnöten, welche durch die zeitaufwändige Simulation von Prozessorkernen erstellt werden können. -Eine schnellere Methode, welche solche Zugriffsmuster durch Analyse von Applikationen auf echter Hardware erstellt, wird in dieser Arbeit entwickelt. +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. +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. +Bei dieser Methode werden Zugriffsmuster durch die Analyse des Verhaltens der Anwendung mittels Instrumentierung erstellt, während sie auf echter Hardware ausgeführt wird. \end{abstract} -