<?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>a mARTIAN dIARY &#187; EDA &#8211; Past Present and Future</title>
	<atom:link href="http://www.martiangeek.com/category/techbabble/eda-past-present-and-future/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.martiangeek.com</link>
	<description>tHE RaNTS oF a pOOr sOUl StuCK oN ThE WRONG!!! rOCK OrBiTiNg tHE fIreBaLL bY a cRUel tWiSt oF fAtE....</description>
	<lastBuildDate>Mon, 21 Nov 2011 18:15:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Software Defined Silicon (SDS) for dummies</title>
		<link>http://www.martiangeek.com/2007/07/10/software-defined-silicon-sds-for-dummies/</link>
		<comments>http://www.martiangeek.com/2007/07/10/software-defined-silicon-sds-for-dummies/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 10:39:09 +0000</pubDate>
		<dc:creator>cafm</dc:creator>
				<category><![CDATA[EDA - Past Present and Future]]></category>
		<category><![CDATA[RaNTs@eARTH]]></category>
		<category><![CDATA[TECHbabble]]></category>

		<guid isPermaLink="false">http://www.martiangeek.com/2007/07/10/software-defined-silicon-sds-for-dummies/</guid>
		<description><![CDATA[I was recently helping one of my juniors search for a seminar topic and I came across the idea of SDS (Software Defined Silicon). The following is some questions that where thrown at me while I was explaining it. Thanks to David Manners
]]></description>
			<content:encoded><![CDATA[<p>I was recently helping one of my juniors search for a seminar topic and I came across the idea of SDS (Software Defined Silicon). The following is some questions that where thrown at me while I was explaining it. A bagful of thanks to <a href="http://www.electronicsweekly.com/blogs/david-manners-semiconductor-blog/2007/07/xmos-gives-back-innovation-to.html" target="_blank">David Manners</a> for his excellent article. Since the net is my primary source of information for me regarding this technology there might be mistakes in my understanding, so if you find any please leave a comment so that I can rectify it <img src='http://www.martiangeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Ok so what is it?</strong><br />Software defined silicon is a new electronic device that is both low cost and easy to program.<br />&nbsp;<strong><br />At an abstract level, How is this different from existing ASIC/FPGA?</strong><br />This is actually two questions. Traditionally Full/Partial custom ASIC is less costly that FPGA per unit when the volumes increase) where as FPGA is more suited for prototyping since the time taken for design changes to be translated to hardware is much lesser. So while choosing between FPGA and Custom ASIC is a trade-off between cost and programmability</p>
<p>SDS will offer the better programmability than FPGA at a much lesser cost than FPGA with lesser lead times and also in a single language (C) <br /><strong><br />At a abstract level, How is this different from existing micro processors?<br /></strong>Microprocessors are general purpose chips. They are designed with the traditional single threaded flow in mind. SDS can be called a &quot;events-driven processor engine&quot;. An events-driven processor is one that is capable, when an event occurs, of executing software immediately, and then terminating, and waiting for the next event. The events are things like a pin changing state.<br />So it you would be able to write really &quot;real-time&quot; software whose performance can compare that to hardware. For example you can write real time communication protocol that&rsquo;s traditionally implemented in hardware in software. Also in the creators own words &ldquo;So we&rsquo;ve taken a very responsive, fast, deterministic, real-time processor engine, and we&rsquo;ve integrated into that very tight pin control&rdquo;, says Hurley, &ldquo;and we&rsquo;ve developed a core-to-core communications interface. So now we can build arrays of cores that can control pins.&rdquo;<br /><strong><br />Isn&rsquo;t RTL similar to C?<br /></strong>At syntax level both are high level languages. But while writing RTL we need to be mindful of what hardware our code is going to infer so at the conceptual level its very different from C.<br /><strong><br />In one word?</strong><br />&ldquo;You&rsquo;re implementing functionality that&rsquo;s traditionally implemented in hardware in software&rdquo;</p>
<p><strong>How is the cost low even with better features?</strong><br />From the silicon cost point of view, XMOS is using processors, which are silicon efficient, and RAM, which is the most silicon efficient structure. By using processors and RAM, it gains big cost advantages.</p>
<p><strong>What about an example of development freedom?</strong><br />&ldquo;The development freedom the customer has is incredible because the customer can choose how to partition that capability&rdquo;, says Hurley, &ldquo;what&rsquo;s really powerful is that a customer has a budget of processor cycles, he can choose how to spend that budget on real-time tasks such as interfaces, DSP, and control, and, more importantly, he is then able to dynamically alter that so, when they&rsquo;re doing multiple products (typically consumer companies have a general platform supporting 20 or 30 products) he can choose to say: &lsquo;I don&rsquo;t want a UART in this design, but I do want to run an MP3 decoder. So I will remove the UART piece of code, and I will re-purpose those processing cycles into my DSP capability. I don&rsquo;t believe anything in the market today can offer that level of capability to a customer.&rdquo;</p>
<p><strong>What does this mean for hardware engineers?</strong><br />If this was to become the chip that survives the current war between FPGA /ASIC/PSoC/SDS , the hardware engineers outside this technology would starve <img src='http://www.martiangeek.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><strong>What does this mean for the software engineers?</strong><br />They get more power as they can write more powerful code that can at a lot of level emulate hardware perfectly, Something that was not possible till now</p>
<p><strong>What&rsquo;s the different with respect to the design flow?</strong><br />Usually the hardware flow would involve work on EDA software that would design the hardware to be implemented. The coding at this stage is usually done in RTL like verilog/ VHDL. Then if the hardware so implemented included processors software would be written run on the processor. <br />Here in SDS the design at the hardware level is generic. the resource you have is processor cycles that you can allot via your programming (in C with some additions for defining port structure and using multi-threading and parallelism) to the task to which you want to allot it to. So RTL coding is removed out of the flow.</p>
<p>&quot;It&rsquo;s a standard embedded software development flow starting with C/C++ source, compile, link, assemble and de-bug using standard industry development tools.&quot;</p>
<p><strong>Ok what all can it currently do?</strong><br />&quot;SDS can run Ethernet MAC and the MII interface in software at 200Mbps, it has DSP capability and control capability&quot;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martiangeek.com/2007/07/10/software-defined-silicon-sds-for-dummies/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SNUG 2007</title>
		<link>http://www.martiangeek.com/2007/06/29/snug-2007/</link>
		<comments>http://www.martiangeek.com/2007/06/29/snug-2007/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 09:27:06 +0000</pubDate>
		<dc:creator>cafm</dc:creator>
				<category><![CDATA[EDA - Past Present and Future]]></category>
		<category><![CDATA[RaNTs@eARTH]]></category>

		<guid isPermaLink="false">http://www.martiangeek.com/2007/06/29/snug-2007/</guid>
		<description><![CDATA[So I am about to finish my first year as an EDA engineer. It does put me a scale up in terms of being an engineer with 1 year industry experience. Hurray(?)!!!.
Now how can I call it a COMPLETE year without attending one the Major calendar events in every EDA-using engineer&#8217;s year? Yep&#8230;.this feeling was [...]]]></description>
			<content:encoded><![CDATA[<p>So I am about to finish my first year as an EDA engineer. It does put me a scale up in terms of being an engineer with 1 year industry experience. Hurray(?)!!!.</p>
<p>Now how can I call it a COMPLETE year without attending one the Major calendar events in every EDA-using engineer&rsquo;s year? Yep&hellip;.this feeling was so strong that I finally registered for SNUG and Cadence Technology on tour and ended up attending them as well.&nbsp; Here is what I thought of both</p>
<p>SNUG 2007</p>
<p>For the uninitiated,&nbsp; SNUG stands for SyNopsys User Group and it is a yearly conference for users of synopsys tools (Synopsys being a major EDA tool vendor with Cadence Mentor Graphics and Magma being the other biggies). In hindsight, the turn-out was really good. Also, for me, working primarily on the synopsys tools, the organization of the tracks made sense. Tracks are basically parallel programs sessions specific to domain of the engineer. For synopsys its organized as &ldquo;Physical Design &amp; SignOff&rdquo;, &ldquo;Synthesis and Test&rdquo;&nbsp; and least but miles ahead of least (No I am not a verification engineer <img src='http://www.martiangeek.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) the &ldquo;Verification and AMS&rdquo; track. Since a lot of work in India takes palace in the verification field (so I am lead to believe), this track generally attracts the biggest crowds with &ldquo;Synthesis and Test&rdquo;&nbsp; having the lowest participation. </p>
<p>We were asked to reach the place at around 7:15 ( Were they bonkers I wonder?) at Leela Palace and for a morning hater like me this was a pressure-point&hellip;.but I managed to reach there by 8:30, pretty good considering it was still MORNING <img src='http://www.martiangeek.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  The registration was pretty hassle free as the kit and ID cards were already prepared for the pre-registered people and were set up in alphabetic order. We just needed to show our ID card to get the same. I knew that these EDA vendors are pretty generous with gifts but was really surprised to find a USB Mouse!!! and a Laptop Light!!! along with the kit. Not a total waste already eh? Funny how sometimes even the most useless things excite you the most when they are free, as in my case being a non-laptop owner, both the gifts meant nothing in terms of actual practicality. Anyways I followed the flow and stood in the line for breakfast. Not that I am much of breakfast eater but again free is the keyword <img src='http://www.martiangeek.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> . One thing I found to my liking was that, it was a hotel run by &ldquo;coconut-oil-eating-south-Indians&rdquo; to which category I belong and found that the food resonated with my taste-buds. </p>
<p>Anyways after the breakfast and exchanging pleasantries with my senior Niyas from TI, I found a seat to hear the keynote address from Derdre Handford Sr. VP of Global Technical Services, Synopsys and customer keynote from Behrooz Abdi Sr VP and General Manager CDMA Technologies, Qualcomm Inc. Most of the keynote was focused on Low power, a trend I later observed at Cadence TOT too. Personally, It was really nice to see a Iranian at the head of Qualcomm though I am not much experienced to know/not know that&rsquo;s its common/uncommon. </p>
<p>Anyways, after the intro the people split into their different tracks. This is one thing I found odd. Since the attendance of the even was huge! The people were not fitting into a single hall anyway and all of them were accommodated by using different halls with video stream from the main hall. But still they did not divide the people based on track initially itself and so after common sessions, people needed to move between the rooms. I feel they could have divided the people initially it self based on track to their respective rooms to avoid such confusion.</p>
<p>Anyways coming to the &ldquo;technical&rdquo; details, the sessions were divided into panel discussions, synopsys tutorials, user papers and poster paper. Panel discussions were mainly focused on the theme of &ldquo;low-power&rdquo; so to speak. The rest were specific to the track and I can speak for the Synthesis and test track.&nbsp; Most of the tutorials were focused on the Design Compiler &ndash; Topographical technology, which according to Synopsys is the next-big-thing in synthesis and there were a lot of user papers parroting the same. <br />&ldquo;A paper titled Dynamic Shift Frequency Scaling Of ATPG patterns&rdquo; from Open Silicon was a very good paper and it rightly won the best paper award. I think you can get more details at the <a href="http://www.snug-universal.org/asia/india_trip_07.htm" target="_blank">SNUG India site </a></p>
<p>One of the strangest things was that on the first day, there was no chicken dish in the lunch (typically Indian eh?). Fish and mutton?? <img src='http://www.martiangeek.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> . Diner was looking good but I had to escape to my friend&rsquo;s birthday bash.</p>
<p>So what were the takeaways?
<ul>
<li>Got a overview of the DFT practice in India/Banglore , at least of companies that use Synopsys flow</li>
<li>Companies include TI, Intel, Open Silicon, MindTree, Wipro etc</li>
<li>Got an exposure to DFT-Topographical.</li>
<li>Got an idea of focus areas for me to develop as a DFT Engineer.</li>
</ul>
<p>On a side note I went to and Cadence Technology on tour the next week at Taj Residency Banglore. They were at least more sensible and gave out better timings as 8:30 reporting time and since the participation was lesser it seemed better organized. But since the only tool I use of cadence is LEC, wasn&rsquo;t of much interest/ relevance to me. Their new SDC checker feature seems good as a lot of false paths can be identified and SDC redundancy can be removed. But it seemed like a logical extension of the technology rather than an innovative jump. Their free gift is currently gracing (or is it the other way around) my house in Kochi </p>
<p>BUT they were sensible and had chicken as a side course just in case you&rsquo;re wondering <img src='http://www.martiangeek.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.martiangeek.com/2007/06/29/snug-2007/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Feature getting acquired</title>
		<link>http://www.martiangeek.com/2007/06/14/feature-getting-acquired/</link>
		<comments>http://www.martiangeek.com/2007/06/14/feature-getting-acquired/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 11:25:43 +0000</pubDate>
		<dc:creator>cafm</dc:creator>
				<category><![CDATA[EDA - Past Present and Future]]></category>
		<category><![CDATA[fROM tHe GreeNfiElds]]></category>

		<guid isPermaLink="false">http://www.martiangeek.com/2007/06/14/feature-getting-acquired/</guid>
		<description><![CDATA[As I pointed out here of how Features are acquired&#8230;..
The big 4 in EDA are trying to be the first to the DFM market by buying out the smaller specialist companies in the DFM field.
Now it is Mentors Graphics turn
Mentor buys 45nm chip design tool firm 
Mentor Graphics has acquired Sierra Design Automation a supplier [...]]]></description>
			<content:encoded><![CDATA[<p>As I pointed out <a target="_self" href="http://www.martiangeek.com/2007/06/09/categories-create-companiesfeatures-get-acquired/">here </a>of how Features are acquired&#8230;..</p>
<p>The big 4 in EDA are trying to be the first to the DFM market by buying out the smaller specialist companies in the DFM field.</p>
<p>Now it is Mentors Graphics turn</p>
<p><a href="http://www.electronicsweekly.com/ARTICLES/2007/06/11/41573/Mentor+buys+45nm+chip+design+tool+firm.HTM " target="_self">Mentor buys 45nm chip design tool firm </a></p>
<p><em>Mentor Graphics has acquired Sierra Design Automation a supplier of place and route semiconductor fabrication tools for 65nm and 45nm process nodes.</p>
<p>The reason behind the acquisition is the need to address the range of process technologies and new design for manufacture (DFM) methodologies which are expected to influence next generation chip designs. </em> </p>
<p>Earlier it was <a target="_self" href="http://www.martiangeek.com/2007/05/16/cadence-buys-commandcad/">Cadence</a></p>
<p>&nbsp;Its fun watching a industry evolve&nbsp; and be in it rather than read about something that happened before you were born <img src='http://www.martiangeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.martiangeek.com/2007/06/14/feature-getting-acquired/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Categories create companies,Features get acquired</title>
		<link>http://www.martiangeek.com/2007/06/09/categories-create-companiesfeatures-get-acquired/</link>
		<comments>http://www.martiangeek.com/2007/06/09/categories-create-companiesfeatures-get-acquired/#comments</comments>
		<pubDate>Sat, 09 Jun 2007 18:28:09 +0000</pubDate>
		<dc:creator>cafm</dc:creator>
				<category><![CDATA[EDA - Past Present and Future]]></category>
		<category><![CDATA[fROM tHe GreeNfiElds]]></category>

		<guid isPermaLink="false">http://www.martiangeek.com/2007/06/09/categories-create-companiesfeatures-get-acquired/</guid>
		<description><![CDATA[http://www.eetimes.com/news/design/showArticle.jhtml?articleID=199901924
&#160;
Really good statement from a person I am starting to admire, Rajeev Madhavan, CEO of magma&#8230;. What he says about the IP&#8217;s getting integrated with the EDA tools seems to be correct; I mean the way I see its virtually important for single-IP based startup&#8217;s to come up. To compete with the abundance of so [...]]]></description>
			<content:encoded><![CDATA[<p>http://www.eetimes.com/news/design/showArticle.jhtml?articleID=199901924</p>
<p>&nbsp;</p>
<p>Really good statement from a person I am starting to admire, Rajeev Madhavan, CEO of magma&#8230;.<br /> What he says about the IP&#8217;s getting integrated with the EDA tools seems to be correct; I mean the way I see its virtually important for single-IP based startup&#8217;s to come up. To compete with the abundance of so called &quot;infrastructure&quot; IP pool that the big player&#8217;s have. See, what&rsquo;s the point of a single IP company with expertise in DSP spending time/money developing buying infrastructure IP like IIC and SPI and trying to integrate it into their environment? I would always buy it from the tool vendor provided he gives me a plug-in solution to my environment and also to me at a competitive rate. I know with the technology purists there is some resentment to club IP vendors with EDA industry,but from what I have gathered, we are moving into a area where IP would make a substantial section of the EDA tool&#8217;s profit and it doesnt ake sense for me not to leverage on a earning oppertunity as long as it does not affect your work in your core competencies and may even fund more research in the Core business of EDA and talking of the crowd, wouldnt at least some of the people who buy the tools be also in a position to dictate the IP buying for their respective companies? Since I have not attended DAC I cant comment, but I feel probably yes&#8230;.  </p>
<p> Coming back to the heading of the post, in the shark eat fish world of EDA industry&#8230;.this statement&#8230;.so well sums it up</p>
<p> Me and my best buddy Zubin, who&rsquo;s a fanatic RedShite supporter, have this habit of trying to find analogies with the football world ,actually the English premiership, and the everything else in life, and while trying to explain the EDA industry to him ( him being totally clueless as he&rsquo;s from the ERP field), he came up with a interesting analogy<br /> &nbsp;The EDA companies investing in their own R&amp;D is like the clubs investing in their academy, there is a remote chance of getting a Rooney or a Gerrad <font color="#3300ff">( </font><font color="#3300ff">which would be a break through idea like Custom wire load models&nbsp; ? )</font> but chances are less&#8230;.mostly you end with a squad player like Tony Hibbert ( <font color="#3300ff">which in EDA terms would be some flow development/refinement, which would seamlessly integrate the different tools or flow reference model etc</font>)&nbsp; who is none the less very important for the success of the team <font color="#3300ff">(the tool)</font> . And&nbsp; some club like Wolves would come up with Joelen Lescott <font color="#3300ff">(in EDA terms some geek graduate from college would come with the next big Idea of, say,&nbsp; DFM (design for manufacturability))</font>, but the club wont achieve anything because he alone cant will them matches <font color="#3300ff">( the DFM idea wont survive on its own)</font> and would be brought by the big club <font color="#3300ff">(</font><font color="#3300ff"> would be brought by Cadance for example&#8230;integrated to their flow to make a world class product) </font>and the club would win the Champions league <font color="#3300ff">( successful chip tapeout perhaps <img src='http://www.martiangeek.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ) </font>&#8230;.<br /> &nbsp;To add my own parts to it<br /> &nbsp;Categories create companies <font color="#3300ff">(different clubs have different type of playing like arsenal and Manu for one touch football and Chelsea playing the direct approach and Everton with the work-rate based play)</font> Features get acquired <font color="#3300ff">( features are key players with key skills that are either acquired or developed in-house)</font> but the company has to think properly to look at what to acquire, not only just how good the idea is but also how well it suits their category <font color="#3300ff">( not look at just how good the player is but also that his skills are what the team needs or u will end up being Arjen Robben at Chelsea, a brilliant player WASTED)</font><br /> &nbsp;<br />anyway I have kept all the beautiful people in my dreams waiting today for too long&#8230;&#8230; </p>
<p>Good night and Au revor Kochi</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martiangeek.com/2007/06/09/categories-create-companiesfeatures-get-acquired/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 5 Commandments of the Industry</title>
		<link>http://www.martiangeek.com/2007/05/22/the-5-commandments-of-the-industry/</link>
		<comments>http://www.martiangeek.com/2007/05/22/the-5-commandments-of-the-industry/#comments</comments>
		<pubDate>Tue, 22 May 2007 04:58:41 +0000</pubDate>
		<dc:creator>cafm</dc:creator>
				<category><![CDATA[EDA - Past Present and Future]]></category>
		<category><![CDATA[TECHbabble]]></category>

		<guid isPermaLink="false">http://www.martiangeek.com/2007/05/22/the-5-commandments-of-the-industry/</guid>
		<description><![CDATA[&#160;

Moore&#8217;s Law : The number of transistors on a chip doubles annually 
Rock&#8217;s Law : The cost of semiconductor tools doubles every four years 
Machrone&#8217;s Law: The PC you want to buy will always be $5000 
Metcalfe&#8217;s Law : A network&#8217;s value grows proportionately to the number of its users squared
Wirth&#8217;s Law : Software is [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<ul>
<li>Moore&rsquo;s Law : The number of transistors on a chip doubles annually </li>
<li>Rock&rsquo;s Law : The cost of semiconductor tools doubles every four years </li>
<li>Machrone&rsquo;s Law: The PC you want to buy will always be $5000 </li>
<li>Metcalfe&rsquo;s Law : A network&rsquo;s value grows proportionately to the number of its users squared</li>
<li>Wirth&rsquo;s Law : Software is slowing faster than hardware is accelerating&nbsp;</li>
</ul>
<p>&nbsp;</p>
<p>Except for Machrone&#8217;s law I feel everything stikes a chord within me&#8230;.but I guess if you always go for the latest most bestest <img src='http://www.martiangeek.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  and garandanglus (if thats a word) that would also hold true&#8230;.not for cheapos like me who go for second hand computer models <img src='http://www.martiangeek.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>&nbsp;From &ldquo;5 Commandments&rdquo;, IEEE Spectrum December 2003, pp. 31-35</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martiangeek.com/2007/05/22/the-5-commandments-of-the-industry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cadence buys commandCAD</title>
		<link>http://www.martiangeek.com/2007/05/16/cadence-buys-commandcad/</link>
		<comments>http://www.martiangeek.com/2007/05/16/cadence-buys-commandcad/#comments</comments>
		<pubDate>Wed, 16 May 2007 09:31:48 +0000</pubDate>
		<dc:creator>cafm</dc:creator>
				<category><![CDATA[EDA - Past Present and Future]]></category>

		<guid isPermaLink="false">http://www.martiangeek.com/2007/05/16/cadence-buys-commandcad/</guid>
		<description><![CDATA[Just reinforce my belief (after I read it see here) that most of the innovative concepts in the EDA industry come from graduate research. And the big sharks buy them. Thats understandble in a way I guess. Calls for more industry acedemia relationship?
Point to myself&#8212;-gotta understand how the EDA industy acedemia relationship is currently structured. [...]]]></description>
			<content:encoded><![CDATA[<p>Just reinforce my belief (after I read it see <a href="http://www.martiangeek.com/2007/04/17/eda-startups" target="_self">here</a>) that most of the innovative concepts in the EDA industry come from graduate research. And the big sharks buy them. Thats understandble in a way I guess. Calls for more industry acedemia relationship?</p>
<p>Point to myself&#8212;-gotta understand how the EDA industy acedemia relationship is currently structured. </p>
<p>and yeah&#8230;.long live the start-up business model. <img src='http://www.martiangeek.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martiangeek.com/2007/05/16/cadence-buys-commandcad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EDA StartUps</title>
		<link>http://www.martiangeek.com/2007/04/17/eda-startups/</link>
		<comments>http://www.martiangeek.com/2007/04/17/eda-startups/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 15:03:13 +0000</pubDate>
		<dc:creator>cafm</dc:creator>
				<category><![CDATA[EDA - Past Present and Future]]></category>
		<category><![CDATA[TECHbabble]]></category>
		<category><![CDATA[fROM tHe GreeNfiElds]]></category>

		<guid isPermaLink="false">http://www.martiangeek.com/2007/04/17/eda-startups/</guid>
		<description><![CDATA[A very intresting article that points out One thing among many other &#8216;eternal truths&#8217; about EDA industry. What the author argues about the bloating of figures&#8230;I dont know&#8230;but this seems intresting
Big companies need to embrace start-ups and the growth-by-acquisition strategy. Most big EDA companies believe that, if they stop paying 10 times more revenue for [...]]]></description>
			<content:encoded><![CDATA[<p>A very intresting article that points out One thing among many other &#8216;eternal truths&#8217; about EDA industry. What the author argues about the bloating of figures&#8230;I dont know&#8230;but this seems intresting</p>
<p><em>Big companies need to embrace start-ups and the growth-by-acquisition strategy. Most big EDA companies believe that, if they stop paying 10 times more revenue for EDA start-ups, EDA entrepreneurs will work for the big EDA vendors and innovate in-house. The fact is that most big EDA innovations come from start-ups. Again, EDA is a difficult and highly specialized field. The biggest tool innovations usually start with one grad student devoting his entire academic life to solving one problem. Architects at most big EDA companies are too busy upgrading yesterday&rsquo;s tools to think deeply about tomorrow&rsquo;s problems. Thus, if you don&rsquo;t support the start-up model, you&rsquo;re killing the industry&rsquo;s future.</em></p>
<p>EDA industry needs a reality check</p>
<p><a href="http://www.edn.com/index.asp?layout=article&#038;articleid=CA6298273">http://www.edn.com/index.asp?layout=article&amp;articleid=CA6298273</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.martiangeek.com/2007/04/17/eda-startups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EDA Past Present Future Preface</title>
		<link>http://www.martiangeek.com/2007/03/01/eda-past-present-future-preface/</link>
		<comments>http://www.martiangeek.com/2007/03/01/eda-past-present-future-preface/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 16:15:01 +0000</pubDate>
		<dc:creator>cafm</dc:creator>
				<category><![CDATA[EDA - Past Present and Future]]></category>

		<guid isPermaLink="false">http://www.martiangeek.com/2007/03/01/eda-past-present-future-preface/</guid>
		<description><![CDATA[This is my humble attempt to document at a single place what has transpired at a single location in the industry that feeds me today. Why you would ask. Read on.
To understand a business it is first necessary to know and more importantly understand its history but more importantly for a typical Scorpio like me, [...]]]></description>
			<content:encoded><![CDATA[<p>This is my humble attempt to document at a single place what has transpired at a single location in the industry that feeds me today. Why you would ask. Read on.</p>
<p>To understand a business it is first necessary to know and more importantly understand its history but more importantly for a typical Scorpio like me, passion is a large part of the juice that drives me and in my opinion, a true sense of history is exactly the fuel that&rsquo;s required to pump up the juices. </p>
<p>Having arrived a little late into the industry has its own advantages and disadvantages. The sloth in me is happy for I have but to type a single stroke or click a single click to do things that would have taken my pioneers 10s and maybe hundreds of man-hours. The pessimist in me is disappointed that I have walked into a mature industry with no scope of innovation. &ldquo;Slaves of Tools&rdquo;. This reminds me of one of my college seniors, who was a MVP (Microsoft Valued Professional) , write with contempt of his Linux slanted counter parts &ldquo;why should I spend 100 hrs trying to debug a error most people wont even notice and&nbsp; with the end result being 1 line of code added to 1000000s of lines already present?&rdquo;. On the surface this is quite true but where is the sense of history there? The one line you add is going to sit itself to history with a line that Linus Toward or Saint INGUcius himself had written. Now isn&rsquo;t that worth some, if not, lot of you time?</p>
<p>Some people had scared me coming into the industry, that I would be stuck to a tool, to a company, to a flow stuck so much that my carrier graph may get linked to the P/E graph of the company. Having just got out of college ,this was very distressing at first to be stuck to some thing. Bloody hell, part of the&nbsp; reason I did not choose a software profession was not to be &ldquo;JAVAised&rdquo; or &ldquo;MSised&rdquo;. In hindsight it seems like a right decision take for the completely wrong reasons. I love being an electronic tool engineer. It helps me leverage on both of decent knowledge of electronics and good way with tools. For, as I found out, Innovation is a funny thing. An industry being mature does not mean that there are no more challenges. It just means that most of the lesser challenges have been sorted out and it&rsquo;s up to you to figure out the hidden challenges and then solve them. So in a way it&rsquo;s more challenging, cuz its up to you to identify the challenge, which in itself is a challenge. The only thing now missing for me in this industry is a proper sense of history I use proper since the habit of googling everything and anything that I encountered has led my temp cache to be filled with junk from all types of sites, during the course leading me to some history related sites. Since I need to justify the money that MindTree is paying me this search is going to be an ongoing process and I plan to publish the history in parts as and when I understand/ know about them and then later edit them to a complete document with flow&hellip;.</p>
<p>And he said&hellip;..let there be light</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martiangeek.com/2007/03/01/eda-past-present-future-preface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

