Floorplan and packaging architecture resources for the interested software professional? - Stack Overflow most recent 30 from stackoverflow.com2010-03-21T06:57:52Zhttp://stackoverflow.com/feeds/question/344755http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/344755/floorplan-and-packaging-architecture-resources-for-the-interested-software-profes4Floorplan and packaging architecture resources for the interested software professional?Paul Nathanhttp://stackoverflow.com/users/262272008-12-05T18:34:47Z2009-02-11T23:30:48Z
<p>One of the more interesting things I've run into lately is the art and science of laying out chip floorplan and determining packaging for the silicon. I would like to read some materials on the subject for the "Interested Software Guy".</p>
<p>Does anyone have any recommendations (Website or book, so long as it is a good quality)?</p>
http://stackoverflow.com/questions/344755/floorplan-and-packaging-architecture-resources-for-the-interested-software-profes/522970#52297011Answer by lpfavreau for Floorplan and packaging architecture resources for the interested software professional?lpfavreauhttp://stackoverflow.com/users/359352009-02-07T02:11:42Z2009-02-11T14:43:24Z<p>This is a result of my search on the subject as I was curious about your question and this is where I would start myself. Sorry I am not a specialist on the subject but hope it can kick-start you!</p>
<p>Seems <a href="http://en.wikipedia.org/wiki/Floorplan_(microelectronics)" rel="nofollow">floorplan</a> optimization is a matter of <a href="http://en.wikipedia.org/wiki/Combinatorial_optimization" rel="nofollow">combinatorial optimization</a>.</p>
<p>As a developer, you'll want to tackle the theory behind it and most likely some proven algorithms. You might then be interested by books such as:</p>
<ul>
<li><a href="http://rads.stackoverflow.com/amzn/click/3540779736" rel="nofollow">Computational Geometry: Algorithms and Applications</a> by Mark de Berg and al.</li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0471359432" rel="nofollow">Integer and Combinatorial Optimization</a> by Laurence A. Wolsey and al.</li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0471984892" rel="nofollow">Algorithms for VLSI Design Automation</a> by Sabih H. Gerez</li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0849372429" rel="nofollow">Handbook of Algorithms for Physical Design Automation</a> by Charles J. Alpert and al.</li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0792381688" rel="nofollow">Evolutionary Algorithms for VLSI CAD</a> by Rolf Drechsler</li>
</ul>
<p>It's a bit more difficult to get links on this subject, but if you're a member of IEEE Xplore, you might want to look at <a href="http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=4348253" rel="nofollow">this paper</a> and other similar ones.</p>
<p>Finally, on the <a href="http://en.wikipedia.org/wiki/Floorplan_(microelectronics)" rel="nofollow">floorplan wikipedia entry</a>, you'll notice this on sliceable floorplans that might give you your best starting point:</p>
<blockquote>
<p>Sliceable floorplans have been used in
a number of early EDA tools for a
number of reasons. <strong>Sliceable
floorplans may be conveniently
represented by binary trees which
correspond to the order of slicing</strong>.
What is more important, a number of
NP-hard problems with floorplans have
polynomial time algorithms when
restricted to sliceable floorplans</p>
</blockquote>
<p>Good luck!</p>
http://stackoverflow.com/questions/344755/floorplan-and-packaging-architecture-resources-for-the-interested-software-profes/524597#5245970Answer by BCS for Floorplan and packaging architecture resources for the interested software professional?BCShttp://stackoverflow.com/users/13432009-02-07T21:11:04Z2009-02-07T21:11:04Z<p>There seems to be a class on this at Carnegie Mellon</p>
<p><a href="http://www.ece.cmu.edu/~ee760/" rel="nofollow">VLSI CAD</a></p>
<p>some of the lecture notes that looked more interesting than others:</p>
<ul>
<li><a href="http://www.ece.cmu.edu/~ee760/760assignments.html" rel="nofollow">All Notes</a></li>
<li><a href="http://www.ece.cmu.edu/~ee760/760docs/lec11.pdf" rel="nofollow">layout</a> </li>
<li><a href="http://www.ece.cmu.edu/~ee760/760docs/lec16-proj3.pdf" rel="nofollow">"Floorplanning"</a></li>
<li><a href="http://www.ece.cmu.edu/~ee760/760docs/S99maze.pdf" rel="nofollow">maze search</a></li>
</ul>
<p>That site make references to one or more books that this fellow published:</p>
<ul>
<li><a href="http://www.cs.ucla.edu/~majid/" rel="nofollow">Majid Sarrafzadeh</a></li>
</ul>
<p>Also I found a short tutorial <a href="http://www.radio-electronics.com/info/data/semicond/asic/asic.php" rel="nofollow">here</a></p>
http://stackoverflow.com/questions/344755/floorplan-and-packaging-architecture-resources-for-the-interested-software-profes/539350#5393500Answer by tsilb for Floorplan and packaging architecture resources for the interested software professional?tsilbhttp://stackoverflow.com/users/111122009-02-11T23:30:48Z2009-02-11T23:30:48Z<p>AutoCAD is a classic... Though on my limited budget I prefer <a href="http://www.rhino3d.com/" rel="nofollow">Rhino 2.0</a>.</p>