From: Matthijs Kooijman Date: Sat, 5 Dec 2009 20:43:17 +0000 (+0100) Subject: Add another reference. X-Git-Tag: final-thesis~93 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=0ab64c5ce2ab968001c96475b310cf6f020bd475 Add another reference. --- diff --git a/Chapters/Prototype.tex b/Chapters/Prototype.tex index 820327c..037d1ce 100644 --- a/Chapters/Prototype.tex +++ b/Chapters/Prototype.tex @@ -80,8 +80,7 @@ However, \small{EDIF} is not completely tool-independent. It specifies a meta-format, but the hardware components that can be used vary between various tool and hardware vendors, as well as the interpretation of the - \small{EDIF} standard. \todo{Is this still true? Reference: - http://delivery.acm.org/10.1145/80000/74534/p803-li.pdf?key1=74534\&key2=8370537521\&coll=GUIDE\&dl=GUIDE\&CFID=61207158\&CFTOKEN=61908473} + \small{EDIF} standard. \cite[li89] This means that when working with \small{EDIF}, our prototype would become technology dependent (\eg only work with \small{FPGA}s of a specific diff --git a/Report.bib b/Report.bib index 7e9dd00..549b958 100644 --- a/Report.bib +++ b/Report.bib @@ -31,3 +31,18 @@ month = {Sep}, abstract = {Haskell is a great language for writing and supporting embedded Domain Specific Languages (DSLs). Some form of observable sharing is often a critical capability for allowing so-called deep DSLs to be compiled and processed. In this paper, we describe and explore uses of an IO function for reification which allows direct observation of sharing.} } + +@inproceedings{li89, + author = {Li, W. and Switzer, H.}, + title = {A unified data exchnage environment based on EDIF}, + booktitle = {DAC '89: Proceedings of the 26th ACM/IEEE Design Automation Conference}, + year = {1989}, + isbn = {0-89791-310-8}, + pages = {803--806}, + location = {Las Vegas, Nevada, United States}, + doi = {http://doi.acm.org/10.1145/74382.74534}, + publisher = {ACM}, + address = {New York, NY, USA}, +} + +% vim: set paste: