[llvm-commits] CVS: llvm-www/pubs/2008-11-ICCAD-MCSim.html 2008-11-ICCAD-MCSim.pdf pubs.js

Chris Lattner sabre at nondot.org
Sat Jun 27 12:04:55 PDT 2009



Changes in directory llvm-www/pubs:

2008-11-ICCAD-MCSim.html added (r1.1)
2008-11-ICCAD-MCSim.pdf added (r1.1)
pubs.js updated: 1.27 -> 1.28
---
Log message:

Add "MC-Sim: an efficient simulation tool for MPSoC designs", from ICCAD'08


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

 2008-11-ICCAD-MCSim.html |   62 +++++++++++++++++++++++++++++++++++++++++++++++
 2008-11-ICCAD-MCSim.pdf  |    0 
 pubs.js                  |    8 ++++++
 3 files changed, 70 insertions(+)


Index: llvm-www/pubs/2008-11-ICCAD-MCSim.html
diff -c /dev/null llvm-www/pubs/2008-11-ICCAD-MCSim.html:1.1
*** /dev/null	Sat Jun 27 14:03:42 2009
--- llvm-www/pubs/2008-11-ICCAD-MCSim.html	Sat Jun 27 14:03:32 2009
***************
*** 0 ****
--- 1,62 ----
+ <!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>MC-Sim: an efficient simulation tool for MPSoC designs</title>
+ </head>
+ <body>
+ 
+ <div class="pub_title">
+   MC-Sim: an efficient simulation tool for MPSoC designs
+ </div>
+ <div class="pub_author">
+   Jason Cong, Karthik Gururaj, Guoling Han, Adam Kaplan, Mishali Naik, and Glenn Reinman
+ </div>
+ 
+ <h2>Abstract:</h2>
+ <blockquote>
+ The ability to integrate diverse components such as processor cores, memories, custom hardware blocks and complex network-on-chip (NoC) communication frameworks onto a single chip has greatly increased the design space available for system-on-chip (SoC) designers. Efficient and accurate performance estimation tools are needed to assist the designer in making design decisions. In this paper, we present MC-Sim, a heterogeneous multi-core simulator framework which is capable of accurately simulating a variety of processor, memory, NoC configurations and application specific coprocessors. We also describe a methodology to automatically generate fast, cycle-true behavioral, C-based simulators for coprocessors using a high-level synthesis tool and integrate them with MC-Sim, thus augmenting it with the capacity to simulate coprocessors. Our C-based simulators provide on an average 45x improvement in simulation speed over that of RTL descriptions. We have used this framework to s!
 imulate a number of real-life applications such as the MPEG4 decoder and litho-simulation, and experimented with a number of design choices. Our simulator framework is able to accurately model the performance of these applications (only 7% off the actual implementation) and allows us to explore the design space rapidly and achieve interesting design implementations.
+ </blockquote>
+ 
+ <h2>Published:</h2>
+ <blockquote>
+ "MC-Sim: an efficient simulation tool for MPSoC designs"<br>
+ Jason Cong, Karthik Gururaj, Guoling Han, Adam Kaplan, Mishali Naik, and
+ Glenn Reinman.<br>
+ <i>
+ Proceedings of the 2008 IEEE/ACM International Conference on Computer-Aided Design (ICCAD'08)
+ </i>, San Jose, CA, November 2008.
+ </blockquote>
+ <h2>Download:</h2>
+ <h3>Paper:</h3>
+ <ul>
+   <li><a href="2008-11-ICCAD-MCSim.pdf">
+   MC-Sim: an efficient simulation tool for MPSoC designs
+   </a> (PDF)</li>
+ </ul>
+ 
+ <h2>BibTeX Entry:</h2>
+ <pre>
+ @inproceedings{1509541,
+  author = {Cong, Jason and Gururaj, Karthik and Han, Guoling and Kaplan, Adam and Naik, Mishali and Reinman, Glenn},
+  title = {MC-Sim: an efficient simulation tool for MPSoC designs},
+  booktitle = {ICCAD '08: Proceedings of the 2008 IEEE/ACM International Conference on Computer-Aided Design},
+  year = {2008},
+  isbn = {978-1-4244-2820-5},
+  pages = {364--371},
+  location = {San Jose, California},
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ, 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/2008-11-ICCAD-MCSim.pdf


Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.27 llvm-www/pubs/pubs.js:1.28
--- llvm-www/pubs/pubs.js:1.27	Sat Jun 27 03:13:35 2009
+++ llvm-www/pubs/pubs.js	Sat Jun 27 14:03:32 2009
@@ -156,6 +156,14 @@
     month: 11,
     year: 2008},
 
+  {url: '2008-11-ICCAD-MCSim.html',
+   title: "MC-Sim: an efficient simulation tool for MPSoC designs",
+   author: "Jason Cong, Karthik Gururaj, Guoling Han, Adam Kaplan, Mishali Naik, and Glenn Reinman",
+   published: "Proc. of the 2008 IEEE/ACM International Conference on Computer-Aided Design (ICCAD'08)",
+   location: "San Jose, CA",
+   month: 11,
+   year: 2008},
+
   {url: '2008-10-04-ACAT-LLVM-Intro.html',
    title: 'Introduction to the LLVM Compiler System',
    author: 'Chris Lattner',






More information about the llvm-commits mailing list