Skip to content

Commit 363388f

Browse files
committed
list of contributions
1 parent 71f6769 commit 363388f

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

paper.tex

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,13 @@
286286

287287
\section{Introduction}
288288

289+
\begin{itemize}
290+
\item Formalization of bitheap data structure and efficient compression algorithms in a theorem prover
291+
\item Integration into an existing synthesis flow to provide formally verified datapath circuits to eliminate the SAT solver bottleneck
292+
\item Integration of bitheap data structure into Lean 4's formally verified bit blaster to improve the solvers capabilities
293+
\item Verified synthesis of existing datapath benchmark suite
294+
\end{itemize}
295+
289296
\section{Background}
290297
In digital arithmetic, an integer or fixed-point number is represented as follows:
291298
\[
@@ -345,6 +352,20 @@ \subsection{Dadda's Algorithm}
345352
\end{enumerate}
346353
\end{tcolorbox}
347354

355+
\section{Formalization}
356+
357+
\subsection{Bit Heap Data Structure}
358+
359+
\subsection{Compression Algorithms}
360+
361+
\section{Integration}
362+
363+
\subsection{Datapath Synthesis Engine}
364+
365+
\subsection{Bit Blaster}
366+
367+
\section{Results}
368+
348369
\section{Related Work}
349370

350371
\section{Conclusion}

0 commit comments

Comments
 (0)