So whenever hardware papers come up, VHDL gets involved...
I guess it's time to try and work out how to use the Opensource VHDL implementations.
+This is about reduction of error in hardware operations rather than the precision or range of floats.
+But it is probably still relevant.
+
+\section{Floating Point Unit from JOP\cite{jop}}
+
+This is a 32 bit floating point unit developed for JOP in VHDL.
+I have been able to successfully compile it and the test program using GHDL\cite{ghdl}.
+
+% Back to software
+\section{Basic Issues in Floating Point Arithmetic and Error Analysis\cite{demmel1996basic}}
+
+These are lecture notes from U.C Berkelye CS267 in 1996.
\pagebreak
title = "Infinite-precision Document Formats (Project Proposal)",
author = "David Gow",
year = "2014",
- howpublished = "http://davidgow.net/stuff/ProjectProposal.pdf"
+ howpublished = "\url{http://davidgow.net/stuff/ProjectProposal.pdf}"
}
% Note the different title
title = "Infinite Precision Document Formats (Project Proposal)",
author = "Sam Moore",
year = "2014",
- howpublished = "http://szmoore.net/ipdf/documents/ProjectProposalSam.pdf"
+ howpublished = "\url{http://szmoore.net/ipdf/documents/ProjectProposalSam.pdf}"
}
% The Fractal Nature of Bezier Curves
organization={IEEE}
}
+%ghdl, the least shitty of the open source vhdl tools
+@misc{ghdl,
+ title = "GHDL Guide",
+ author = "Tristan Gingold",
+ year = "2007",
+ howpublished = "\url{http://ghdl.free.fr/ghdl/}"
+}
+
+@article{demmel1996basic,
+ title = "Basic Issues in Floating Point Arithmetic and Error Analysis",
+ author = "Jim Demmel",
+ journal = "U.C. Berkeley CS267",
+ note = "Lecture Notes",
+ howpublished = "\url{http://www.cs.berkeley.edu/~demmel/cs267/lecture21/lecture21.html}"
+}
+
+@misc{grfpu_dasia,
+ title = "GRFPU - High Performance IEEE- 7 5 4 Floating- Point Unit",
+ author = "Edvin Catovic",
+ howpublished = "\url{http://www.gaisler.com/doc/grfpu_dasia.pdf}"
+}