Created Rate My Lit Review
[ipdf/sam.git] / chapters / Progress.tex
1 \chapter{Progress Report}\label{Progress Report}
2
3 This chapter outlines the current state of our research in relation to the aims outlined in Chapter \ref{Introduction}.
4 \rephrase{It will serve as an explanation for where the Figures in Chapter \ref{Background} came from. It will just be a short summary of the implementation details}.
5
6 \section{Development of Testbed Software}
7
8 We wrote a very simple OpenGL 1.1 program to experiment with, and then David Gow converted it to OpenGL 3.1 and I have no idea how it works anymore.
9
10 \section{Design and Implementation of ``Tests''}
11 \begin{itemize}
12         \item Compile by swapping out \verb/main()/ for a tester
13         \item There are tests for doing some of the things in Chapter \ref{Introduction} but most still aren't written yet.
14         
15 \end{itemize}
16
17 \section{Document Format}
18
19 Currently we effectively have a DOM format but with the following non-features:
20 \begin{itemize}
21         \item Binary file format (non standard; not XML)
22         \item Only rectangles.
23 \end{itemize}
24
25 \section{Floating Point Number Representations}
26
27 \rephrase{I have\footnote{Ok... ``will have''} some figures that I would prefer to include in Chapter \ref{Background} when I am talking about the papers that inspired them.}
28 \rephrase{This section will probably briefly talk about how they were created and just refer back to them}.
29
30 \begin{itemize}
31         \item \verb/calculatepi.test/
32         \item \verb/typedef/ of \verb/Real/
33 \end{itemize}
34
35 \section{Virtual FPU}
36
37 Techniques for dealing with FP numbers can be implemented in software (CPU) or on dedicated hardware (FPU). We are able to run FP arithmetic on arbitrary simulations of FPUs created using VHDL. \rephrase{Hopefully explore this a bit in Chapter \ref{Background}}.
38
39
40
41 \section{Version Control}
42
43 Git is a distributed version control system widely used in the development of open source software\cite{}. All rescources created for or used by this project have been placed in git repositories on several servers. The repositories are publically accessable at \url{http://git.ucc.asn.au}
44
45
46
47

UCC git Repository :: git.ucc.asn.au