61 lines
2.3 KiB
TeX
61 lines
2.3 KiB
TeX
\documentclass[conference]{IEEEtran}
|
|
\IEEEoverridecommandlockouts
|
|
% The preceding line is only needed to identify funding in the first footnote. If that is unneeded, please comment it out.
|
|
\usepackage{biblatex}
|
|
\addbibresource{fault_injection_async25.bib}
|
|
%\usepackage{cite}
|
|
\usepackage{amsmath,amssymb,amsfonts}
|
|
\usepackage{algorithmic}
|
|
\usepackage{graphicx}
|
|
\usepackage{textcomp}
|
|
\usepackage{xcolor}
|
|
\usepackage{orcidlink}
|
|
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
|
|
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
|
|
\begin{document}
|
|
|
|
\title{Conference Paper Title\\
|
|
\thanks{Identify applicable funding agency here. If none, delete this.}
|
|
}
|
|
|
|
\author{\IEEEauthorblockN{Fabian Posch\, \orcidlink{0009-0009-9272-1633}}
|
|
\IEEEauthorblockA{Institute for Computer Engineering\\
|
|
TU Wien\\
|
|
Vienna, Austria \\
|
|
fabian.posch@student.tuwien.ac.at}
|
|
\and
|
|
\IEEEauthorblockN{Florian Huemer\, \orcidlink{0000-0002-2776-7768}}
|
|
\IEEEauthorblockA{Institute for Computer Engineering\\
|
|
TU Wien\\
|
|
Vienna, Austria \\
|
|
fhuemer@ecs.tuwien.ac.at}
|
|
\and
|
|
\IEEEauthorblockN{Andreas Steininger\, \orcidlink{0000-0002-3847-1647}}
|
|
\IEEEauthorblockA{Institute for Computer Engineering\\
|
|
TU Wien\\
|
|
Vienna, Austria \\
|
|
steininger@ecs.tuwien.ac.at}
|
|
\and
|
|
\IEEEauthorblockN{Rajit Manohar}
|
|
\IEEEauthorblockA{Computer Systems Lab\\
|
|
Yale University\\
|
|
New Haven, CT 06520, USA\\
|
|
rajit.manohar@yale.edu}
|
|
}
|
|
|
|
\maketitle
|
|
|
|
\begin{abstract}
|
|
ACT is a very versatile and powerful tool for design, simulation and manufacturing of asynchronous circuits. When fault tolerance is a priority, being able to simulate the possible effects as part of the design process can be a huge boon.\\
|
|
In this paper we present an augmentation of ACT which allows flexible and comprehensive (transient) fault injection. Key features of this tool are native integration into the existing language framework, distributed computation to speed up wait times, as well as an improved fault distribution model compared to previous attempts. We describe the fault model we targeted, the implementation, issues which had to be overcome, as well as an application example to demonstrate the use and capabilities of the tool.
|
|
\end{abstract}
|
|
|
|
\begin{IEEEkeywords}
|
|
NEEDS TO BE CHANGED
|
|
\end{IEEEkeywords}
|
|
|
|
This is a test reference for the paper \cite{altera_introduction_2013}
|
|
|
|
\printbibliography
|
|
|
|
\end{document}
|