Ver código fonte

Update on local

Youngbin Kim 1 ano atrás
pai
commit
bc16b78758

+ 6 - 3
IEEE-conference-template-062824.tex

@@ -11,7 +11,7 @@
 \usepackage{xcolor}
 \begin{document}
 
-\title{Conference Paper Title\\
+\title{Intermittent Systems with Small Scale: Model and Design Guidelines \\
 % \thanks{Identify applicable funding agency here. If none, delete this.}
 }
 
@@ -33,8 +33,11 @@ keywords.
 \end{IEEEkeywords}
 
 \input{sections/Introduction.tex}
-
-\cite{ahmedInternet2024}.
+\input{sections/OurModel.tex}
+\input{sections/OurApproach.tex}
+\input{sections/RelatedWork.tex}
+\input{sections/Conclusion.tex}
+\input{sections/Notes.tex}
 
 \bibliographystyle{ieeetr}
 \bibliography{../refs}

BIN
files/figures.pptx


+ 1 - 0
sections/Conclusion.tex

@@ -0,0 +1 @@
+\section{Conclusion}

+ 3 - 1
sections/Introduction.tex

@@ -1,2 +1,4 @@
 \section{Introduction}
-Introduction.
+Batteryless systems.
+Intermittent system consists of hardware and software.
+

+ 14 - 0
sections/Notes.tex

@@ -0,0 +1,14 @@
+\section{Notes}
+
+Execution duration. 
+around 10 ms~\cite{reymondSCHEMATIC2024,wuIntOS2024,yildizEfficient2023}.
+Several hundreds microseconds~\cite{reymondSCHEMATIC2024}.
+Nanoseconds~\cite{wuIntOS2024}.
+
+Estimating the remaining energy using the energy storage voltage.
+In modeling~\cite{houTale2024,kimRapid2024}.
+Use energy storage voltage for checkpoint signal~\cite{zengReplayCache2021,balsamoHibernus2015,balsamoHibernus2016,bhattiHarvOS2017,jayakumarQUICKRECALL2014,maengSupporting2019,maengAdaptive2020}.
+
+Power failure injection (soft reset)~\cite{wuIntOS2024,yildizEfficient2023}.
+
+Interrupt using Vdd~\cite{balsamoHibernus2016}.

+ 7 - 0
sections/OurApproach.tex

@@ -0,0 +1,7 @@
+\section{Design Guidelines}
+
+\subsection{Delay Checkpoint Execution}
+
+\subsection{Use Vdd for Checkpoint Trigger}
+
+\subsection{Design Checkpoint Techniques for Sufficient Power Duration}

+ 11 - 0
sections/OurModel.tex

@@ -0,0 +1,11 @@
+\section{Detailed Intermittent Execution Model}
+
+\subsection{System Description}
+
+\subsection{Execution Model}
+
+\subsection{Impact on Power Efficiency}
+
+\subsection{Impact on Predicting Power Failures}
+
+Show percentage of execution time executed after power supply stops.

+ 1 - 0
sections/RelatedWork.tex

@@ -0,0 +1 @@
+\section{Related Work}