Skip to content

Commit

Permalink
Fix missing reference in architecture tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmurray committed May 10, 2016
1 parent 7475720 commit 0d959e9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/arch/tutorial/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Architecture Modeling Tutorial
This page provides information on the FPGA architecture description language used by VPR.
This page is geared towards both new and experienced users of vpr.

New users may wish to consult the conference paper that introduces the language [].
New users may wish to consult the conference paper that introduces the language :cite:`luu_architecture_description_lanage`.
This paper describes the motivation behind this new language as well as a short tutorial on how to use the language to describe different complex blocks of an FPGA.

New and experienced users alike should consult the detailed :ref:`arch_reference` which serves to documents every property of the language.
Expand Down
15 changes: 15 additions & 0 deletions doc/z_references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -284,3 +284,18 @@ @manual{xilinx_virtex_6_clb
year = {2012},
url = {http://www.xilinx.com/support/documentation/user_guides/ug364.pdf},
}

@inproceedings{luu_architecture_description_lanage,
author = {Luu, Jason and Anderson, Jason and Rose, Jonathan},
title = {Architecture Description and Packing for Logic Blocks with Hierarchy, Modes and Complex Interconnect},
booktitle = {Proceedings of the 19th ACM/SIGDA International Symposium on Field Programmable Gate Arrays},
series = {FPGA '11},
year = {2011},
isbn = {978-1-4503-0554-9},
location = {Monterey, CA, USA},
pages = {227--236},
numpages = {10},
doi = {10.1145/1950413.1950457},
publisher = {ACM},
address = {New York, NY, USA},
}

0 comments on commit 0d959e9

Please sign in to comment.