[llvm-commits] CVS: llvm-www/pubs/2007-03-Computer-Trident.html 2007-03-Computer-Trident.pdf pubs.js
Chris Lattner
sabre at nondot.org
Sat Jun 27 14:47:21 PDT 2009
Changes in directory llvm-www/pubs:
2007-03-Computer-Trident.html added (r1.1)
2007-03-Computer-Trident.pdf added (r1.1)
pubs.js updated: 1.39 -> 1.40
---
Log message:
add "Trident: From High-Level Language to Hardware Circuitry"
---
Diffs of the changes: (+72 -0)
2007-03-Computer-Trident.html | 65 ++++++++++++++++++++++++++++++++++++++++++
2007-03-Computer-Trident.pdf | 0
pubs.js | 7 ++++
3 files changed, 72 insertions(+)
Index: llvm-www/pubs/2007-03-Computer-Trident.html
diff -c /dev/null llvm-www/pubs/2007-03-Computer-Trident.html:1.1
*** /dev/null Sat Jun 27 16:47:11 2009
--- llvm-www/pubs/2007-03-Computer-Trident.html Sat Jun 27 16:47:01 2009
***************
*** 0 ****
--- 1,65 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+ <html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <link rel="stylesheet" href="../llvm.css" type="text/css" media="screen">
+ <title>Trident: From High-Level Language to Hardware Circuitry</title>
+ </head>
+ <body>
+
+ <div class="pub_title">
+ Trident: From High-Level Language to Hardware Circuitry
+ </div>
+ <div class="pub_author">
+ Justin L. Tripp, Maya B. Gokhale, and Kristopher D. Peterson
+ </div>
+
+ <h2>Abstract:</h2>
+ <blockquote>
+ Unlocking the potential of field-programmable gate arrays requires compilers that translate algorithmic high-level language code into hardware circuits. The Trident open source compiler translates C code to a hardware circuit description, providing designers with extreme flexibility in prototyping reconfigurable supercomputers.
+ </blockquote>
+
+ <h2>Published:</h2>
+ <blockquote>
+ "Trident: From High-Level Language to Hardware Circuitry"
+ <br>
+ Justin L. Tripp, Maya B. Gokhale, and Kristopher D. Peterson.
+ <br>
+ <i>
+ IEEE Computer
+ </i>, March 2007.
+ </blockquote>
+ <h2>Download:</h2>
+ <h3>Paper:</h3>
+ <ul>
+ <li><a href="2007-03-Computer-Trident.pdf">
+ Trident: From High-Level Language to Hardware Circuitry
+ </a> (PDF)</li>
+ </ul>
+
+ <h2>BibTeX Entry:</h2>
+ <pre>
+ @article{1251714,
+ author = {Tripp, Justin L. and Gokhale, Maya B. and Peterson, Kristopher D.},
+ title = {Trident: From High-Level Language to Hardware Circuitry},
+ journal = {Computer},
+ volume = {40},
+ number = {3},
+ year = {2007},
+ issn = {0018-9162},
+ pages = {28--37},
+ doi = {http://dx.doi.org/10.1109/MC.2007.107},
+ publisher = {IEEE Computer Society Press},
+ address = {Los Alamitos, CA, USA},
+ }
+ </pre>
+
+ <!-- *********************************************************************** -->
+ <hr>
+ <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
+ src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+ <a href="http://validator.w3.org/check/referer"><img
+ src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
+
+ </body>
+ </html>
Index: llvm-www/pubs/2007-03-Computer-Trident.pdf
Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.39 llvm-www/pubs/pubs.js:1.40
--- llvm-www/pubs/pubs.js:1.39 Sat Jun 27 16:40:35 2009
+++ llvm-www/pubs/pubs.js Sat Jun 27 16:47:01 2009
@@ -432,6 +432,13 @@
month: 3,
year: 2007},
+ {url: "2007-03-Computer-Trident.html",
+ title: "Trident: From High-Level Language to Hardware Circuitry",
+ author: "Justin L. Tripp, Maya B. Gokhale, and Kristopher D. Peterson",
+ published: "IEEE Computer",
+ month: 3,
+ year: 2007},
+
{url: '2006-10-ICNPC-ScalingTaskGraphs.html',
title: 'Scaling Task Graphs for Network Processors',
author: 'Martin Labrecque and J. Gregory Steffan',
More information about the llvm-commits
mailing list