From 0ab64c5ce2ab968001c96475b310cf6f020bd475 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sat, 5 Dec 2009 21:43:17 +0100 Subject: [PATCH 1/1] Add another reference. --- Chapters/Prototype.tex | 3 +-- Report.bib | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) 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: -- 2.30.2