[llvm-commits] CVS: llvm-www/pubs/2008-07-RSSI-CHiMPS.html 2008-07-RSSI-CHiMPS.pdf pubs.js

Chris Lattner sabre at nondot.org
Sun Jun 28 14:15:06 PDT 2009



Changes in directory llvm-www/pubs:

2008-07-RSSI-CHiMPS.html added (r1.1)
2008-07-RSSI-CHiMPS.pdf added (r1.1)
pubs.js updated: 1.44 -> 1.45
---
Log message:

add "LLVM-CHiMPS: Compilation Environment for FPGAs Using LLVM Compiler Infrastructure and CHiMPS Computational Model" from RSSI'08


---
Diffs of the changes:  (+79 -0)

 2008-07-RSSI-CHiMPS.html |   72 +++++++++++++++++++++++++++++++++++++++++++++++
 2008-07-RSSI-CHiMPS.pdf  |    0 
 pubs.js                  |    7 ++++
 3 files changed, 79 insertions(+)


Index: llvm-www/pubs/2008-07-RSSI-CHiMPS.html
diff -c /dev/null llvm-www/pubs/2008-07-RSSI-CHiMPS.html:1.1
*** /dev/null	Sun Jun 28 16:12:44 2009
--- llvm-www/pubs/2008-07-RSSI-CHiMPS.html	Sun Jun 28 16:12:34 2009
***************
*** 0 ****
--- 1,72 ----
+ <!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>LLVM-CHiMPS: Compilation Environment for FPGAs Using LLVM 
+ Compiler Infrastructure and CHiMPS Computational Model 
+ </title>
+ </head>
+ <body>
+ 
+ <div class="pub_title">
+   LLVM-CHiMPS: Compilation Environment for FPGAs Using LLVM 
+ Compiler Infrastructure and CHiMPS Computational Model 
+ </div>
+ <div class="pub_author">
+   Seung J. Lee, David K. Raila, and Volodymyr V. Kindratenko
+ </div>
+ 
+ <h2>Abstract:</h2>
+ <blockquote>
+ CHiMPS (Compiling High level language to 
+ Massively Pipelined System) system, developed by 
+ Xilinx is gaining popularity due to its convenient 
+ computational model and architecture for field 
+ programmable gate array computing. The CHiMPS 
+ system utilizes CHiMPS target language as an 
+ intermediate representation to bridge between the high 
+ level language and the data flow architecture 
+ generated from it. However, currently the CHiMPS 
+ frontend does not provide many commonly used 
+ optimizations and has some use restrictions. In this 
+ paper we present an alternative compiler environment 
+ based on low level virtual machine compiler 
+ environment extended to generate CHiMPS target 
+ language code for the CHiMPS architecture. Our 
+ implementation provides good support for global 
+ optimizations and analysis and overcomes many 
+ limitations of the original Xilinx CHiMPS compiler. 
+ Simulation results from codes based on this approach 
+ show to outperform those obtained with the original 
+ CHiMPS compiler. 
+ </blockquote>
+ 
+ <h2>Published:</h2>
+ <blockquote>
+   "LLVM-CHiMPS: Compilation Environment for FPGAs Using LLVM 
+ Compiler Infrastructure and CHiMPS Computational Model"
+   <br>
+   Seung J. Lee, David K. Raila, and Volodymyr V. Kindratenko.
+   <br>
+ <i>
+ Reconfigurable Systems Summer Institute 2008 (RSSI'08)
+ </i>, Champaign, IL, July 2008.
+ </blockquote>
+ <h2>Download:</h2>
+ <h3>Paper:</h3>
+ <ul>
+   <li><a href="URL.pdf">
+   LLVM-CHiMPS: Compilation Environment for FPGAs Using LLVM 
+ Compiler Infrastructure and CHiMPS Computational Model</a> (PDF)</li>
+ </ul>
+ 
+ <!-- *********************************************************************** -->
+ <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/2008-07-RSSI-CHiMPS.pdf


Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.44 llvm-www/pubs/pubs.js:1.45
--- llvm-www/pubs/pubs.js:1.44	Sun Jun 28 10:59:27 2009
+++ llvm-www/pubs/pubs.js	Sun Jun 28 16:12:34 2009
@@ -223,6 +223,13 @@
    month: 8,
    year: 2008},
 
+  {url: "2008-07-RSSI-CHiMPS.html",
+   title: "LLVM-CHiMPS: Compilation Environment for FPGAs Using LLVM Compiler Infrastructure and CHiMPS Computational Model",
+   author: "Seung J. Lee, David K. Raila, and Volodymyr V. Kindratenko",
+   published: "Reconfigurable Systems Summer Institute 2008 (RSSI'08)",
+   month: 7,
+   year: 2008},
+
   {url: '2008-06-CompilingHaskelltoLLVM.html',
    title: 'Compiling Haskell to LLVM',
    author: 'John van Schie',






More information about the llvm-commits mailing list