%* Last edited: May 28 16:54 1996 (misha)
%%% ====================================================================
%%%  @LaTeX-file{
%%%     author          = "David M. Jones",
%%%     version         = "1",
%%%     date            = "25 November 1992",
%%%     time            = "15:58:24 EST",
%%%     filename        = "phd-proposal.tex",
%%%     address         = "MIT Laboratory for Computer Science
%%%                        Room NE43-316
%%%                        545 Technology Square
%%%                        Cambridge, MA 02139
%%%                        USA",
%%%     telephone       = "(617) 253-5936",
%%%     FAX             = "(617) 253-3480",
%%%     checksum        = "07925 140 533 4849",
%%%     email           = "dmjones@theory.lcs.mit.edu",
%%%     codetable       = "ISO/ASCII",
%%%     keywords        = "",
%%%     supported       = "yes",
%%%     docstring       = "This is a template for a title page for a
%%%                        Ph.D. proposal for the MIT Department of
%%%                        Electrical Engineering and Computer Science.
%%%
%%%                        This title page should be followed by
%%%                        supervisor and reader agreements.  Templates
%%%                        for these are available online in the files
%%%                        phd-thesis-supervision.tex and
%%%                        phd-thesis-reader.tex.
%%%
%%%                        For more information on the thesis
%%%                        requirement, see Department Memorandum 3802,
%%%                        available from the EECS Graduate Office, Room
%%%                        38-444.  The completed thesis proposal should
%%%                        be submitted to that same office.
%%%
%%%                        This file has two parts.  The first contains
%%%                        the template, with information that the
%%%                        student should fill in marked by angle
%%%                        brackets (< and >).  The second part contains
%%%                        a sample title page, completely filled out.
%%%
%%%                        The checksum field above contains a CRC-16
%%%                        checksum as the first value, followed by the
%%%                        equivalent of the standard UNIX wc (word
%%%                        count) utility output of lines, words, and
%%%                        characters.  This is produced by Robert
%%%                        Solovay's checksum utility.",
%%%  }
%%% ====================================================================

%% Skip down to the line marked <BEGIN HERE>

\documentstyle{article}

\topmargin 0pt
\advance \topmargin by -\headheight
\advance \topmargin by -\headsep

\textheight 8.9in

\oddsidemargin 0pt
\evensidemargin \oddsidemargin
\marginparwidth 0.5in

\textwidth 6.5in

\parskip=10pt
\parindent=0pt

\pagestyle{empty}

\def\brule#1{\vrule width#1 height -1.1pt depth 1.5pt\relax}

\begin{document}

\begin{center}\baselineskip=1.5\baselineskip
Massachusetts Institute of Technology \\
Department of Electrical Engineering and Computer Science\\[\bigskipamount]
Proposal for Thesis Research in Partial Fulfillment\\
of the Requirements for the Degree of\\
Doctor of Philosophy
\end{center}

%%  <BEGIN HERE>

Title: Abacus: A Reconfigurable Bit-Parallel SIMD Architecture

\begin{tabular*}{\textwidth}{@{}l*2{@{\extracolsep{\fill}}l}}
Submitted by:   & Michael Bolotski       & \brule{2.5in} \\
                & 38 Marion St.     & (Signature of author) \\
                & Somerville, MA 02143
\end{tabular*}

Date of submission: May 1996

Expected Date of Completion: August 1996

Laboratory where thesis will be done: Artificial Intelligence Laboratory

Brief Statement of the Problem:

Reconfiguration is the ability to dynamically configure memory
organization, ALU width, or communication network topology to match the
needs of the computational problem.  Parallel computers based on
reconfigurable bit-slice architectures can be an order of magnitude faster
on important applications than those based on conventional architectures.
This dissertation will validate the thesis with an implementation-based
approach.


\end{document}

