summaryrefslogtreecommitdiff
path: root/bibliography.bib
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-09-04 00:19:18 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-09-04 00:19:18 +0200
commit8d79ce686db1ed1fafc3983ed724b7e195fa7f85 (patch)
treeb0316526b3305d73e418bdeceac84e333a0cbead /bibliography.bib
parent32b9b8478f5ef2a7a06bcb3e15590012ea3fdcbd (diff)
bibliography: add Implementation of functional languages using custom hw
Diffstat (limited to 'bibliography.bib')
-rw-r--r--bibliography.bib14
1 files changed, 13 insertions, 1 deletions
diff --git a/bibliography.bib b/bibliography.bib
index bbf6415..c8c17ed 100644
--- a/bibliography.bib
+++ b/bibliography.bib
@@ -364,7 +364,7 @@
}
-% FPGA reconfiguration
+% Hardware
@article{ FPGAReconf:Vipin,
author = {Vipin, Kizheppatt and Fahmy, Suhaib A.},
title = {FPGA Dynamic and Partial Reconfiguration: A Survey of
@@ -395,3 +395,15 @@
keywords = {partial reconfiguration, dynamic reconfiguration, Field
programmable gate arrays}
}
+
+@TechReport{ FPhardware:Stoye,
+ author = {Stoye, William Robert},
+ title = {{The implementation of functional languages using custom
+ hardware}},
+ year = 1985,
+ month = dec,
+ url = {https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-81.pdf},
+ institution = {University of Cambridge, Computer Laboratory},
+ doi = {10.48456/tr-81},
+ number = {UCAM-CL-TR-81}
+}