Przeglądaj źródła

Update on local

Youngbin Kim 1 rok temu
rodzic
commit
ea86866e8a

BIN
figs/plot_expr_6a_cropped.pdf


BIN
figs/plot_expr_6b_cropped.pdf


BIN
figs/plot_expr_9_cropped.pdf


+ 32 - 2
sections/OurModel.tex

@@ -18,6 +18,7 @@
         \includegraphics[width=\textwidth]{figs/plot_expr_8a_cropped.pdf}
         \caption{Trace of one power cycle.}
         % \label{fig:eval_voltage_trace}
+        \vspace{5pt}
     \end{subfigure}
     \begin{subfigure}{\linewidth}
         \includegraphics[width=\textwidth]{figs/plot_expr_8b_cropped.pdf}
@@ -56,9 +57,19 @@ Three key observations that affect software designer's decision.
 
 \begin{figure}
     \centering
-    \includegraphics[width=\linewidth]{figs/plot_expr_6_cropped.pdf}
+    \begin{subfigure}{\linewidth}
+        \includegraphics[width=\textwidth]{figs/plot_expr_6a_cropped.pdf}
+        \caption{Input current is 1mA.}
+        % \label{fig:eval_voltage_trace}
+        \vspace{5pt}
+    \end{subfigure}
+    \begin{subfigure}{\linewidth}
+        \includegraphics[width=\textwidth]{figs/plot_expr_6b_cropped.pdf}
+        \caption{Input current is 3mA.}
+        % \label{fig:eval_adaptivenss_finished_tasks}
+    \end{subfigure}
     \caption{Ratio of sub-voltage operations in total execution time.}
-    % \label{fig:introduction}
+    % \label{fig:}
 \end{figure}
 
 Show percentage of execution time executed after power supply stops.
@@ -80,4 +91,23 @@ Show percentage of execution time executed after power supply stops.
     \end{subfigure}
     \caption{Voltage of the capacitor and Vdd, sampled 470uF and 1.5mA.}
     % \label{fig:}
+\end{figure}
+
+\subsection{Sensitivity to Architectural Designs}
+
+\begin{figure}
+    \centering
+    \begin{subfigure}{0.49\linewidth}
+        \includegraphics[width=\textwidth]{figs/plot_expr_9_cropped.pdf}
+        \caption{Trace of one power cycle.}
+        % \label{fig:eval_voltage_trace}
+    \end{subfigure}
+    \hfill
+    \begin{subfigure}{0.49\linewidth}
+        \includegraphics[width=\textwidth]{figs/plot_expr_9_cropped.pdf}
+        \caption{Detailed trace.}
+        % \label{fig:eval_adaptivenss_finished_tasks}
+    \end{subfigure}
+    \caption{Voltage of the capacitor and Vdd, sampled 470uF and 1.5mA.}
+    % \label{fig:}
 \end{figure}

+ 2 - 1
sections/RelatedWork.tex

@@ -5,5 +5,6 @@ Tradeoff of capacitor size and forward progress~\cite{zhanExploring2022}.
 These works do not consider discharge of decoupling capacitor.
 
 Considering sub-normal voltage execution~\cite{zhanExploring2022}.
-In transient computing~\cite{balsamoHibernus2015,balsamoHibernus2016,netoDiCA2023} or hardware-based approaches.
+In transient computing~\cite{balsamoHibernus2015,balsamoHibernus2016,netoDiCA2023,raffeckCO2CoDe2024} (works do not using separate power management system) or hardware-based approaches.
+This work shows that considering sub-normal voltage execution is also important for designs using separate energy management system.
 They do not address the impact of sub-normal voltage execution to correctness and efficiency of software designs.