<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">

<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title>XrossTalk Magazine  </title>

<link rel="stylesheet" href="http://xrosstalkmag.com/wp-content/themes/xtalk/style.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="XrossTalk Magazine RSS Feed" href="http://xrosstalkmag.com/feed/" />
<link rel="pingback" href="http://xrosstalkmag.com/xmlrpc.php" />


<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://xrosstalkmag.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://xrosstalkmag.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 2.7" />

<link rel="stylesheet" type="text/css" href="http://xrosstalkmag.com/wp-content/plugins/post-avatar/head/gkl-postavatar.css" /></head>
<body>
    <div class="container">
        <div class="main">
            <div class="content-container">
                <div class="header">
                    <h1><a href="http://xrosstalkmag.com/">XrossTalk Magazine</a></h1>
                    <h2>XrossTalk Magazine</h2>
                    
                    		<script type="text/javascript">
			var zindex=100;
			function showmenu(menuid,buttonid) {
				if (eval('typeof(menuisvisible_'+menuid+')==\'undefined\'')) {
					eval('menuisvisible_'+menuid+'=false; showingmenu_'+menuid+'=false; hidingmenu_'+menuid+'=false; menubuttonid_'+menuid+'=\''+buttonid+'\'');
				}
				eval('shouldshowmenu_'+menuid+'=true;');
				showmenunow(menuid);
			}
			function showmenunow(menuid) {
				if (eval('menuisvisible_'+menuid+'==false') && eval('shouldshowmenu_'+menuid+'==true') && eval('showingmenu_'+menuid+'==false') && eval('hidingmenu_'+menuid+'==false')) {
					eval('shouldhidemenu_'+menuid+'=false; showingmenu_'+menuid+'=true');
					
					var obj = document.getElementById(eval('menubuttonid_'+menuid));
					var curleft = curtop = 0;
					var i = 1;
					while (obj) {
						curleft += obj.offsetLeft;
						curtop += obj.offsetTop;
						obj = obj.offsetParent;
						i++;
					}
					
					var e=document.getElementById(menuid);
					e.style.position="absolute";
					e.style.top=curtop+"px";
					e.style.left=curleft+"px";
					e.style.display="inline";
					e.style.zIndex=zindex++;
					time = 500;
					p=50;
					t=0;
					s= 100/(time/p);
					o=0;
					changeOpac(o,menuid);
					while (o<=100) {
						setTimeout("changeOpac("+Math.round(o)+",'"+menuid+"')",t);
						o=o+s;
						t = t+p;
					}
					setTimeout('showingmenu_'+menuid+'=false; menuisvisible_'+menuid+'=true; hidemenunow(\''+menuid+'\');',t+p);
				}
				
			}
			function hidemenu(menuid) {
				eval('shouldshowmenu_'+menuid+'=false');
				setTimeout('hidemenunow(\''+menuid+'\')', 600);
			}
			function hidemenunow(menuid) {
				if (eval('menuisvisible_'+menuid+'==true') && eval('shouldshowmenu_'+menuid+'==false') && eval('hidingmenu_'+menuid+'==false') && eval('showingmenu_'+menuid+'==false')) {
					eval('hidingmenu_'+menuid+'=true');
					time = 500;
					p=50;
					t=0;
					s= 100/(time/p);
					o=100;
					changeOpac(o,menuid);
					while (o>=0) {
						setTimeout("changeOpac("+Math.round(o)+",'"+menuid+"')",t);
						o=o-s;
						t = t+p;
					}
					setTimeout('document.getElementById(\''+menuid+'\').style.left= \'-999em\';changeOpac(100,\''+menuid+'\'); hidingmenu_'+menuid+'=false; menuisvisible_'+menuid+'=false; showmenunow(\''+menuid+'\');',t+p);
				}
			}
			function changeOpac(opacity, id) { 
			    var object = document.getElementById(id).style; 
			    object.opacity = (opacity / 100); 
			    object.MozOpacity = (opacity / 100); 
			    object.KhtmlOpacity = (opacity / 100); 
			    object.filter = "alpha(opacity=" + opacity + ")"; 
			}
		</script>
					
		<ul id="tabbar">
					<li class="tabselected" id="front_page_button"><a href="http://xrosstalkmag.com" title="Back to the front page" id="front_page_tab"><b><i>Home</i></b></a></li>
			
					<li class="tab" id="download_issues_button"><a href="http://xrosstalkmag.com/download-issues/" title="download issues" id="download_issues_tab"><b><i>Download Issues</i></b></a></li>
			
					<li class="tab" id="archives_button" onmouseover="showmenu('archives_menu','archives_button');" onmouseout="hidemenu('archives_menu');"><a href="http://xrosstalkmag.com/archives/" title="archives" id="archives_tab"><b><i>Archives</i></b></a><div class="dmenu" id="archives_menu" onmouseover="showmenu('archives_menu','archives_button');" onmouseout="hidemenu('archives_menu');">
						<ul>
						</ul>
					</div>
					</li>
			
					<li class="tab" id="contact_button" onmouseover="showmenu('contact_menu','contact_button');" onmouseout="hidemenu('contact_menu');"><a href="http://xrosstalkmag.com/contact/" title="contact" id="contact_tab"><b><i>Contact</i></b></a><div class="dmenu" id="contact_menu" onmouseover="showmenu('contact_menu','contact_button');" onmouseout="hidemenu('contact_menu');">
						<ul>
						</ul>
					</div>
					</li>
			
					<li class="tab" id="about_button" onmouseover="showmenu('about_menu','about_button');" onmouseout="hidemenu('about_menu');"><a href="http://xrosstalkmag.com/about/" title="about" id="about_tab"><b><i>About</i></b></a><div class="dmenu" id="about_menu" onmouseover="showmenu('about_menu','about_button');" onmouseout="hidemenu('about_menu');">
						<ul>
						</ul>
					</div>
					</li>
			                </div>
    <div class="content clearfix">                    
        <div class="content-main">
                                                <div class="post" id="post-51">                        
                        <dl>
                            <dt>
                                <span>
                                    <b>24</b>
                                    <i>Jul</i>
                                </span>
                                <a href="http://xrosstalkmag.com/2009/07/next-issue-coming-out-this-fall/" rel="bookmark" title="Permanent Link to Next Issue Coming Out This Fall">Next Issue Coming Out This Fall</a>
                            </dt>
                            <dd>
                                <div class="post-content">
                                    <p>XrossTalk has been on hiatius this past spring but I just wanted to update everyone and let you know I am working on the next issue that will be coming out this fall. Right now the feature is going to be on simulating and generating S-parameters so it should be a good issue.</p>
                                    
                                    <div class="post-properties">
                                        <a href="http://xrosstalkmag.com/2009/07/next-issue-coming-out-this-fall/#comments" class="comments">No comments</a>                                                                                
                                        Posted by: <a href="#">admin</a> in <a href="http://xrosstalkmag.com/category/news/" title="View all posts in News" rel="category tag">News</a> on July 24th, 2009                                         
                                    </div>                                                    
                                </div>                                 
                            </dd>
                        </dl>
                    </div>
                                    <div class="post" id="post-47">                        
                        <dl>
                            <dt>
                                <span>
                                    <b>4</b>
                                    <i>Feb</i>
                                </span>
                                <a href="http://xrosstalkmag.com/2009/02/designcon-tec-panel-splitting-power-planes/" rel="bookmark" title="Permanent Link to DesignCon Tec Panel: Splitting Power Planes">DesignCon Tec Panel: Splitting Power Planes</a>
                            </dt>
                            <dd>
                                <div class="post-content">
                                    <p><img class="alignnone size-medium wp-image-49" title="designcon_blog31" src="http://xrosstalkmag.com/wp-content/uploads/2009/02/designcon_blog31-300x200.jpg" alt="designcon_blog31" width="300" height="200" /></p>
<p>Monday afternoon I attended the <a href="http://www.designcon.com/2009/attendees/schedule/1_tp_m3.asp">Tec Panel</a> titled &#8220;Power Distribution Planes: To Split Or Not To Split&#8221; which talked about splitting the power plane in a PCB design to accomodate different power supplies. This is very common in the industry because you can reduce cost by using less layers in your design if you put multiple power supplies together on one plane.</p>
<p>The panel was going to be chaired by Istvan Novak but unfortunately he had to have minor surgery and couldn&#8217;t make it (get well Istvan!) so Bruce Archambeault took over as the chair and did a good job.</p>
<p>So the panel tried to address the issue of what happens when you do have a split power plane and than need to route signals over the plane. Of course everyone agreed to try and avoid this if possible but sometimes you can&#8217;t avoid it.</p>
<p>Here are some of the notes I jotted down from the various panelists:</p>
<ul>
<li>You need to try and quantify the EMI and SI impact of routing over a power split. You can do this by looking at the transfer impedance.</li>
<li>Adding a solid plane below the split power plane can help from a little to a lot</li>
<li>Another knob you can turn is trying to control the current di/dt to reduce the impact of routing over a power split</li>
<li>Need to think about the return current and where it is going. You can measure/estimate the return current in the top plane to get an idea of the impact</li>
<li>Using differential signals helps alleviate SI issues with routing over split planes</li>
<li>Voltage islands will couple together with varying intensity based upon resonant frequencies</li>
<li>Can change spacing of voltage island separation to reduce impact</li>
<li>EBG structures can be used to create narrow band bandgap isolation</li>
</ul>
<p>I think Prof. Swaminathan had an interesting presentation describing EBG structures and how they can be used to help create isolation at certain frequency ranges which can be useful for PCB designs with sensitive analog components like ADC&#8217;s that also have digital components.</p>
                                    
                                    <div class="post-properties">
                                        <a href="http://xrosstalkmag.com/2009/02/designcon-tec-panel-splitting-power-planes/#comments" class="comments">No comments</a>                                                                                
                                        Posted by: <a href="#">Tim</a> in <a href="http://xrosstalkmag.com/category/uncategorized/" title="View all posts in Uncategorized" rel="category tag">Uncategorized</a> on February 4th, 2009                                         
                                    </div>                                                    
                                </div>                                 
                            </dd>
                        </dl>
                    </div>
                                    <div class="post" id="post-45">                        
                        <dl>
                            <dt>
                                <span>
                                    <b>4</b>
                                    <i>Feb</i>
                                </span>
                                <a href="http://xrosstalkmag.com/2009/02/designcon-killed-the-video-star/" rel="bookmark" title="Permanent Link to DesignCon Killed the Video Star">DesignCon Killed the Video Star</a>
                            </dt>
                            <dd>
                                <div class="post-content">
                                    <p>Unfortunately I wasn&#8217;t able to resolve the logisitics issues here at DesignCon and will not be able to do any video interviews. I am still taking photos and talking to people so I&#8217;ll still have plenty to cover in my writeup. I&#8217;m going to try and post some pictures this afternoon. If you see me around today be sure to stop and say hello!</p>
                                    
                                    <div class="post-properties">
                                        <a href="http://xrosstalkmag.com/2009/02/designcon-killed-the-video-star/#comments" class="comments">No comments</a>                                                                                
                                        Posted by: <a href="#">Tim</a> in <a href="http://xrosstalkmag.com/category/uncategorized/" title="View all posts in Uncategorized" rel="category tag">Uncategorized</a> on February 4th, 2009                                         
                                    </div>                                                    
                                </div>                                 
                            </dd>
                        </dl>
                    </div>
                                    <div class="post" id="post-40">                        
                        <dl>
                            <dt>
                                <span>
                                    <b>3</b>
                                    <i>Feb</i>
                                </span>
                                <a href="http://xrosstalkmag.com/2009/02/designcon-day-1-wrap-up/" rel="bookmark" title="Permanent Link to DesignCon Day 1 Wrap-Up">DesignCon Day 1 Wrap-Up</a>
                            </dt>
                            <dd>
                                <div class="post-content">
                                    <p><img class="alignnone size-large wp-image-41" title="designcon_blog2" src="http://xrosstalkmag.com/wp-content/uploads/2009/02/designcon_blog2-1024x682.jpg" alt="designcon_blog2" width="614" height="409" /></p>
<p>We spent most of the day getting things setup and planning for the rest of the week. Unforunately we had to postpone our video interviews today due to some logistic issues that we hope will be resolved tomorrow. I didn&#8217;t get a chance to go to any of the tutorial sessions today but I did get a chance to go to the <a href="http://www.designcon.com/2009/attendees/schedule/1_tp_m3.asp">technical pane</a>l &#8216;Power Distribution Planes: To Split Or Not to Split?&#8217; which was pretty interesting. I&#8217;m going to put up a post tomorrow with some of my session notes for this panel.</p>
<p>It was a long day of setup/planning but with the Exhibit floor opening tomorrow and a full day of papers we should get some good coverage.</p>
<p>If you see me around the conference be sure to stop and say hello!</p>
                                    
                                    <div class="post-properties">
                                        <a href="http://xrosstalkmag.com/2009/02/designcon-day-1-wrap-up/#comments" class="comments">No comments</a>                                                                                
                                        Posted by: <a href="#">Tim</a> in <a href="http://xrosstalkmag.com/category/designcon/" title="View all posts in DesignCon" rel="category tag">DesignCon</a> on February 3rd, 2009                                         
                                    </div>                                                    
                                </div>                                 
                            </dd>
                        </dl>
                    </div>
                                    <div class="post" id="post-36">                        
                        <dl>
                            <dt>
                                <span>
                                    <b>2</b>
                                    <i>Feb</i>
                                </span>
                                <a href="http://xrosstalkmag.com/2009/02/live-from-designcon-2009/" rel="bookmark" title="Permanent Link to Live From DesignCon 2009">Live From DesignCon 2009</a>
                            </dt>
                            <dd>
                                <div class="post-content">
                                    <p style="text-align: center;"><img class="size-medium wp-image-37 aligncenter" title="designcon_blog1" src="http://xrosstalkmag.com/wp-content/uploads/2009/02/designcon_blog1-300x200.jpg" alt="designcon_blog1" width="300" height="200" /></p>
<p>We have arrived at DesignCon 2009! Be sure to follow us this week as we put up posts of the conference. XrossTalk Magazine is a media sponsor for this event and we&#8217;ll be bringing news from the conference all week.</p>
<p>Hope to see you there!</p>
                                    
                                    <div class="post-properties">
                                        <a href="http://xrosstalkmag.com/2009/02/live-from-designcon-2009/#comments" class="comments">No comments</a>                                                                                
                                        Posted by: <a href="#">Tim</a> in <a href="http://xrosstalkmag.com/category/designcon/" title="View all posts in DesignCon" rel="category tag">DesignCon</a> on February 2nd, 2009                                         
                                    </div>                                                    
                                </div>                                 
                            </dd>
                        </dl>
                    </div>
                                    <div class="post" id="post-31">                        
                        <dl>
                            <dt>
                                <span>
                                    <b>30</b>
                                    <i>Jan</i>
                                </span>
                                <a href="http://xrosstalkmag.com/2009/01/january-issue-is-available/" rel="bookmark" title="Permanent Link to January Issue Is Available">January Issue Is Available</a>
                            </dt>
                            <dd>
                                <div class="post-content">
                                    <p><a href="http://www.xrosstalkmag.com/download-issues/"><img class="alignnone size-full wp-image-32" title="jan09_cover" src="http://xrosstalkmag.com/wp-content/uploads/2009/01/jan09_cover.png" alt="jan09_cover" width="232" height="299" /></a></p>
<p>Just want to let everyone know that the January issue of XrossTalk is now available for <a href="http://www.xrosstalkmag.com/download-issues/">download</a>. This issue is all about next generation SerDes design and we have some great articles.</p>
<p>Leave your comments on this issue and let me know what you think!</p>
                                    
                                    <div class="post-properties">
                                        <a href="http://xrosstalkmag.com/2009/01/january-issue-is-available/#comments" class="comments">No comments</a>                                                                                
                                        Posted by: <a href="#">Tim</a> in <a href="http://xrosstalkmag.com/category/uncategorized/" title="View all posts in Uncategorized" rel="category tag">Uncategorized</a> on January 30th, 2009                                         
                                    </div>                                                    
                                </div>                                 
                            </dd>
                        </dl>
                    </div>
                                    <div class="post" id="post-21">                        
                        <dl>
                            <dt>
                                <span>
                                    <b>26</b>
                                    <i>Jan</i>
                                </span>
                                <a href="http://xrosstalkmag.com/2009/01/a-new-year-and-a-new-look/" rel="bookmark" title="Permanent Link to A New Year and A New Look">A New Year and A New Look</a>
                            </dt>
                            <dd>
                                <div class="post-content">
                                    <p><img class="alignnone size-medium wp-image-22" title="new xrosstalk magazine layout" src="http://xrosstalkmag.com/wp-content/uploads/2009/01/crowd-300x200.jpg" alt="new xrosstalk magazine layout" width="300" height="200" /></p>
<p>Happy 2009 to all XrossTalk readers!</p>
<p>You can see that we have been busy here at XrossTalk making some new changes in the New Year. We have a new webiste up and running built on a much better content management system. This will help us keep the site up to date and running smooth. Take a look around and let us know what you think of the new and improved site!</p>
<p>There still might be a few bugs as we iron things out this week but look for the next issue of XrossTalk coming out at the end of this week!</p>
<p>And if you haven&#8217;t heard yet XrossTalk is going to be at DesignCon 2009 as a media sponsor so we are going to have some great coverage of the event on our site and in a special March issue!</p>
<p>Stay tuned for more details!</p>
<p>Best Regards,</p>
<p>Tim Coyle</p>
<p>Editor In Chief</p>
                                    
                                    <div class="post-properties">
                                        <a href="http://xrosstalkmag.com/2009/01/a-new-year-and-a-new-look/#comments" class="comments">No comments</a>                                                                                
                                        Posted by: <a href="#">Tim</a> in <a href="http://xrosstalkmag.com/category/news/" title="View all posts in News" rel="category tag">News</a> on January 26th, 2009                                         
                                    </div>                                                    
                                </div>                                 
                            </dd>
                        </dl>
                    </div>
                
            <div class="navigation">
                <div class="alignleft"></div>
                <div class="alignright"></div>
            </div>

	                </div>                            	

                <div class="content-side" id="sidebar">
                    <ul>                        
                        <li>
                            <div class="widget">                        
                                <dl>
                                    <dt>Sponsors</dt>
                                    <dd>
                                        <div>
                                            <table cellpadding="0" cellspacing="0" class="sponsors">
                                                <tr>
                                                    <th scope="row"><span class="img"><span style="color: #F00; font-style: italic; font-weight: bold;">The group is empty or the banners in it are disabled/expired!</span></span></th>
                                                    <td><span class="img"><span style="color: #F00; font-style: italic; font-weight: bold;">The group is empty or the banners in it are disabled/expired!</span></span></td>                                                
                                                </tr>
                                                <tr>
                                                    <th scope="row"><span class="img"><span style="color: #F00; font-style: italic; font-weight: bold;">The group is empty or the banners in it are disabled/expired!</span></span></th>
                                                    <td><span class="img"><span style="color: #F00; font-style: italic; font-weight: bold;">The group is empty or the banners in it are disabled/expired!</span></span></td>                                                
                                                </tr>   
                                            </table>
                                        </div>                                 
                                    </dd>
                                </dl>                                                        
                            </div>
                        </li>                        
                        
                         <li>
<div class="widget">
    <dl>
                                    <dt>Current Issue</dt>
                                    <dd>
                                        <div>
<p align="center">
<a href="http://www.xrosstalkmag.com/download_issues/"> <img src="http://www.xrosstalkmag.com/custom_images/jan09_cover" alt="download current issue" /></a>

<p><a href="http://www.xrosstalkmag.com/download_issues/">Get </a>the January Issue of XrossTalk Magazine today!</p>
</p>
                                        </div>                                 
                                    </dd>
                                </dl>                                                        
                            </div>
</li>
 <li>
<div class="widget latest-video">                        
                                <dl>
                                    <dt>Latest video</dt>
                                    <dd>
                                        <div>
<object width="225" height="185"><param name="movie" value="http://www.youtube.com/v/7K2Rbuc8Gsc&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/7K2Rbuc8Gsc&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="225" height="185"></embed></object>                                            
                                        </div>                                 
                                    </dd>
                                </dl>                                                        
                            </div>
</li>
 <li>
                            <a href="http://xrosstalkmag.com/feed/" class="rss">RSS</a>
                        </li>
                                                
                        <li>
                            <div class="search">
                                <form method="get" id="searchform" action="http://xrosstalkmag.com/">
<label class="hidden" for="s">Search for:</label>
<div><input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="" class="button" />
</div>
</form>
                                                         
                            </div>
                        </li>
                    </ul>
                </div>
            </div>

</div>
            
            <div class="summary" id="summary">
                 <div class="back-issues">
                    <h3>Back Issues</h3>
                    <p align="center"><a href="http://www.xrosstalkmag.com/download_issues/"> <img src="http://www.xrosstalkmag.com/custom_images/back_issues.png" alt="download back issues" /></a></p>
                    <p><a href="http://www.xrosstalkmag.com/download_issues/">Download </a> back issues of XrossTalk Magazine and catch up on the great articles that you missed!</p>
                </div>
 <div class="contact">
                    <h3>Contact Us</h3>
                    <p align="center">
                    <p>Want to give us some feedback? Send us a letter, email, or give us a call and let us know what you think.</p>
                     </p>

                    <ul>
                        <li>Tim Coyle</li>  
                        <li>Editor In Chief</li> 
                        <li>405 Western Ave #430</li>
                        <li>South Portland, ME  04106</li>
                        <li>Tel: 617 297 2566</li>
                        <li>E-mail: <a href="mailto:tim.coyle@xrosstalkmag.com">tim.coyle@xrosstalkmag.com</a></li>                    
                    </ul>
                </div>
 <div class="feature-article">
                    <h3>Feature Article</h3>
                    <p align="center">
                    <p>Look for each month's feature!</p>
                    </p>
                </div>
                
            </div>
        </div>	
    </div>        
    <div class="footer">
        <a href="/">Home</a> |  <a href="/download_issues/">Download Issues</a>  |  <a href="/archives/">Archives</a>  |  <a href="/contact/">Contact</a>  |  <a href="/about/">About</a>
    </div>

	   

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try{
var pageTracker = _gat._getTracker("UA-105874-2");
pageTracker._trackPageview();
} catch(err) {}
</script>
 
</body>
</html>
