<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>System-Level Design &#187; FPGA</title>
	<atom:link href="http://chipdesignmag.com/sld/blog/tag/fpga/feed/" rel="self" type="application/rss+xml" />
	<link>http://chipdesignmag.com/sld</link>
	<description>Deep Insights for Chip Architects and Engineers</description>
	<lastBuildDate>Tue, 29 May 2012 17:05:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>System Bits: April 24</title>
		<link>http://chipdesignmag.com/sld/blog/2012/04/24/system-bits-april-24/</link>
		<comments>http://chipdesignmag.com/sld/blog/2012/04/24/system-bits-april-24/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 15:39:29 +0000</pubDate>
		<dc:creator>ed</dc:creator>
				<category><![CDATA[News Stories]]></category>
		<category><![CDATA[Delft University of Technology]]></category>
		<category><![CDATA[FPGA]]></category>
		<category><![CDATA[Iowa State University]]></category>
		<category><![CDATA[MIT]]></category>
		<category><![CDATA[multicore]]></category>
		<category><![CDATA[quantum computing]]></category>
		<category><![CDATA[UC Santa Barbara]]></category>
		<category><![CDATA[USC]]></category>

		<guid isPermaLink="false">http://chipdesignmag.com/sld/?p=6689</guid>
		<description><![CDATA[Preventing simulator deadlock; cut, clarity, computer?]]></description>
			<content:encoded><![CDATA[<p><strong>Cut, clarity, computer?</strong></p>
<p>Diamonds are forever…or, at least, the effects of one particular diamond on quantum computing may be, according to a team that includes scientists from USC that built a <a href="http://news.usc.edu/#!/article/27023/quantum-computer-built-inside-a-diamond/">quantum computer  in a diamond</a>.</p>
<p>The diamond is the first of its kind to include protection against decoherence—noise that prevents a computer from functioning properly. A demonstration of the technology showed the viability of solid-state quantum computers, which unlike earlier gas- and liquid-state systems, may represent the future of quantum computing because they can easily be scaled up in size. Comparatively, current quantum computers typically are very small but cannot yet compete with the speed of larger, traditional computers.</p>
<p>The multinational team included University of Southern California (USC) professor Daniel Lidar and USC postdoctoral researcher Zhihui Wang, as well as researchers from the Delft University of Technology in the Netherlands, Iowa State University and the University of California, Santa Barbara. </p>
<div id="attachment_6690" class="wp-caption alignnone" style="width: 345px"><a href="http://chipdesignmag.com/sld/files/2012/04/diamond.jpg"><img src="http://chipdesignmag.com/sld/files/2012/04/diamond.jpg" alt="" width="335" height="329" class="size-full wp-image-6690" /></a><p class="wp-caption-text">The diamond in the center measures 1 mm by 1 mm. (Source: Delft University of Technology/UC Santa Barbara)</p></div>
<p>The diamond quantum computer system featured two quantum bits, or qubits, made of subatomic particles. As opposed to traditional computer bits that can encode distinctly either a one or a zero, qubits can encode a one and a zero at the same time. This property, called superposition, along with the ability of quantum states to “tunnel” through energy barriers, some day will allow quantum computers to perform optimization calculations much faster than traditional computers, researchers said.</p>
<p>Solid-state computing systems have existed before but the team said this was the first to incorporate decoherence protection: using microwave pulses to continually switch the direction of the electron spin rotation. “It’s a little like time travel,” Lidar said, because switching the direction of rotation time-reverses the inconsistencies in motion as the qubits move back to their original position. The team demonstrated its diamond-encased system did indeed operate in a quantum fashion by seeing how closely it matched “Grover’s algorithm.”</p>
<p><strong>Preventing Simulator Deadlock</strong></p>
<p>With chips of the future likely to have hundreds or even thousands of cores, predicting how these massively multicore chips will behave is no easy task. While software simulations work up to a point more accurate simulations typically require hardware models: programmable chips that can be reconfigured to mimic the behavior of multicore chips.</p>
<p>Researchers from MIT’s Computer Science and Artificial Intelligence Laboratory (CSAIL) recently presented a new method to do just that: improve the <a href="http://web.mit.edu/newsoffice/2012/hardware-testing-multicore-0413.html">efficiency of hardware simulations</a> of multicore chips and guarantee that the simulator won’t go into “deadlock”—a state in which cores get stuck waiting for each other to relinquish system resources, such as memory. </p>
<p>This method is expected to make it easier for designers to develop simulations and for outside observers to understand what those simulations are intended to do.</p>
<p>Hardware simulations of multicore chips typically use FPGAs. However, chip architects using FPGAs to test multicore-chip designs must simulate the complex circuitry found in general-purpose microprocessors either by hooking together a lot of FPGAs but only modeling only a small portion of the whole chip design or by simulating the circuit behavior in stages, which is extremely slow. </p>
<p>Graduate students Asif Khan and Muralidaran Vijayaraghavan; their adviser, Arvind, the Charles W. and Jennifer C. Johnson Professor of Electrical Engineering and Computer Science; and Silas Boyd-Wickizer, a CSAIL graduate student in the Parallel and Distributed Operating Systems Group, adopted the second approach for a simulation system they’ve dubbed “Arete.” However, the system uses a circuit design they developed that allows the ratio between real clock cycles and simulated cycles to fluctuate as needed thereby allowing for faster simulations and more economical use of the FPGA circuitry.</p>
<p>One advantage of their system, the CSAIL researchers said, is that it makes it easier for outside observers—and even for chip designers themselves—to understand what a simulation is intended to do. With other researchers’ simulators, it’s often the case that “the cycle-level specification for the machine that they’re modeling is in their heads,” Khan says. “What we’re proposing is, instead of having this in your head, let’s start with a specification. Let’s write it down formally, but in a language that is at a very high level of abstraction so it does not require you to write a lot of details. And once you have this specification that clearly tells you how the entire multicore model is going to behave every cycle, you can transform this automatically into an efficient mapping on the FPGA.” </p>
<p>The researchers’ high-level language, which they dubbed StructuralSpec, builds on the BlueSpec hardware design language that Arvind’s group helped develop in the late 1990s and early 2000s. The StructuralSpec user gives a high-level specification of a multicore model, and software spits out the code that implements that model on an FPGA. Where a typical, hand-coded hardware model might have about 30,000 lines of code, Khan says, a similar model implemented on StructuralSpec might have only 8,000 lines of code.</p>
<p><em>&#8211;Ann Mutschler</em></p>
]]></content:encoded>
			<wfw:commentRss>http://chipdesignmag.com/sld/blog/2012/04/24/system-bits-april-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrated IP Goes Vertical</title>
		<link>http://chipdesignmag.com/sld/blog/2010/03/25/integrated-ip-goes-vertical/</link>
		<comments>http://chipdesignmag.com/sld/blog/2010/03/25/integrated-ip-goes-vertical/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 13:48:00 +0000</pubDate>
		<dc:creator>ed</dc:creator>
				<category><![CDATA[Top Stories]]></category>
		<category><![CDATA[Actel]]></category>
		<category><![CDATA[Altera]]></category>
		<category><![CDATA[ARM]]></category>
		<category><![CDATA[Arteris]]></category>
		<category><![CDATA[FPGA]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[Virage Logic]]></category>
		<category><![CDATA[Xilinx]]></category>

		<guid isPermaLink="false">http://chipdesignmag.com/sld/?p=2642</guid>
		<description><![CDATA[Large IP vendors develop more complete solutions for specific markets; startups launch with goal of organizing IP]]></description>
			<content:encoded><![CDATA[<p><!--StartFragment--></p>
<p class="MsoNormal" style="margin-bottom: .0001pt"><!--StartFragment--></p>
<p class="MsoNormal">By Ed Sperling<br />
The consolidation of intellectual property from small developers to large players with integrated IP blocks is accelerating. Large IP companies are now developing integrated suites that are pre-tested for specific vertical markets, and new companies are sprouting up to make it easier to put even broader collections of IP together in meaningful ways.</p>
<p class="MsoNormal">
<p class="MsoNormal">It’s difficult to tell whether the trend is being driven more by the IP vendors or pulled through by chip developers looking to cut costs—or whether it builds upon the stamp of approval by foundries for certain pieces of IP. The net effect, however, is the creation of subsystems and partial platforms that are one step below reference platforms.</p>
<p class="MsoNormal">
<p class="MsoNormal">“A reference design suggests a complete solution,” said Eric Schorn, vice president of marketing for ARM’s processor division. “Customers don’t want us to go that far. But we are moving in a segment-oriented fashion. That’s the reason we bought a graphics processor company. We are making a processor along with a graphics socket for mobile phones and set-top boxes.”</p>
<p class="MsoNormal">
<p class="MsoNormal">The company isn’t alone in recognizing the opportunity for putting together more pieces of IP in very specific ways. Virage Logic’s recent acquisitions of ARC and NXP’s IP unit have positioned it to lead with integrated subsystems in markets such as high-performance audio and video.</p>
<p class="MsoNormal">
<p class="MsoNormal">“You have to have a reference platform these days,” said Yankin Tenurhan, vice president and general manager of Virage’s ARC business unit. “That’s not much different from the good old days of silicon, though, when you needed a complete solution and a full blown prototype. Philips, NXP, Texas Instruments and ST all have demonstrator chips for whatever you want on a cell phone. The same is happening in the IP world.”</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>Putting together the pieces</strong><br />
It’s not just the IP vendors that are putting together suites of IP. Two startups are focused on making IP easier to understand and integrate. Parallel Engines, which emerged from stealth mode this week, is focused on organizing IP by data mining pertinent information about everything from power requirements to the interfaces and interconnects.</p>
<p class="MsoNormal">
<p class="MsoNormal">“There are 12,000 pieces of IP out there, including 8,000 pieces of hard IP that are made by about 50 companies and about 4,000 pieces of soft IP,” said George Janac, CEO of Parallel Engines. “The hard IP is already in FPGAs from companies like Actel, Xilinx and Altera. You just need the soft IP to make it work.”</p>
<p class="MsoNormal">
<p class="MsoNormal">Somewhat conveniently, Janac’s brother, Charlie, is the CEO of Arteris, which makes network on chip technology that can be used to glue together these IP blocks.</p>
<p class="MsoNormal">
<p class="MsoNormal">“A company may have one or two pieces of IP that are the secret sauce and some software,” Charlie Janac said. “Why not drop those into an FPGA and connect up the other pieces of IP? Those two worlds are merging. We’re going to see much more custom logic on an FPGA.”</p>
<p class="MsoNormal">
<p class="MsoNormal">Another company involved in bringing IP together is Silicon IP, run by Kurt Wolf (formerly of TSMC), who said there’s a disconnect between chipmakers and IP vendors that still needs to be closed. “The chip guys distrust the IP industry,” Wolf said. “There’s more integration of IP, but there’s still a lack of confidence about how to choose, buy and license IP.”</p>
<p class="MsoNormal">
<p class="MsoNormal">Wolf’s company is focused more on bringing the two sides together with better information and connecting the pieces in an organized way.</p>
<p class="MsoNormal">
<p class="MsoNormal"><strong>The future</strong><br />
All of these efforts—by both large IP vendors and startups—are signs of just how important commercial IP has become in chip development. What began with embedded processors and standard memory designs has evolved into a huge market that actually gained momentum in the recent downturn.</p>
<p class="MsoNormal">
<p class="MsoNormal">Outsourcing is gaining ground at every level of business, even outside of the semiconductor world, but in the past most of the gains have been in areas where there was little value add. Outsourcing traditionally has been relegated to commodity services. What’s changing is that IP now includes areas that companies cannot do themselves <em>in addition to</em> those they don’t want to do, as well as the extremely tedious and time-consuming integration work that is necessary to create a final product.</p>
<p class="MsoNormal">
<p class="MsoNormal">When most analysts predicted a massive growth in IP at the beginning of the decade they were largely talking about small, relatively unsophisticated IP blocks pieces that can be put together by highly sophisticated companies. In the future, the differentiation may be less around the technology and more on getting very complex chips assembled and to market faster for specific market segments.</p>
<p class="MsoNormal">
<p><!--EndFragment--></p>
<p class="MsoNormal" style="margin-bottom: .0001pt">
<p><!--EndFragment--></p>
]]></content:encoded>
			<wfw:commentRss>http://chipdesignmag.com/sld/blog/2010/03/25/integrated-ip-goes-vertical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FPGAs Gain Ground In China</title>
		<link>http://chipdesignmag.com/sld/blog/2009/12/17/fpgas-gain-ground-in-china/</link>
		<comments>http://chipdesignmag.com/sld/blog/2009/12/17/fpgas-gain-ground-in-china/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 07:01:52 +0000</pubDate>
		<dc:creator>ed</dc:creator>
				<category><![CDATA[News Stories]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[FPGA]]></category>
		<category><![CDATA[Xilinx]]></category>

		<guid isPermaLink="false">http://chipdesignmag.com/sld/?p=2061</guid>
		<description><![CDATA[Lower barrier to entry, time to market issues spur growth; 3G activity drives sales.]]></description>
			<content:encoded><![CDATA[<p><!--StartFragment--></p>
<p class="MsoNormal" style="text-align: left" align="left">By The EEFocus Staff</p>
<p class="MsoNormal" style="text-align: left" align="left">
<p class="MsoNormal">FPGAs are booming in China. When Clement Cheung, director of marketing and applications at Xilinx Asia Pacific showed up to give a speech recently, he was worried not many people would come. He need not have worried.</p>
<p class="MsoNormal">
<p class="MsoNormal">The sales of all the major FPGA vendors show a significant bump in sales to the Asia/Pacific region. In Xilinx’s case, they exceed sales in North America, and there has been a huge increase in the number of FPGA engineers and engineers using FPGAs inside of China. This follows the shift of manufacturing to the Asia/Pacific region earlier this decade.</p>
<p class="MsoNormal">
<p class="MsoNormal">But Cheung said China is particularly important to FPGA vendors: “We pay more attention to the growth of Chinese enterprises because only they can truly influence the country.”</p>
<p class="MsoNormal">
<p class="MsoNormal">The proportion of FPGAs in communications and in the enterprise fell sharply following the 2001 downturn, but FPGA vendors managed to weather the latest downturn relatively intact by limiting their presence in communications to less than 50% and by hedging across multiple other markets.</p>
<p class="MsoNormal">
<p class="MsoNormal">“The main reason [for growth] is the 3G network deployment in countries like China,” said Clement Cheung. This was also one of the key reasons that the Asia/Pacific reason posted strong growth. Xilinx’s growth in China has been in the double digits, Cheung said.</p>
<p class="MsoNormal">
<p class="MsoNormal">FPGAs have been particularly popular because they lower the barrier of entry for design companies. It currently costs millions of dollars for an ASIC mask, but an FPGA is a much less expensive alternative. Huawei, which applied for the most patents inside of China in 2008, based a lot of its work on FPGAs.</p>
<p class="MsoNormal">
<p class="MsoNormal">“In China, FPGA engineers have a larger number and all of them stand on the same starting line,” Cheung said. “But FPGAs are more than a pure chip game. At present, most engineers need to consider signal integrity, layout, timing and other system-level issues.”</p>
<p class="MsoNormal">
<p class="MsoNormal">Xilinx CEO Moshe Gavrielov pointed out that the device functions had changed in the FPGA industry over the past 25 years, evolving from the simple circuit such as peripheral interface and glue logic to the main chip of whole system. “The concept of platform was not obvious because customers didn’t need too many application designs in the past. Today, the chip, software and whole design environment all need to be combined together for the project design.”</p>
<p class="MsoNormal">
<p><!--EndFragment--></p>
<p class="MsoNormal" style="text-align: left" align="left">&#8211;<em>EEFocus is the Chinese media partner of System-Level Design.</em></p>
<p><!--EndFragment--></p>
]]></content:encoded>
			<wfw:commentRss>http://chipdesignmag.com/sld/blog/2009/12/17/fpgas-gain-ground-in-china/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Are They Designing?</title>
		<link>http://chipdesignmag.com/sld/blog/2009/12/17/what-are-they-designing/</link>
		<comments>http://chipdesignmag.com/sld/blog/2009/12/17/what-are-they-designing/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 07:01:50 +0000</pubDate>
		<dc:creator>ed</dc:creator>
				<category><![CDATA[News Stories]]></category>
		<category><![CDATA[analog]]></category>
		<category><![CDATA[ASIC]]></category>
		<category><![CDATA[Custom Design]]></category>
		<category><![CDATA[FPGA]]></category>
		<category><![CDATA[Gate Array]]></category>

		<guid isPermaLink="false">http://chipdesignmag.com/sld/?p=2124</guid>
		<description><![CDATA[Survey results shows strong support for full custom devices and FPGAs]]></description>
			<content:encoded><![CDATA[<p><!--StartFragment--></p>
<p class="MsoNormal" style="margin-bottom: .0001pt"><!--StartFragment--></p>
<p class="MsoNormal">By John Blyler</p>
<p class="MsoNormal">A just completed EDA tools and technology survey of 140 engineers conducted over the past several weeks shows a strong push into full-custom devices and FPGAs. In fact, 32% of the ICs being designed by engineers using EDA tools were building full custom devices, and another 24% were building FPGAs. Only 9% were working on ASICs, although the ASICs tend to be large and extremely complex chips.</p>
<p class="MsoNormal">
<p class="MsoNormal">About 14% were designing analog arrays and another 11% were using gate arrays. Another 10% were building ASSPs.</p>
<p class="MsoNormal"><img class="alignnone size-full wp-image-2129" src="http://chipdesignmag.com/sld/files/2009/12/EDA_4Dec09_ICtype_jb_12893_image001.jpg" alt="EDA_4Dec09_ICtype_jb_12893_image001" width="434" height="300" /></p>
<p class="MsoNormal">
<p><!--EndFragment--></p>
<p class="MsoNormal" style="margin-bottom: .0001pt">
<p><!--EndFragment--></p>
]]></content:encoded>
			<wfw:commentRss>http://chipdesignmag.com/sld/blog/2009/12/17/what-are-they-designing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Week in Review: March 13</title>
		<link>http://chipdesignmag.com/sld/blog/2009/03/13/the-week-in-review-march-13/</link>
		<comments>http://chipdesignmag.com/sld/blog/2009/03/13/the-week-in-review-march-13/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 14:47:17 +0000</pubDate>
		<dc:creator>ed</dc:creator>
				<category><![CDATA[News Stories]]></category>
		<category><![CDATA[Altera]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[chartered]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[FPGA]]></category>
		<category><![CDATA[Mentor Graphics]]></category>
		<category><![CDATA[National Semiconductor]]></category>
		<category><![CDATA[smic]]></category>
		<category><![CDATA[Synopsys]]></category>
		<category><![CDATA[synplicity]]></category>
		<category><![CDATA[TSMC]]></category>
		<category><![CDATA[umc]]></category>

		<guid isPermaLink="false">http://chipdesignmag.com/sld/?p=875</guid>
		<description><![CDATA[Strange consistency in Taiwan's foundries, glimmers of hope, and new market directions. All this and more...]]></description>
			<content:encoded><![CDATA[<p><!--StartFragment--></p>
<p class="MsoNormal" style="margin-bottom: .0001pt">If you think things are bad, be glad you’re not in the Taiwanese foundry business—where the pain level is strangely uniform.</p>
<p class="MsoNormal" style="margin-bottom: .0001pt"> </p>
<p class="MsoNormal" style="margin-bottom: .0001pt"><strong>TSMC</strong>’s <a href="http://www.tsmc.com/tsmcdotcom/PRListingNewsAction.do?action=detail&amp;language=E&amp;newsid=3461">sales dropped</a> 59.5% in February compared to the same month last year, and 7.5% compared to January. How many ways can you spell ouch? </p>
<p class="MsoNormal" style="margin-bottom: .0001pt"> </p>
<p class="MsoNormal" style="margin-bottom: .0001pt"><strong>UMC</strong>’s <a href="http://www.umc.com/English/investors/2009_Montly_Rev.asp">numbers are down</a> 56.9 percent in February 2009 vs. the same period in 2008. That’s pretty close. In fact, it&#8217;s remarkably close.</p>
<p class="MsoNormal" style="margin-bottom: .0001pt"> </p>
<p class="MsoNormal" style="margin-bottom: .0001pt">This kind of information is only available in Taiwan. <strong>SMIC</strong>, based in Shanghai, and <strong>Chartered</strong>, based in Singapore, don’t report monthly sales numbers.</p>
<p class="MsoNormal" style="margin-bottom: .0001pt">Nevertheless, there was at least some <a href="http://ir.charteredsemi.com/phoenix.zhtml?c=93866&amp;p=irol-newsArticle&amp;t=Regular&amp;id=1264015&amp;">encouraging news</a> out of Chartered. It said that sales seem to be stabilizing and wafer starts appear to be increasing for Q2. </p>
<p class="MsoNormal" style="margin-bottom: .0001pt"> </p>
<p class="MsoNormal" style="margin-bottom: .0001pt">There is evidence of this showing up in other parts of the market. <a href="http://www.census.gov/marts/www/marts_current.html">U.S. retail sales</a>, excluding big-ticket items like cars, show modest increases in areas like clothes and consumer electronics. Numbers were up in January and February. It certainly wasn’t a robust gain, but it wasn’t negative, either. That will translate into new design starts sometime in the next few months, which barring any more major drops will start this whole cycle rolling again.</p>
<p class="MsoNormal" style="margin-bottom: .0001pt"> </p>
<p class="MsoNormal" style="margin-bottom: .0001pt">Design activity has to begin at least six months prior to any turnaround, which means that if the overall economy is expected to show growth in 2010,<span>  </span>electronic designs have to begin by mid-year—perhaps even sooner.</p>
<p class="MsoNormal" style="margin-bottom: .0001pt"> </p>
<p class="MsoNormal" style="margin-bottom: .0001pt">None of this is perfect, however. Why, for example, did <strong>National Semiconductor</strong> just announce plans to <a href="http://www.national.com/news/item/0,1735,1388,00.html">cut 26% of its workforce</a>? At least part of that can be explained by closing of an assembly and test plant in China and a fab in Texas. Too much capacity is expensive, and we wouldn’t be surprised if National ultimately begins outsourcing some of its work to foundries. Yes, it’s analog, but is it still more efficient to run fabs yourself, even if they’re fully depreciated, when TSMC and UMC are begging for business?</p>
<p class="MsoNormal" style="margin-bottom: .0001pt"> </p>
<p class="MsoNormal" style="margin-bottom: .0001pt">Meanwhile, in the FPGA realm, chip design is getting so complex that EDA vendors are finally beginning to find inroads. This is a market previously owned by tools from the FPGA vendors, which they readily gave away to customers at little or even no cost. That worked fine before the industry got to 90nm, and at 45nm it’s tough enough even with the best of tools.</p>
<p class="MsoNormal" style="margin-bottom: .0001pt"> </p>
<p class="MsoNormal" style="margin-bottom: .0001pt"><strong>Mentor</strong> introduced its <a href="http://www.mentor.com/company/news/precision-synthesis-tool-family">Precision Synthesis Tool</a> family for <strong>Altera</strong>’s Stratix and Arria families. Our guess is that you can expect to see a lot of activity in this market in the near future, and not just from Mentor.<span style="color: #551a8b;text-decoration: underline"> </span><strong>Synopsys</strong>’ purchase of Synplicity gives it a vested interest in the FPGA market, as well.</p>
<p class="MsoNormal" style="margin-bottom: .0001pt"> </p>
<p class="MsoNormal" style="margin-bottom: .0001pt"><em>&#8211;Ed Sperling</em></p>
<p><!--EndFragment--></p>
]]></content:encoded>
			<wfw:commentRss>http://chipdesignmag.com/sld/blog/2009/03/13/the-week-in-review-march-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>COTS Issues</title>
		<link>http://chipdesignmag.com/sld/blog/2008/12/11/cots-issues/</link>
		<comments>http://chipdesignmag.com/sld/blog/2008/12/11/cots-issues/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 20:57:31 +0000</pubDate>
		<dc:creator>ed</dc:creator>
				<category><![CDATA[Podcasts-Videos-Webcasts]]></category>
		<category><![CDATA[ESL]]></category>
		<category><![CDATA[FPGA]]></category>
		<category><![CDATA[systems]]></category>

		<guid isPermaLink="false">http://chipdesignmag.com/sld/?p=568</guid>
		<description><![CDATA[Why some engineers still miss custom-designed parts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://chipdesignmag.com/sld/blog/2008/12/11/cots-issues/"><em>Click here to view the embedded video.</em></a></p>
<p>What can go wrong when you use commercial off-the-shelf parts in military applications? We asked Daren McClearnon, an ESL specialst at Agilent.</p>
]]></content:encoded>
			<wfw:commentRss>http://chipdesignmag.com/sld/blog/2008/12/11/cots-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Devil in the Details: Trends in ASIC Prototyping</title>
		<link>http://chipdesignmag.com/sld/blog/2008/10/23/devil-in-the-details-trends-in-asic-prototyping/</link>
		<comments>http://chipdesignmag.com/sld/blog/2008/10/23/devil-in-the-details-trends-in-asic-prototyping/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 07:01:21 +0000</pubDate>
		<dc:creator>ed</dc:creator>
				<category><![CDATA[Top Stories]]></category>
		<category><![CDATA[Architectural]]></category>
		<category><![CDATA[ASIC]]></category>
		<category><![CDATA[ASSP]]></category>
		<category><![CDATA[DFM]]></category>
		<category><![CDATA[EDA]]></category>
		<category><![CDATA[FPGA]]></category>
		<category><![CDATA[Low Power]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Verification]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://chipdesignmag.com/sld/?p=360</guid>
		<description><![CDATA[Changing market conditions and designer needs point to growth in software models and hardware prototypes.]]></description>
			<content:encoded><![CDATA[<p>By John Blyler</p>
<p>Chips continue to grow in complexity. This is nothing new. But even at the existing process nodes of 180nm and 130nm, complexity is increasing as designers attempt to squeeze in more feature sets while shrinking the power budget and chip size. This growing complexity, married with the shift to time sensitive consumer product markets has led to an increase in the use of prototypes to verify these chips prior to production.</p>
<p>But what do users really seek in prototyping tools? The report that follows contains the summary and analysis of a survey conducted with more than 270 qualified respondents in the ASIC and related markets. The results track well with similar surveys in this space, but the details present some surprising implications.</p>
<h3>Application Markets</h3>
<p>Most responders listed the communication market as their primary product area, followed closely by the Consumer, Computer and Other markets (see Figure 1). Most prevalent &ldquo;Other&rdquo; markets were Industrial, followed Mil/Aero, Automotive and Medical.</p>
<div style="text-align:center">
	<img src="http://chipdesignmag.com/sld/files/2008/10/figure_1-300x121.gif" alt="" width="300" height="121" class="alignnone size-medium wp-image-441" /></p>
<p>Figure 1</p>
</div>
<p>In the category of communications, most respondents listed wireless handsets and wireless and wired networking as their chief application areas, followed closely by wireless base station design, telephony/VOIP and wireless Metro Area Networks (MANs). A small percent listed research, remote controllers, CDMA networks, fixed networks, telemetry and military as other areas of focus within communication category.</p>
<p>In the consumer market most respondents list multimedia designs &#8211; involving both video and audio subsystem &#8211; as their primary area for developing ASIC prototypes. Multimedia design concerns will be reflected proportionately in other parts of this survey, i.e., processor types, interfaces, etc.<span> </span>Interestingly, several designers listed games as their chief concern. That&rsquo;s a trend we will watch in future surveys.</p>
<p>Computer design issues were most closely tied to peripherals such as storage, printers and the like. PC and workstation systems came next, with others including prototyping systems, servers, data acquisition modules, and instrumentation and software/firmware design issues.</p>
<h3>Job Function</h3>
<p>Most of the respondents identified themselves as ASIC or ASSP designers, followed by engineering management, corporate management, verification engineers, system architects and software designers. A small percent of users listed their function as applications engineers, business development, academia and sales/marketing.</p>
<div style="text-align:center">
	<img src="http://chipdesignmag.com/sld/files/2008/10/figure_2.gif" alt="" width="281" height="156" class="alignnone size-medium wp-image-442" /></p>
<p>Figure 2</p>
</div>
<h3>ASIC/ASSP/SOC Design Details </h3>
<p>When asked to describe their current ASIC/ASSP/SoC design, more than half of the respondents indicated a design size of less than 5M gates, with that majority below 2M gates.</p>
<p>In terms of memory, most designers focus on SRAM memory, suggesting the strength of on-chip memory prototyping. Still, DDR and Flash memory account for about 22% each of memory usages.</p>
<p>Embedded processors usage is led by the MIPS processor, which matches up with the respondents&rsquo; applications markets. ARM, Tensilica and Intel comprised roughly 16% each of the remaining usage. Other processors used for ASIC prototyping ran the gamut from microcontrollers like the 8051, Microchip&rsquo;s PIC and Xilinc&rsquo;s MicroBlaze to proprietary cores. A large number of DSP cores also were cited, including Ceva Teak Lite, TI and in-house multimedia DSPs.</p>
<p>To the question concerning the types of external interfaces used in ASIC prototyping projects, the top three busses were PCI, USB and Ethernet. SPI, SATA, XAUI and HDMI finish up the lower quadrant. Though not listed in the survey, questions have arisen about the use of the PC-104 bus. Several experts believe PCI Express represents the path forward for PC-104. This projected growth will be the subject of a future survey.</p>
<p>The majority of users listed Serial RapidIO (sRIO) as the main external bus of choice under the &ldquo;other interface&rdquo; category. This is no surprise, since the sRIO interface is commonly used to connect multiprocessor designs, especially for DSPs. This tracks well with the use of DSPs highlight in the &ldquo;Processor&rdquo; usage category cited earlier. Other interfaces include I2C &ndash; a low-speed serial bus used to attached peripherals to a motherboard, embedded system, or cellphone; DVI, RS-232, parallel bus, CAN &ndash; automotive bus, DigRF &ndash; digital serial interface for 3G air standards;<span> </span>and even UART.</p>
<h3>Re-spins</h3>
<p>A little over half of the respondents indicated their previous design project required no re-spin. Of those acknowledging re-spins were necessary, 50 percent stated that only one re-spin was needed. About half as many reported by two re-spins were required and slightly less than 10 percent admitted to three re-spins.</p>
<p>The main reason for chip re-spins was the presence of logical and functional errors. This result tracks well with other recent studies that indicate more than 60 percent of re-spun ASICs fail due to logical/functional errors, not because of timing or power issues. This means that functional verification is now the most critical phase of the chip development cycle.</p>
<div style="text-align:center">
	<img src="http://chipdesignmag.com/sld/files/2008/10/figure_3.gif" alt="" width="296" height="144" class="alignnone size-medium wp-image-443" /></p>
<p>Figure 3</p>
</div>
<h3>Verification Environments</h3>
<p>When asked what type of verification was used for a current project and planned for future work, the largest groups of respondents selected Mentor&rsquo;s ModelSim/Questa. This was followed by Cadence NC Simulator and Synopsys VCS.</p>
<div style="text-align:center">
	<img src="http://chipdesignmag.com/sld/files/2008/10/figure_4.gif" alt="" width="383" height="192" class="alignnone size-full wp-image-444" /></p>
<p>Figure 4</p>
</div>
<p>Other software simulation environments consisted of tools from IBM, Altera&rsquo;s QuartusII and Xilinx&rsquo;s ISE, Synplicity&rsquo;s Synplify, Dolphin&rsquo;s SMASH and Catena&rsquo;s Analog and Mixed Signal (AMS) Simulators, Aldec&rsquo;s Active-HDL Simulator and homegrown systems.</p>
<p>In terms of emulators, most users listed Cadence systems, followed by Mentor and Eve. An interesting side note is that only Eve emulators saw a planned increase for future projects. Formal verification favorite was Formality, followed distantly by OneSpin, Real Intent and Certess. System Verilog lead the way in Assertion-based tools, followed by OVL and PSL.</p>
<p>Here&rsquo;s where the results get interesting. When asked what type of <span style="text-decoration: underline">virtual prototyping</span> environments were currently being used, ARM was the favorite &ndash; but by a decreasing margin for future projects. Synopsys&rsquo;s Virtio was the second most popular choice, showing projected growth along with CoWare, VaST and Virtutech. One should exercise caution when interpreting these results, since the slower pace in usage of ARM tools may simply reflect the growth of virtual prototypes in non-telecom related industries.</p>
<div style="text-align:center">
	<img src="http://chipdesignmag.com/sld/files/2008/10/figure_5.gif" alt="" width="359" height="222" class="alignnone size-full wp-image-445" /></p>
<p>Figure 5</p>
</div>
<p>Looking at the other end of the prototyping spectrum revealed that Synplicity was used more often for ASIC prototyping with FGPA-based systems &ndash; at least in the market areas highlighted by this study. ProDesign followed second, then came Dini and Gidel. It must be noted, however, that 36 percent of respondents still used custom-built FPGA-based prototyping, though the percentage was on the decline for future projects. This marked decrease in custom-built systems may attest to the growing complexity of ASIC designs and hence the corresponding complexity of FPGA prototypes.</p>
<h3>Conclusions</h3>
<p>This survey points to the changing dynamics in ASIC prototyping tools and methodologies. Prototyping of specific blocks on an ASIC core now seems mandatory, especially since ASICs continue to increase in design complexity. This complexity is manifested by an increase in logical and functional errors in the chips, which has resulted in a need for more complete verification tools and methodologies.</p>
<p>But prototyping itself has taken on a new dimension with the advent of virtual prototypes &ndash; used more often by software designers &ndash; and FPGA-based prototypes used by chip hardware engineers.</p>
<p>These trends have been confirmed by other studies. For example, Aberdeen&rsquo;s &ldquo;Best in Class&rdquo; study cites verification as one of the most prevalent concerns in chip companies. Chip Design Trends reports, which tracks ASIC pre-silicon architectural trends, confirms the growing complexity of ASIC chips &ndash; at all levels of design metrics. Contrasting this complexity with the continued decrease in ASIC starts suggest that ASICs may be getting larger in size though less numerous in unique projects. All of these trends support the growth of prototyping as a key element in future chip designs.</p>
<p>On the business side of the equation, one should note the shift away from corporate electronic expenditures to the rapid increase in consumer&rsquo;s consumption of electronic products. The consumer world is outpacing the corporate world in the purchase of electronic goods, but there is a caveat: Consumer electronics have a shorter time to market, high product volume but lower cost per unit that corporate electronics. What does this mean to chip designer? It means that they must find a way to reduce ASIC re-spins, such as with ASIC prototyping.</p>
]]></content:encoded>
			<wfw:commentRss>http://chipdesignmag.com/sld/blog/2008/10/23/devil-in-the-details-trends-in-asic-prototyping/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Verifying ASICs with FPGA Arrays</title>
		<link>http://chipdesignmag.com/sld/blog/2008/10/16/verifying-asics-with-fpga-arrays/</link>
		<comments>http://chipdesignmag.com/sld/blog/2008/10/16/verifying-asics-with-fpga-arrays/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 17:37:35 +0000</pubDate>
		<dc:creator>ed</dc:creator>
				<category><![CDATA[Podcasts-Videos-Webcasts]]></category>
		<category><![CDATA[ASIC]]></category>
		<category><![CDATA[FPGA]]></category>
		<category><![CDATA[Methods]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Verification]]></category>

		<guid isPermaLink="false">http://chipdesignmag.com/sld/?p=342</guid>
		<description><![CDATA[A look into the research underway at UC Berkeley's Department of Electrical Engineering and Computer Science]]></description>
			<content:encoded><![CDATA[<p><a href="http://chipdesignmag.com/sld/blog/2008/10/16/verifying-asics-with-fpga-arrays/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://chipdesignmag.com/sld/blog/2008/10/16/verifying-asics-with-fpga-arrays/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

