From: Matthijs Kooijman Date: Wed, 9 Sep 2009 17:55:58 +0000 (+0200) Subject: Add (a start of) an introduction). X-Git-Tag: final-thesis~262 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=88ec40778e4a2ad85de5ed71b7e770fbea6b10e1 Add (a start of) an introduction). --- diff --git a/Chapters/Introduction.tex b/Chapters/Introduction.tex new file mode 100644 index 0000000..ebbd931 --- /dev/null +++ b/Chapters/Introduction.tex @@ -0,0 +1,14 @@ +\chapter{Introduction} +This thesis describes the result and process of my work during my +Master's assignment. In these pages, I will try to introduce the world +of hardware descriptions, the world of functional languages and +compilers, and present the compiler that will connect these worlds and +sets a first step towards making hardware programming on the whole +easier, more maintainable and generally more pleasant. + +In the first chapter, we will sketch the context for this research. +The current state and history of hardware description languages will be +briefly discussed, as well as the state and history of functional +programming. Since we're not the first to have merged these approaches, +a number of other functional hardware description languages are briefly +described.