[llvm-commits] CVS: llvm-www/pubs/2009-10-CODES-MPSoC.html 2009-10-CODES-MPSoC.pdf pubs.js

Chris Lattner sabre at nondot.org
Sun Nov 8 13:32:53 PST 2009



Changes in directory llvm-www/pubs:

2009-10-CODES-MPSoC.html added (r1.1)
2009-10-CODES-MPSoC.pdf added (r1.1)
pubs.js updated: 1.79 -> 1.80
---
Log message:

add another paper.


---
Diffs of the changes:  (+77 -2)

 2009-10-CODES-MPSoC.html |   66 +++++++++++++++++++++++++++++++++++++++++++++++
 2009-10-CODES-MPSoC.pdf  |    0 
 pubs.js                  |   13 +++++++--
 3 files changed, 77 insertions(+), 2 deletions(-)


Index: llvm-www/pubs/2009-10-CODES-MPSoC.html
diff -c /dev/null llvm-www/pubs/2009-10-CODES-MPSoC.html:1.1
*** /dev/null	Sun Nov  8 15:32:47 2009
--- llvm-www/pubs/2009-10-CODES-MPSoC.html	Sun Nov  8 15:32:37 2009
***************
*** 0 ****
--- 1,66 ----
+ <!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>A High-Level Virtual Platform for Early MPSoC Software Development</title>
+ </head>
+ <body>
+ 
+ <div class="pub_title">
+   A High-Level Virtual Platform for Early MPSoC Software Development
+ </div>
+ <div class="pub_author">
+   Jianjiang Ceng, Weihua Sheng, Jeronimo Castrillon, Anastasia Stulova, Rainer Leupers, Gerd Ascheid and Heinrich Meyr
+ </div>
+ 
+ <h2>Abstract:</h2>
+ <blockquote>
+ Multiprocessor System-on-Chips (MPSoCs) are nowadays widely used, but the problem of their software development persists to be one of the biggest challenges for developers. Virtual Platforms (VPs) are introduced to the industry, which allow MPSoC software development without a hardware prototype. Nevertheless, for developers in early design stage where no VP is available, the software programming support is not satisfactory.<p>
+ This paper introduces a High-level Virtual Platform (HVP) which aims at early MPSoC software development. The framework provides a set of tools for abstract MPSoC simulation and the corresponding application programming support in order to enable the development of reusable C code at a high level. The case study performed on several MPSoCs shows that the code developed on the HVP can be easily reused on different target platforms. Moreover, the high simulation speed achieved by the HVP also improves the design efficiency of software developers.
+ 
+ </blockquote>
+ 
+ <h2>Published:</h2>
+ <blockquote>
+   "A High-Level Virtual Platform for Early MPSoC Software Development"
+   <br>
+   Jianjiang Ceng, Weihua Sheng, Jeronimo Castrillon, Anastasia Stulova, Rainer Leupers, Gerd Ascheid and Heinrich Meyr.
+   <br>
+ <i>
+ Proceedings of the 7th IEEE/ACM international conference on Hardware/software codesign and system synthesis (CODES+ISSS'09)
+ </i>, Grenoble, France, October 2009
+ </blockquote>
+ <h2>Download:</h2>
+ <h3>Paper:</h3>
+ <ul>
+   <li><a href=" 2009-10-CODES-MPSoC.pdf">
+   A High-Level Virtual Platform for Early MPSoC Software Development
+   </a> (PDF)</li>
+ </ul>
+ 
+ <h2>BibTeX Entry:</h2>
+ <pre>
+ @inproceedings{1629438,
+  author = {Ceng, Jianjiang and Sheng, Weihua and Castrillon, Jeronimo and Stulova, Anastasia and Leupers, Rainer and Ascheid, Gerd and Meyr, Heinrich},
+  title = {A high-level virtual platform for early MPSoC software development},
+  booktitle = {CODES+ISSS '09: Proceedings of the 7th IEEE/ACM international conference on Hardware/software codesign and system synthesis},
+  year = {2009},
+  isbn = {978-1-60558-628-1},
+  pages = {11--20},
+  location = {Grenoble, France},
+  doi = {http://doi.acm.org/10.1145/1629435.1629438},
+  publisher = {ACM},
+  address = {New York, NY, 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/2009-10-CODES-MPSoC.pdf


Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.79 llvm-www/pubs/pubs.js:1.80
--- llvm-www/pubs/pubs.js:1.79	Sun Nov  8 15:26:44 2009
+++ llvm-www/pubs/pubs.js	Sun Nov  8 15:32:37 2009
@@ -11,20 +11,29 @@
 
   { url: "2009-10-CASES-ProgressiveSpill.html",
     title: "Progressive spill code placement",
-    published: "Proc. of the 2009 international conference on Compilers, architecture, and synthesis for embedded systems (CASES'09)",
     author: "Dietmar Ebner, Bernhard Scholz, and Andreas Krall",
+    published: "Proc. of the 2009 international conference on Compilers, architecture, and synthesis for embedded systems (CASES'09)",
     location: "Grenoble, France",
     month: 10,
     year: 2009},
 
    {url: "2009-10-CODES-TotalProf.html",
     title: "TotalProf: a fast and accurate retargetable source code profiler",
-    published: "Proc. of the 7th IEEE/ACM international conference on Hardware/software codesign and system synthesis (CODES+ISSS'09)",
    author: "Lei Gao, Jia Huang, Jianjiang Ceng, Rainer Leupers, Gerd Ascheid, and Heinrich Meyr",
+    published: "Proc. of the 7th IEEE/ACM international conference on Hardware/software codesign and system synthesis (CODES+ISSS'09)",
    location: "Grenoble, France",
     month: 10,
     year: 2009},
 
+  {url: "2009-10-CODES-MPSoC.html",
+   title: "A High-Level Virtual Platform for Early MPSoC Software Development",
+   author: "Jianjiang Ceng, Weihua Sheng, Jeronimo Castrillon, Anastasia Stulova, Rainer Leupers, Gerd Ascheid and Heinrich Meyr",
+   published: "Proc. of the 7th IEEE/ACM international conference on Hardware/software codesign and system synthesis (CODES+ISSS'09)",
+   location: "Grenoble, France",
+    month: 10,
+    year: 2009},
+
+
   {url: "",
    title: "AN-Encoding Compiler: Building Safety-Critical Systems with Commodity Hardware",
    published: "28th International Conference, SAFECOMP 2009",






More information about the llvm-commits mailing list