<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;DEEBRng-eyp7ImA9WxBSEUg.&quot;"><id>tag:blogger.com,1999:blog-10948316</id><updated>2009-12-18T22:47:37.653+05:30</updated><title>The Digital Electronics Blog</title><subtitle type="html">A TECHlog on Electronics, Semiconductors, Gadgets and more...</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://digitalelectronics.blogspot.com/" /><link rel="hub" href="http://pubsubhubbub.appspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Murugavel Ganesan</name><uri>http://www.blogger.com/profile/12181819232522444956</uri><email>murugavelganesan@gmail.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>440</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/TheDigitalElectronicsBlog" /><link rel="license" type="text/html" href="http://creativecommons.org/licenses/by-nc-nd/2.0/" /><logo>http://creativecommons.org/images/public/somerights20.gif</logo><feedburner:emailServiceId>TheDigitalElectronicsBlog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry gd:etag="W/&quot;DkYDQns_fCp7ImA9WxBTGEo.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-6007715222905664400</id><published>2009-12-15T16:19:00.001+05:30</published><updated>2009-12-15T16:19:33.544+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-15T16:19:33.544+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="VIP" /><category scheme="http://www.blogger.com/atom/ns#" term="HVL" /><category scheme="http://www.blogger.com/atom/ns#" term="Verification" /><category scheme="http://www.blogger.com/atom/ns#" term="Methodology" /><title>The world of HVLs and VIPs</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4QjdfMgPoLF5Rg0Z-vM7cHpEK9k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4QjdfMgPoLF5Rg0Z-vM7cHpEK9k/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4QjdfMgPoLF5Rg0Z-vM7cHpEK9k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4QjdfMgPoLF5Rg0Z-vM7cHpEK9k/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Over the last decade functional verification of ASIC systems has witnessed a paradigm shift in verification methodologies. Until late 90's a verification project requirements were met by traditional test-benches written using a HDL(hardware description language, used for coding the design) or a software language like C. These test environments supported directed testing by generating a pre-calculated stream of input data only focusing on the desired coverage points in the design.&lt;span class="fullpost"&gt;As the design size and complexity grew exponentially, with a million gate design becoming the norm, clearly the directed verification approach is quite cumbersome. It is an almost impossible task to manually code the test vectors to test your million gate design under all operating conditions. The ever increasing aggressive project schedules also pushed in favor of a powerful yet easy to develop test environment. Hardware verification langauages (HVL) came as a boon to solve all these problems. HVLs typically include features of high level programming languages like C++ or Java and in addition they support built-in constructs which help you develop the environment with fewer lines of code. It is much easier to generate random stimuli or constrained random stimuli, as needed and the built in HDL interface support let’s you hook up the environment and the DUT seamlessly.&lt;br /&gt;
&lt;br /&gt;
Of the handful of HVL choices available in the market SystemVerilog and e language (Specman) are the most popular and widely adopted by semiconductor companies. The reason for these two languages being the preferred choice is not just the language features itself but the accompanying methodology prescribed by the EDA vendors (ex: OVM/VMM for SV and eRM for e language). These methodologies provide guidelines to build modular, re-usable and extensible verification modules which support plug and play development. With most of the silicon designs today adopting the SoC (System-on-Chip) methodology where several design IPs are integrated on a single chip, there is a new requirement for corresponding verification IPs (VIP). By taking advantage of the VIPs available in market, the verification team can build a test environment for a complex SoC with minimal resource and time utilization. A standard verification methodology serves as a common platform for the various third party VIP developers and its customers. So it’s actually the verification methodology rather than the language which influences the decision on VIP selection. Some methodologies have made it possible to integrate verification modules written in different languages so that you don’t have to discard any legacy code if available (you may have to make it methodology compliant though). VIPs and verification methodologies are still relatively newer concepts to the verification world and is being tried out in experimental phases by semiconductor companies. Not all of the industry leaders have adopted these methodologies completely probably because of the overhead in training their current workforce and replacing the legacy code. Here’s hoping that the EDA vendors enhance their methodologies to make it more developer friendly.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-6007715222905664400?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/h5kojTsz9uQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/6007715222905664400/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=6007715222905664400&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/6007715222905664400?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/6007715222905664400?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/h5kojTsz9uQ/world-of-hvls-and-vips.html" title="The world of HVLs and VIPs" /><author><name>Murugavel Ganesan</name><uri>http://www.blogger.com/profile/12181819232522444956</uri><email>murugavelganesan@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="12768646337384746707" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/12/world-of-hvls-and-vips.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUAFSHkzfCp7ImA9WxBTGEo.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-3940417248982842350</id><published>2009-12-10T19:32:00.001+05:30</published><updated>2009-12-15T16:11:59.784+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-15T16:11:59.784+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Verification Plan" /><category scheme="http://www.blogger.com/atom/ns#" term="Verification" /><title>Verification Plan</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/sM2h1s2B8KEjkU5wfiyDgeO2pXA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sM2h1s2B8KEjkU5wfiyDgeO2pXA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/sM2h1s2B8KEjkU5wfiyDgeO2pXA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sM2h1s2B8KEjkU5wfiyDgeO2pXA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;An effective verification plan encompasses a detailed description of the complete hierachical verification methodology at unit and full chip level. It is important to consider at what verification phase directed vs random tests will be applied or when to stop investing effort on building a stand alone test environment that can provide greater coverage and instead, migrate to full chip level tests that deliver a more comprehensive understanding of the sate of the chip. &lt;span class="fullpost"&gt;&lt;br /&gt;
&lt;br /&gt;
A good verification plan addresses many questions like what tools can be used for stand alone and full chip and for what specific type of tests. Creation of expected result scenarios along with the self checking mechanism should be detailed to improve automation and to drive the highest return on performance. In addition to each verification phase, testbench deliverables, dependencies like RTL availability, milestones like tests to be completed or written and any assumptions need to be specified and understood thoroughly. Finally, upon completion of the verification plan it has to be reviewed by both the design and verification teams and a matrix has to be created to track test coverage and then use it to measure the completeness or progress. Is is also important to know when and how to apply technologies such as emulation and formal methods to leverage key strengths to avoid any weaknesses and achieve high design quality using the verfication effort. &lt;br /&gt;
&lt;b&gt;Courtesy:&lt;/b&gt; &lt;a href="http://www.linkedin.com/in/catherineahlschlager"&gt;Catherine Ahlshlager&lt;/a&gt;!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-3940417248982842350?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/yh4hi8jD8cI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/3940417248982842350/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=3940417248982842350&amp;isPopup=true" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/3940417248982842350?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/3940417248982842350?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/yh4hi8jD8cI/verification-plan-part-1.html" title="Verification Plan" /><author><name>Murugavel Ganesan</name><uri>http://www.blogger.com/profile/12181819232522444956</uri><email>murugavelganesan@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="12768646337384746707" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/12/verification-plan-part-1.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkQCR3g9eSp7ImA9WxBTEU0.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-3863890824767880001</id><published>2009-12-06T18:29:00.000+05:30</published><updated>2009-12-06T18:29:26.661+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-06T18:29:26.661+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Research" /><category scheme="http://www.blogger.com/atom/ns#" term="Size. Transistor Size" /><title>Single-atom transistor discovered</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/LXPL7bbQ29LenSpo-JdsKdxDwWk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LXPL7bbQ29LenSpo-JdsKdxDwWk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/LXPL7bbQ29LenSpo-JdsKdxDwWk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LXPL7bbQ29LenSpo-JdsKdxDwWk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Researchers from Helsinki University of Technology (Finland), University of New South Wales (Australia), and University of Melbourne (Australia) have succeeded in building a working transistor, whose active region composes only of a single phosphorus atom in silicon. The results have just been published in Nano Letters.&lt;span class="fullpost"&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.tkk.fi/en/current_affairs/news/view/yhden_atomin_transistori_loydetty/"&gt;The working principles of the device&lt;/a&gt; are based on sequential tunneling of single electrons between the phosphorus atom and the source and drain leads of the transistor. The tunneling can be suppressed or allowed by controlling the voltage on a nearby metal electrode with a width of a few tens of nanometers.&lt;br /&gt;
&lt;br /&gt;
Original research article has been published in Nano Letters on Dec. 1st, 2009:&lt;br /&gt;
Transport Spectroscopy of Single Phosphorus Donors in a Silicon Nanoscale Transistor,&lt;br /&gt;
Kuan Yen Tan, Kok Wai Chan, Mikko Möttönen, Andrea Morello, Changyi Yang, Jessica van Donkelaar, Andrew Alves, Juha-Matti Pirkkalainen, David N. Jamieson, Robert G. Clark, and Andrew S. Dzurak,&lt;br /&gt;
Nano Lett., Article ASAP, DOI: 10.1021/nl901635j (2009).&lt;br /&gt;
&lt;a href="http://pubs.acs.org/doi/abs/10.1021/nl901635j"&gt;http://pubs.acs.org/doi/abs/10.1021/nl901635j&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
For more information, please contact:&lt;br /&gt;
&lt;br /&gt;
Dr. Mikko Möttönen, Helsinki University of Technology, Department of Applied Physics, firstname.surname@tkk.fi, tel. +358 9 470 22342 or +358 50 594 0950&lt;br /&gt;
&lt;br /&gt;
Prof. Andrew Dzurak, University of New South Wales, Centre for Quantum Computer Technology, a.dzurak [at] unsw.edu.au, tel. +61293856311&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-3863890824767880001?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/7MCEebLRZ14" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/3863890824767880001/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=3863890824767880001&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/3863890824767880001?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/3863890824767880001?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/7MCEebLRZ14/single-atom-transistor-discovered.html" title="Single-atom transistor discovered" /><author><name>Murugavel Ganesan</name><uri>http://www.blogger.com/profile/12181819232522444956</uri><email>murugavelganesan@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="12768646337384746707" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/12/single-atom-transistor-discovered.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUANQ3w7fSp7ImA9WxBTEE0.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-7721442983060645579</id><published>2009-12-05T14:33:00.000+05:30</published><updated>2009-12-05T14:33:12.205+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-05T14:33:12.205+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Nokia" /><category scheme="http://www.blogger.com/atom/ns#" term="Conferences" /><title>Nokia Developer Conference, Bangalore, 7th Dec 2009</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/KmVBYXqhnhWeUXgKywN-q30KzR4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KmVBYXqhnhWeUXgKywN-q30KzR4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/KmVBYXqhnhWeUXgKywN-q30KzR4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KmVBYXqhnhWeUXgKywN-q30KzR4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;We have got a special invite to the Forum Nokia Developer Conference on 7th Dec 09 @ Bangalore. Please follow the complete coverage here at this blog. &lt;a href="http://www.nokiadevcon.in/"&gt;More info&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-7721442983060645579?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/qqVpWsIZjec" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/7721442983060645579/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=7721442983060645579&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/7721442983060645579?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/7721442983060645579?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/qqVpWsIZjec/nokia-developer-conference-bangalore.html" title="Nokia Developer Conference, Bangalore, 7th Dec 2009" /><author><name>Murugavel Ganesan</name><uri>http://www.blogger.com/profile/12181819232522444956</uri><email>murugavelganesan@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="12768646337384746707" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/12/nokia-developer-conference-bangalore.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYGQH89fip7ImA9WxNaGU8.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-6779637693971438031</id><published>2009-12-04T15:52:00.000+05:30</published><updated>2009-12-04T15:52:01.166+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-04T15:52:01.166+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="DDR" /><category scheme="http://www.blogger.com/atom/ns#" term="DDR2" /><category scheme="http://www.blogger.com/atom/ns#" term="Verification" /><category scheme="http://www.blogger.com/atom/ns#" term="DDR3" /><title>Dealing with clock jitter in DDR2/DDR3 based designs</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/EYJ1gRMR1Kqq9eTqr3-rsP2Air4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EYJ1gRMR1Kqq9eTqr3-rsP2Air4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/EYJ1gRMR1Kqq9eTqr3-rsP2Air4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EYJ1gRMR1Kqq9eTqr3-rsP2Air4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;For the past couple of days i have been part of a design that interfaces a DDR/DDR2 memory. But lately after a recent pll model integration the whole scenario changed and i was in the middle of a clock jitter related timing check failure. This led me to do some Google search when i found this interesting 3 part article based on the same title.&lt;span class="fullpost"&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.embedded.com/design/212200242?printable=true"&gt;Defining clock jitter&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.embedded.com/design/212200309?printable=true"&gt;DDR2/DDR3 functionality&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.embedded.com/columns/technicalinsights/212200502?printable=true"&gt;Clock jitter and statistics&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-6779637693971438031?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/LBbg5PKtO2o" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/6779637693971438031/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=6779637693971438031&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/6779637693971438031?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/6779637693971438031?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/LBbg5PKtO2o/dealing-with-clock-jitter-in-ddr2ddr3.html" title="Dealing with clock jitter in DDR2/DDR3 based designs" /><author><name>Murugavel Ganesan</name><uri>http://www.blogger.com/profile/12181819232522444956</uri><email>murugavelganesan@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="12768646337384746707" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/12/dealing-with-clock-jitter-in-ddr2ddr3.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEENQXozeip7ImA9WxNaGEk.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-1655147168645424036</id><published>2009-12-03T18:54:00.000+05:30</published><updated>2009-12-03T18:54:50.482+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-03T18:54:50.482+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="India" /><category scheme="http://www.blogger.com/atom/ns#" term="Jobs" /><category scheme="http://www.blogger.com/atom/ns#" term="Infineon" /><title>Job openings @ Infineon India</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/0Xt4J2b3aF2g1WB1UE_y-0Chg2Y/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0Xt4J2b3aF2g1WB1UE_y-0Chg2Y/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/0Xt4J2b3aF2g1WB1UE_y-0Chg2Y/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0Xt4J2b3aF2g1WB1UE_y-0Chg2Y/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Please see attached flier for more details...&lt;span class="fullpost"&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_G8c2zZGuIOY/Sxe75xdw3OI/AAAAAAAAD3g/wCZx1TPn7Ms/s1600-h/ifx_flier.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_G8c2zZGuIOY/Sxe75xdw3OI/AAAAAAAAD3g/wCZx1TPn7Ms/s320/ifx_flier.png" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-1655147168645424036?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/eUSnEJr3pos" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/1655147168645424036/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=1655147168645424036&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/1655147168645424036?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/1655147168645424036?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/eUSnEJr3pos/job-openings-infineon-india.html" title="Job openings @ Infineon India" /><author><name>Murugavel Ganesan</name><uri>http://www.blogger.com/profile/12181819232522444956</uri><email>murugavelganesan@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="12768646337384746707" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_G8c2zZGuIOY/Sxe75xdw3OI/AAAAAAAAD3g/wCZx1TPn7Ms/s72-c/ifx_flier.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/12/job-openings-infineon-india.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEMBRnc_eyp7ImA9WxNaF0g.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-3898685795864590750</id><published>2009-12-02T17:50:00.000+05:30</published><updated>2009-12-02T17:50:57.943+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-02T17:50:57.943+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Soft Skills" /><category scheme="http://www.blogger.com/atom/ns#" term="Skills" /><title>Importance of soft skills</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/VFU6fJcpthNRvig75wQNFN2sfpA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VFU6fJcpthNRvig75wQNFN2sfpA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/VFU6fJcpthNRvig75wQNFN2sfpA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VFU6fJcpthNRvig75wQNFN2sfpA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;The semiconductor industry in general demands two special skills in every engineer. One of these skills is more trivial, that being the technical know-how and ability to grasp requirements &amp; specifications. The other one is soft skills. The first one is mainly used to perform the required verification duties at work, and second one helps in planning an approach to solve the impending issues or problems. The bottom line is that a good engineer will have a blend of both technical and soft skills. &lt;span class="fullpost"&gt;&lt;br /&gt;
&lt;br /&gt;
Technical skills are more profound in people with greater hands on experience. Needless to say, the more adventurous you are to dive deep and the more complex your targets are, the more you learn and this is where you really add value. Technical skills will eventually teach you how to meet these expectations.&lt;br /&gt;
&lt;br /&gt;
Soft skills are the ones that define an engineer’s approach towards work and life and in most cases define stress that is more individual specific. Soft skills are actually people or inter-personnel skills. The best part about mastering it is that the application of these skills is not limited to one's profession, but their scope reaches beyond. Soft skills teach one to succeed, and to exceed expectations. There are situations that we come across during our day-to-day work life as a design or verification engineer in which one person performs better than the others just on the basis of Soft skills - be it winning an argument with someone on the basis of his/her communication or finding/handling multiple tasks effectively because of superior organizational abilities. &lt;br /&gt;
  &lt;br /&gt;
Soft skills are extremely important for engineers and this is something that is often overlooked. It is surprising that we spend most of our time educating almost exclusively in technical skills while thinking you are good at soft skills. &lt;br /&gt;
&lt;br /&gt;
Our reactions in a complex setting vary widely with situations, emotions, requirements, time, belief, knowledge and expertise. Being such complex, a normal human being will be no exception at a work place where the stakes are very high. Therefore the quality of a job done by an engineer is directly proportional to his or her psychological maturity and profoundness acquired, adopted and developed with age and experience. be able to learn them.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-3898685795864590750?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/MVbhBy-gyQQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/3898685795864590750/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=3898685795864590750&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/3898685795864590750?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/3898685795864590750?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/MVbhBy-gyQQ/importance-of-soft-skills.html" title="Importance of soft skills" /><author><name>Murugavel Ganesan</name><uri>http://www.blogger.com/profile/12181819232522444956</uri><email>murugavelganesan@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="12768646337384746707" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/12/importance-of-soft-skills.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUQNRXY9fCp7ImA9WxNaEUg.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-392526573956881760</id><published>2009-11-25T18:19:00.000+05:30</published><updated>2009-11-25T18:19:54.864+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-25T18:19:54.864+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="VLSI" /><category scheme="http://www.blogger.com/atom/ns#" term="VLSI Conference" /><title>VLSID 2010 Conference (Bangalore): Registrations open!</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/MT10zs9KLPREoxMHbBaN8neKtag/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MT10zs9KLPREoxMHbBaN8neKtag/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/MT10zs9KLPREoxMHbBaN8neKtag/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MT10zs9KLPREoxMHbBaN8neKtag/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;VLSID 2010, Asia’s premier technical conference on VLSI design, EDA and embedded systems will be held at NIMHANS Convention Center, Bangalore, India from January 3 - 7, 2010. The conference agenda is now live, and can be found on their &lt;a href="http://vlsiconference.com/vlsi2010/"&gt;website&lt;/a&gt;! &lt;span class="fullpost"&gt;&lt;br /&gt;
&lt;br /&gt;
VLSID 2010 features an exciting lineup of seventy technical papers, eight distinguished keynote speakers, and nine invited embedded tutorials/hot topic presentations on the three days of the conference (January 5 - 7).  On the two days preceding the conference (January 3 - 4), there are eight tutorials, including one hands-on tutorial being organized for the first time in the history of the conference. Other events that will happen concurrently with the main conference include industry and education forums, exhibits, and Design/EDA/Systems contest. &lt;br /&gt;
&lt;br /&gt;
The conference call for participation is available for &lt;a href="http://www.vlsiconference.com/vlsi2010/VLSID2010_Poster.pdf"&gt;viewing&lt;/a&gt;!! &lt;br /&gt;
&lt;br /&gt;
You can now register &lt;a href="http://vlsiconference.com/vlsi2010/registration.html"&gt;online&lt;/a&gt;, and avail of early bird registration rates.  If you need any further information, please feel free to write to organizing committee member Mohammed Hussain Mohammed.Hussain@synopsys.com&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-392526573956881760?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/ymK7iKhhxjw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/392526573956881760/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=392526573956881760&amp;isPopup=true" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/392526573956881760?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/392526573956881760?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/ymK7iKhhxjw/vlsid-2010-conference-bangalore.html" title="VLSID 2010 Conference (Bangalore): Registrations open!" /><author><name>Murugavel Ganesan</name><uri>http://www.blogger.com/profile/12181819232522444956</uri><email>murugavelganesan@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="12768646337384746707" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/11/vlsid-2010-conference-bangalore.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkAEQHYyeCp7ImA9WxNUFUw.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-3374448025467440260</id><published>2009-11-06T18:01:00.000+05:30</published><updated>2009-11-06T18:01:41.890+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-06T18:01:41.890+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Negative Feedback" /><title>When people give negative feedback about you?</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/87yneeiNtUHdu9cbLikBRernedc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/87yneeiNtUHdu9cbLikBRernedc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/87yneeiNtUHdu9cbLikBRernedc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/87yneeiNtUHdu9cbLikBRernedc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;For the most part the primary reaction is to defend yourself with a cause or justification or to just outrightly acknowledge and move on. We may sometimes be in a situation not knowing how to respond! We may even be not sure if we have the capability to really tackle this in a professional and meaningful way.&lt;span class="fullpost"&gt;&lt;br /&gt;
Regardless of whether or not they have the infrastructure to respond, here are some ways to look at it:&lt;br /&gt;
&lt;br /&gt;
   1. &lt;b&gt;Is the feedback legitimate?&lt;/b&gt; There are many instances where the negativity actually has some merit. It's hard for everybody to have a pristine experience when issues pop up. In a lot of instances, the negative feedback is not about the overall work quality or efficiency, but is an exception to the rule. If the negative feedback is legitimate, it does require some kind of response. Does it require a personal response in every instance? Not necessarily. As long as the response is communicated in a human and personal way and mutually agreeable it could correct the course. &lt;br /&gt;
&lt;br /&gt;
   2. &lt;b&gt;Is the person crazy?&lt;/b&gt; Don't laugh. It is possible. We've all read peer reviews and marvelled at how someone's review of a work package has no real attachment to the reality we all share. The world is full of crazy people who are just looking for a soapbox to be heard or a cause to take on. In this instance, you have to tread carefully. Responding may open up a can of worms that will see no end and no reason. No responding might only aggravate the individual. These are special/case-by-case instances, and they might require something more traditional - like a phone call - to try and resolve the scenario. If you get a mixed bag of Positive and Negative feedback very frequently from the same person, it just time to re-think your strategies.&lt;br /&gt;
&lt;br /&gt;
   3. &lt;b&gt;Is apologizing an option?&lt;/b&gt; Apologies definitely go a long way. But be political and dont give away too much!&lt;br /&gt;
&lt;br /&gt;
   4. &lt;b&gt;Should you just forget about it and move on?&lt;/b&gt; There are many schools of thoughts on this. Some people say you have to respond to each and every piece of feedback (both positive and negative), some argue that you should only respond to those who really do have some kind of impact, and then there is the group that simply sits backs and just lets it fly without ever responding. Your mileage may vary. Depending on the scenario, the type of feedback and the voices behind the noise, is how you will best gauge how to respond. It is usually good to respond in some kind of fashion so that your own POV (point of view) is - at least - a part of the conversation.&lt;br /&gt;
&lt;br /&gt;
   5. &lt;b&gt;Should you respond to everything?&lt;/b&gt; It's very easy to respond to the good stuff, it is hard (and time consuming) to respond to the negative by citing justification and stuff. The answer to this one ties into #4. In a perfect world, yes - respond to everything (with the exception of the people in #2). In responding, you're not just answering to this one individual's gripe, you're better able to reflect on how your brand "lives" in people's minds, and I believe this will make you a better Marketer, a better Communications Professional and a better brand.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-3374448025467440260?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/aH40z3ku1qo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/3374448025467440260/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=3374448025467440260&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/3374448025467440260?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/3374448025467440260?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/aH40z3ku1qo/when-people-give-negative-feedback.html" title="When people give negative feedback about you?" /><author><name>Murugavel Ganesan</name><uri>http://www.blogger.com/profile/12181819232522444956</uri><email>murugavelganesan@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="12768646337384746707" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/11/when-people-give-negative-feedback.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUMARnw9cSp7ImA9WxNaEUg.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-5303186594311892759</id><published>2009-11-03T19:01:00.007+05:30</published><updated>2009-11-25T18:20:47.269+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-25T18:20:47.269+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="EDA" /><category scheme="http://www.blogger.com/atom/ns#" term="Open-Source" /><category scheme="http://www.blogger.com/atom/ns#" term="Fedora" /><title>Fedora Electronics Lab</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/zYkytJGOFYcNBzn4wkABazesFSw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/zYkytJGOFYcNBzn4wkABazesFSw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/zYkytJGOFYcNBzn4wkABazesFSw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/zYkytJGOFYcNBzn4wkABazesFSw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Fedora Electronic Lab (FEL) comes to fix one big problem in the opensource community.&lt;a href="http://media.linkedin.com/mpr/mpr/shrink_80_80/p/2/000/001/25b/3b36350.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://media.linkedin.com/mpr/mpr/shrink_80_80/p/2/000/001/25b/3b36350.jpg" /&gt;&lt;/a&gt; &lt;br /&gt;
The problem is : there is no one who provides opensource EDA solutions for the real life. Although it is one problem, it is very complex in itself. In real life, designers use EDA software to design chips or circuit boards. Thereby the designer requires a set of hardware design tools to design his/her chips. However the same set of hardware design tools does not apply for every hardware design project.&lt;span class="fullpost"&gt;&lt;br /&gt;
FEL is the vision child of &lt;a href="http://chitlesh.fedorapeople.org/FEL/"&gt;Chitlesh Goorah&lt;/a&gt; [Interview @ http://fedoraproject.org/wiki/Interviews/FEL)]...&lt;br /&gt;
&lt;br /&gt;
FEL is..&lt;br /&gt;
* Fedora's EDA portfolio,&lt;br /&gt;
* an opensource EDA provider and&lt;br /&gt;
* opensource EDA community builder.&lt;br /&gt;
&lt;br /&gt;
Advantages&lt;br /&gt;
* Deployable in both development and production environments.&lt;br /&gt;
* No kernel patches are required, making it easy to deploy and use.&lt;br /&gt;
* No licenses required and it is free.&lt;br /&gt;
&lt;br /&gt;
Main Highlights:&lt;br /&gt;
"Fedora Electronic Lab" targets mainly the Micro-Nano Electronic Engineering field. It introduces:&lt;br /&gt;
* a collection of Perl modules to extend Verilog and VHDL support.&lt;br /&gt;
* tools for Application-Specific Integrated Circuit (ASIC) Design Flow process.&lt;br /&gt;
* extra standard cell libraries supporting a feature size of 0.13µm. (more than 300 MB)&lt;br /&gt;
* extracted spice decks which can be simulated with gnucap/ngspice or any spice simulators.&lt;br /&gt;
* interoperability between various packages in order to achieve different design flows.&lt;br /&gt;
* tools for embedded design and to provide support for ARM as a secondary architecture in Fedora.&lt;br /&gt;
* tool set for Openmoko development and other opensource hardware communities.&lt;br /&gt;
* a Peer Review Web-based solution coupled with Eclipse IDE for Embedded/Digital Hardware IP design.&lt;br /&gt;
* PLA tools, C-based design methodologies, simulators for 8051 and 8085 microcontrollers and many more ...&lt;br /&gt;
&lt;br /&gt;
FEL live CD can be downloaded &lt;a href="http://linux.softpedia.com/get/System/Operating-Systems/Linux-Distributions/Fedora-Electronic-Lab-LiveCD-30229.shtml"&gt;here&lt;/a&gt;..&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-5303186594311892759?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/hMn775YqL0A" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/5303186594311892759/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=5303186594311892759&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/5303186594311892759?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/5303186594311892759?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/hMn775YqL0A/fedora-electronics-lab.html" title="Fedora Electronics Lab" /><author><name>Murugavel Ganesan</name><uri>http://www.blogger.com/profile/12181819232522444956</uri><email>murugavelganesan@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="12768646337384746707" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/11/fedora-electronics-lab.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0IMSXY5fip7ImA9WxNVGEw.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-5724571933095058455</id><published>2009-10-29T15:47:00.001+05:30</published><updated>2009-10-29T15:49:48.826+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-29T15:49:48.826+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Missing" /><title>Did not find what you are looking for?</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/7AQ4EygENa4BP-vKFk0eJE0jZGk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7AQ4EygENa4BP-vKFk0eJE0jZGk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/7AQ4EygENa4BP-vKFk0eJE0jZGk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7AQ4EygENa4BP-vKFk0eJE0jZGk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Did you try using our custom search box at the top of the page? Still not found? Please send us an email and we will author an article on that missing topic.&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-5724571933095058455?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/V21HthDRT9Q" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/5724571933095058455/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=5724571933095058455&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/5724571933095058455?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/5724571933095058455?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/V21HthDRT9Q/did-not-find-what-you-are-looking-for.html" title="Did not find what you are looking for?" /><author><name>Murugavel Ganesan</name><uri>http://www.blogger.com/profile/12181819232522444956</uri><email>murugavelganesan@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="12768646337384746707" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/10/did-not-find-what-you-are-looking-for.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkYAQ3gycCp7ImA9WxNVGEQ.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-6777857231506154188</id><published>2009-10-22T18:26:00.002+05:30</published><updated>2009-10-30T14:45:42.698+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-30T14:45:42.698+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Flash Memories" /><category scheme="http://www.blogger.com/atom/ns#" term="NOR Flash" /><category scheme="http://www.blogger.com/atom/ns#" term="NAND Flash" /><category scheme="http://www.blogger.com/atom/ns#" term="Nor" /><title>Flash Memories - Types</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mtGi8RXgH9IEraFjhpDpapTIy-c/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mtGi8RXgH9IEraFjhpDpapTIy-c/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mtGi8RXgH9IEraFjhpDpapTIy-c/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mtGi8RXgH9IEraFjhpDpapTIy-c/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Although all flash memories use the same basic storage cell, there are a number of ways in which the cells can be interconnected within the overall memory array. The two most prominent architectures are known as NOR and NAND; these terms, derived from traditional combinatorial logic, indicate the topology of the array and the manner in which individual cells are accessed for reading and writing. &lt;span class="fullpost"&gt;Initially, there was a basic distinction between these two fundamentally different architectures, with NOR devices exhibiting inherently faster read times and NAND devices offering higher storage densities (because the NAND cell is about 40% smaller than the NOR cell). NOR Flash memories are considered to be the best choice for densities up to 256 Mbits, while NAND types are preferred for 512-Mbits and up. This is the best compromise between large data storage capacities and cell size - and consequently, final die size.&lt;br /&gt;
&lt;br /&gt;
NOR Flash Memory:&lt;br /&gt;
NOR-type Flash memories are based on technologies that evolved largely from the first non-volatile memory technologies. They are typically organized as a number of blocks between 16 Kbytes and 128 Kbytes, each of which can be individually erased or programmed. The architecture can be either uniform if all of the blocks are the same size or asymmetrical when the blocks vary in size. The array can be organized as a single piece of memory or split into dual or multiple banks, and in some cases, one block (called boot block) located at the top or the bottom of the address space, is dedicated to the storage of the boot code. NOR Flash memories usually have a random access for reading at byte/word level and sometimes a page access mode, allowing the reader to view an entire page of 2 to 4 words in one go. When very rapid read operations are required, the Flash memory is equipped with a burst read mode, which allows data to be transferred on every clock cycle.&lt;br /&gt;
&lt;br /&gt;
Parallel and Serial Interface:&lt;br /&gt;
Parallel Access and Serial Access Parallel buses were primarily used to interface flash memories with microcontrollers and microprocessors through an address bus, a data bus and a control bus. By default, the term "Flash memory" refers to a parallel interface memory. The data bus can be organized as x8 bits, x16 bits or x32 bits. In some cases, address and data buses can be multiplexed. They are available in densities of up to 128 Mbits. Because of their rapid read times, Flash memories are traditionally used for basic code or code-plus-parameter storage where greater flexibility compared to EPROM is more important than the additional unit cost. More recently, they have pervaded many new applications where their key functions are to store both code and data. This was achieved by dual operations supported by dual or multiple bank architecture, which enable programming/erasing operations in one bank while reading from another bank. The serial bus is used to connect a Flash memory to a microcontroller or an ASIC equipped with a serial bus. Serial buses are input/output interfaces supporting a mixed address/data protocol. The serial bus connectivity reduces the number of interface signals required. For example, the SPI bus, the most popular serial bus for serial Flash memories, requires only 4 signals (data in, data out, clock and chip select) compared to 21 signals necessary to interface a 10-bit address parallel memory. As a result, the number of pins of the memory package (memory and bus master) is reduced, as is the number of PCB tracks. Consequently, a serial memory can fit into a smaller and less expensive package. However, serial Flash memories are available in lower densities than Flash memories. The communication throughput between serial Flash memory and master processor is lower than for traditional Flash memories. Consequently, the time to download code into the serial memory and execute it from the memory is longer. As a result, serial Flash memories are usually used for small code storage associated with a cache RAM. This is called a code shadowing architecture. The executable code is first programmed in the memory and it is write protected. After power-up, it is downloaded from memory to RAM from where it is executed by the master processor.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-6777857231506154188?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/MajltgkXLmY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/6777857231506154188/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=6777857231506154188&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/6777857231506154188?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/6777857231506154188?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/MajltgkXLmY/flash-memories-types.html" title="Flash Memories - Types" /><author><name>Murugavel Ganesan</name><uri>http://www.blogger.com/profile/12181819232522444956</uri><email>murugavelganesan@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="12768646337384746707" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/10/flash-memories-types.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkYMSHw-cSp7ImA9WxNVGEQ.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-8462215518082841022</id><published>2009-10-22T18:17:00.005+05:30</published><updated>2009-10-30T14:46:29.259+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-30T14:46:29.259+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Flash Memories" /><category scheme="http://www.blogger.com/atom/ns#" term="NOR Flash" /><category scheme="http://www.blogger.com/atom/ns#" term="NAND Flash" /><category scheme="http://www.blogger.com/atom/ns#" term="Serial Flash" /><category scheme="http://www.blogger.com/atom/ns#" term="Non-Volatile" /><title>Flash Memories - Introduction</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/eJze74439OzAvxYwHHeCTGLxtmU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eJze74439OzAvxYwHHeCTGLxtmU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/eJze74439OzAvxYwHHeCTGLxtmU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eJze74439OzAvxYwHHeCTGLxtmU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Flash memory is a type of electronic memory increasingly used in a wide range of communications, consumer, computer and peripherals, and automotive applications, but which relatively few semiconductor companies can produce in volume at the low cost equipment manufacturers require. Flash memories belongs to the class of semiconductor memories called non-volatile memories, of which it is the most dynamic driving force. &lt;span class="fullpost"&gt;Semiconductor memories can be divided into two different types: those that can only retain data stored in them while they are connected to a battery or some other source of electrical power (volatile), and those that retain their data even if their power supply is removed (non-volatile).&lt;br /&gt;
&lt;br /&gt;
Flash memories can be electrically erased and it is not necessary to erase the whole memory array in order to store new data in part of it. Flash memory, EPROM and EEPROM devices all use the same basic floating gate mechanism to store data, but they use different techniques for reading and writing data.&lt;br /&gt;
&lt;br /&gt;
In each case, the basic memory cell consists of a single MOS transistor (MOSFET) with two gates:&lt;br /&gt;
• control gate connected to the read/write control circuitry&lt;br /&gt;
• floating gate located between the control gate and the channel of the MOSFET(the part of the MOSFET through which electrons flow between the so-called&lt;br /&gt;
Source and Drain terminals).&lt;br /&gt;
&lt;br /&gt;
In a standard MOSFET, a single Gate terminal controls the electrical resistance of the channel: electrical voltage applied to the gate controls how much current can flow between the Source and Drain. The MOSFETs used in non-volatile memories include a second gate that is completely surrounded by an insulating layer of silicon dioxide, i.e., it is electrically isolated from the rest of the circuitry. Because the floating gate is physically very close to the MOSFET channel, even a small electric charge has an easily detectable effect on the electrical behavior of the transistor. By applying appropriate signals to the control gate and measuring the change in transistor behavior, it is possible to determine whether there is an electrical charge on the floating gate. Because the floating gate is electrically isolated from the rest of the transistor, special techniques are required to move electrons to and from the floating gate.&lt;br /&gt;
&lt;br /&gt;
One method is to fill the MOSFET channel with high-energy electrons by making a relatively high current pass between the drain and the source of the MOSFET. Some of these "hot" electrons have sufficient energy to cross the potential barrier between the channels and reach the floating gate. When the high current in the channel is removed, these electrons remain trapped in the floating gate. This is the method used to program the memory cells in EPROM and Flash memories. This technique, known as Channel Hot Electron (CHE) injection, can be used to load an electrical charge onto the floating gate, but does not provide a way to discharge it. EPROM technology achieves this by flooding the entire memory array with ultra-violet light; the high-energy light rays penetrate the chip structure and impart enough energy to the trapped electrons to allow them to escape from the floating gate.&lt;br /&gt;
&lt;br /&gt;
The second method of moving a charge to a floating gate is the quantum mechanical effect known as tunneling. In this method electrons are removed from the floating gate by applying a voltage that is large enough to cause electrons to 'tunnel' across the insulating oxide layer to the source between the MOSFET control gate and the source or the drain. The number of electrons that can tunnel across an insulating layer in a given time depends on the thickness of the layer and the value of the applied voltage. To meet realistic voltage levels and erase-time constraints, the insulating layer must be very thin, typically 7nm (70 Angstroms).&lt;br /&gt;
&lt;br /&gt;
EEPROM memories use tunneling to charge and discharge the floating gate according to the polarity of the applied tunneling voltage. A Flash memory can therefore be considered to be a memory device that is programmed like an EPROM and erased like an EEPROM, although there is much more to Flash technology than simply grafting the EEPROM erase mechanism onto EPROM technology.&lt;br /&gt;
&lt;br /&gt;
The most important difference between EPROM and the other two processes lies in the thickness of the oxide layer that separates the floating gate from the source. In an EPROM, this is typically 20-25nm, but this is far too thick to allow tunneling to take place at an acceptable rate with a practical voltage level. For Flash memory, tunnel oxide thickness of around 10nm is required, and the quality of this oxide layer has a dramatic effect on the performance and reliability of the device. This is one of the reasons that relatively few semiconductor manufacturers have mastered Flash technology and even fewer have been able to reliably combine Flash technology and mainstream CMOS processes to build products such as microcontrollers with embedded Flash memory.&lt;br /&gt;
&lt;br /&gt;
In the next post on this series, we will look at NAND, NOR, Parallel &amp; Serial Flashes!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-8462215518082841022?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/oYUtBGP0yAI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/8462215518082841022/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=8462215518082841022&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/8462215518082841022?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/8462215518082841022?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/oYUtBGP0yAI/flash-memroies-introduction.html" title="Flash Memories - Introduction" /><author><name>Murugavel Ganesan</name><uri>http://www.blogger.com/profile/12181819232522444956</uri><email>murugavelganesan@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="12768646337384746707" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/10/flash-memroies-introduction.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUAEQHo4fip7ImA9WxNaEUg.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-1746367645694125298</id><published>2009-06-24T17:19:00.011+05:30</published><updated>2009-11-25T18:25:01.436+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-25T18:25:01.436+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Medical" /><category scheme="http://www.blogger.com/atom/ns#" term="Implants" /><category scheme="http://www.blogger.com/atom/ns#" term="Neural Networks" /><title>Researchers expand clinical study of brain implant</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/-0CMur4AIPgQ4FDM3oxHoaJwCnk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-0CMur4AIPgQ4FDM3oxHoaJwCnk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/-0CMur4AIPgQ4FDM3oxHoaJwCnk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-0CMur4AIPgQ4FDM3oxHoaJwCnk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;span style="display: inline;"&gt;&lt;img alt="braingateneuralinterface.jpg" src="http://www.boingboing.net/braingateneuralinterface.jpg" style="margin: 0pt 0pt 20px 20px; float: right; width: 88px; height: 88px;" /&gt;&lt;/span&gt;We are excited to see that the BrainGate Neural Interface System is &lt;a href="http://www.scientificamerican.com/article.cfm?id=braingate-neural-interface" target="_blank"&gt;moving to phase-II clinical testing&lt;/a&gt;.&lt;br /&gt;
&lt;b&gt;BrainGate is:&lt;/b&gt;&lt;br /&gt;
A baby aspirin-size brain sensor containing 100 electrodes, each thinner than a human hair, that connects to the surface of the motor cortex (the part of the brain that enables voluntary movement), registers electrical signals from nearby neurons, and transmits them through gold wires to a set of computers, processors and monitors. The goal is for patients with brain stem stroke, ALS, and spinal cord injuries to eventually be able to control prosthetic limbs directly form their brains.&lt;span class="fullpost"&gt;An earlier version of the BrainGate system helped a young tetraplegic named &lt;a href="http://en.wikipedia.org/wiki/Matt_Nagle" target="_blank"&gt;Matt Nagle&lt;/a&gt; control a mouse cursor and operate a very basic prosthetic hand. A 25-year-old locked-in patient named &lt;a href="http://www.esquire.com/features/unspeakable-odyssey-motionless-boy-1008"&gt;Erik Ramsey&lt;/a&gt;, who is participating in the only other FDA-approved clinical trial of a brain-computer interface. Ever since a car accident nine years ago, the only part of Erik's body that has been under his control has been his eyeballs, and even those he can only move up and down. The hope is that he might someday use his neural implant to control a digital voice:&lt;br /&gt;
&lt;blockquote&gt;When Erik thinks about puckering his mouth into an &lt;i&gt;o&lt;/i&gt; or stretching his lips into an &lt;i&gt;e,&lt;/i&gt; a unique pattern of neurons fires--even though his body doesn't respond. It's like flicking switches that connect to a burned-out bulb. The electrode implant picks up the noisy firing signals of about fifty different neurons, amplifies them, and transmits them across Erik's skull to two small receivers glued to shaved spots on the crown of his head. Those receivers then feed the signal into a computer, which uses a sophisticated algorithm to compare the pattern of neural firings to a library of patterns Kennedy recorded earlier. It takes about fifty milliseconds for the computer to figure out what Erik is trying to say and translate those thoughts into sound.&lt;br /&gt;
&lt;/blockquote&gt;Like the BrainGate sensor, Erik's neural implant was inserted into the motor cortex (in his case, the specific region that controls the mouth, lips, and jaw). But Erik's implant only has a single electrode, whereas the BrainGate has 100, which means it should, theoretically, be able to differentiate signals from a far greater number of neurons.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-1746367645694125298?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/9v1dc-ct6Ug" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/1746367645694125298/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=1746367645694125298&amp;isPopup=true" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/1746367645694125298?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/1746367645694125298?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/9v1dc-ct6Ug/researchers-expand-clinical-study-of.html" title="Researchers expand clinical study of brain implant" /><author><name>One Nanometer</name><email>onenanometer@gmail.com</email></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/06/researchers-expand-clinical-study-of.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEQDQ3g8eyp7ImA9WxJWEEs.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-1119067410463689215</id><published>2009-06-15T17:09:00.005+05:30</published><updated>2009-06-15T17:16:12.673+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-15T17:16:12.673+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="VLSI Technology Symposium" /><category scheme="http://www.blogger.com/atom/ns#" term="papers" /><title>Hot papers at 2009 VLSI Technology Symposium</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/WaTVg0ONzpCJmsh711FurX1y0Uc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WaTVg0ONzpCJmsh711FurX1y0Uc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/WaTVg0ONzpCJmsh711FurX1y0Uc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WaTVg0ONzpCJmsh711FurX1y0Uc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;a href="http://www.eetimes.com/news/semi/rss/showArticle.jhtml?articleID=217800771&amp;amp;cid=RSSfeed_eetimes_semiRSS"&gt;Hot papers from this year's VLSI Technology Symposium include three nonvolatile memory advancements:&lt;/a&gt; Toshiba' BiCS Flash, Samsung's vertical-stacked transistor structures and Hitachi's PCRAM. Two papers on advanced logic processes include: Intel's" High-k/Metal Gate Stacks" and IBM's "32nm SOI CMOS with Highk/ Metal Gate."&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-1119067410463689215?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/Qa4-EetNzYk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/1119067410463689215/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=1119067410463689215&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/1119067410463689215?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/1119067410463689215?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/Qa4-EetNzYk/hot-papers-at-2009-vlsi-technology.html" title="Hot papers at 2009 VLSI Technology Symposium" /><author><name>One Nanometer</name><email>onenanometer@gmail.com</email></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/06/hot-papers-at-2009-vlsi-technology.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEQESXw_eSp7ImA9WxJWEEs.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-5946348891378987194</id><published>2009-06-15T17:09:00.004+05:30</published><updated>2009-06-15T17:15:08.241+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-15T17:15:08.241+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Low Cost Phones" /><category scheme="http://www.blogger.com/atom/ns#" term="Emerging Markets" /><title>Low-cost phones, emerging markets to drive handsets sector</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/b8NywH48Q-iqbAoU5AM8F1HHN8g/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/b8NywH48Q-iqbAoU5AM8F1HHN8g/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/b8NywH48Q-iqbAoU5AM8F1HHN8g/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/b8NywH48Q-iqbAoU5AM8F1HHN8g/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;With developed markets saturated and shifting mostly high-end handsets, and mid tier phone providers continuing to struggle, market tracker Juniper &lt;a href="http://www.pheedcontent.com/click.phdo?i=95bee4a6f57037620bdad8cd90eaca56"&gt;Research suggests  low-cost  devices sold to the emerging markets will be the only ray of hope&lt;/a&gt; in the short term.&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-5946348891378987194?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/5VJB1X5PsuY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/5946348891378987194/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=5946348891378987194&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/5946348891378987194?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/5946348891378987194?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/5VJB1X5PsuY/low-cost-phones-emerging-markets-to.html" title="Low-cost phones, emerging markets to drive handsets sector" /><author><name>One Nanometer</name><email>onenanometer@gmail.com</email></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/06/low-cost-phones-emerging-markets-to.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUABRXc-fCp7ImA9WxNaEUg.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-247768205014219064</id><published>2009-06-15T17:04:00.003+05:30</published><updated>2009-11-25T18:25:54.954+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-25T18:25:54.954+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Smart Phones" /><category scheme="http://www.blogger.com/atom/ns#" term="Markets" /><category scheme="http://www.blogger.com/atom/ns#" term="Intel" /><title>Intel Eyes Smartphone Chip Market</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/sR8IH4Al6vnmgyGHxuI-Kpjoxo8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sR8IH4Al6vnmgyGHxuI-Kpjoxo8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/sR8IH4Al6vnmgyGHxuI-Kpjoxo8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sR8IH4Al6vnmgyGHxuI-Kpjoxo8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Intel has been rather successful at carving out a larger percentage of the netbook market with their low power Atom processor. Moving forward, Intel's executives believe there's a good potential to increase Atom's traction in adjacent markets by targeting its low-cost, energy-efficient chips at various multifunctional consumer gadgets including smartphones and other portable devices that access the Internet. &lt;a href="http://hothardware.com/News/Intel-Hopes-To-Enter-Smartphone-Chip-Market/"&gt;Code-named Moorestown, a new version of the chip will offer a 50x power reduction at idle&lt;/a&gt; and reportedly will deliver enough horsepower to handle 720p video recording and 1080p quality playback. It is with this upcoming chip, that &lt;a href="http://www.mercurynews.com/breakingnews/ci_12571912"&gt;Intel will begin targeting the smartphone market In 2011&lt;/a&gt;. Intel also plans to introduce an even smaller, less power hungry version of the chip known as Medfield, which will be built on a 32nm process with a full solution comprising a PCB area of about half the size of a credit card.[Via Slashdot]&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-247768205014219064?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/j-emRP25Wcg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/247768205014219064/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=247768205014219064&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/247768205014219064?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/247768205014219064?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/j-emRP25Wcg/intel-eyes-smartphone-chip-market.html" title="Intel Eyes Smartphone Chip Market" /><author><name>One Nanometer</name><email>onenanometer@gmail.com</email></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/06/intel-eyes-smartphone-chip-market.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU4ARH4yfyp7ImA9WxNaEUg.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-1039560874209326832</id><published>2009-06-10T17:50:00.003+05:30</published><updated>2009-11-25T18:29:05.097+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-25T18:29:05.097+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Nokia" /><category scheme="http://www.blogger.com/atom/ns#" term="Charging" /><title>Nokia Developing Wireless, Accessory-Free Ambient Charging</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/a9bLAigjaPjE6JIFBrJoVlbBz6g/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/a9bLAigjaPjE6JIFBrJoVlbBz6g/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/a9bLAigjaPjE6JIFBrJoVlbBz6g/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/a9bLAigjaPjE6JIFBrJoVlbBz6g/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Engineers at Nokia have hatched a plan to for a system that'll charge phones using nothing more than ambient electromagnetic radiation, or, as you and I might put it, electricity sucked from thin air.&lt;span class="fullpost"&gt;&lt;br /&gt;
&lt;br /&gt;
It sounds a little sci-fi at first, but it's not: RFID tags are powered by electrical signals converted from electromagnetic waves emitted by a nearby sensor machine, which is exactly how this system is said to work. The thing is, the amount of electricity involved here is tiny, and Nokia's system won't even have a base station—it'll draw from ambient electromagnetic waves, meaning Wi-Fi, cell towers and TV antennae. Nokia hopes to harvest about 50 milliwatts—not quite enough to sustain a phone, but enough to mitigate drain, and slowly charge a handset that's been switched off.&lt;br /&gt;
Current prototypes only gather about 5 milliwatts, which is essentially useless, and scientists and industry experts just &lt;a href="http://beta.technologyreview.com/communications/22764/" target="_blank"&gt;don't see&lt;/a&gt; the technology maturing to the point that Nokia wants it to, at least in the near future. But the company's researchers are standing strong:&lt;br /&gt;
I would say it is possible to put this into a product within three to four years.&lt;br /&gt;
If you believe them, this is pretty exciting: maybe not as a primary charging mechanism, but as a battery extender. [&lt;a href="http://beta.technologyreview.com/communications/22764/" target="_blank"&gt;Technology Review&lt;/a&gt;—Image from Technology Review]&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-1039560874209326832?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/h21q7fe7mXU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/1039560874209326832/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=1039560874209326832&amp;isPopup=true" title="7 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/1039560874209326832?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/1039560874209326832?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/h21q7fe7mXU/nokia-developing-wireless-accessory.html" title="Nokia Developing Wireless, Accessory-Free Ambient Charging" /><author><name>One Nanometer</name><email>onenanometer@gmail.com</email></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">7</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/06/nokia-developing-wireless-accessory.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DE4GRns4eip7ImA9WxJQFUo.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-5440436583983129994</id><published>2009-05-29T11:09:00.007+05:30</published><updated>2009-05-29T11:32:07.532+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-29T11:32:07.532+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Moore's Law" /><title>Moore's Law: 43 Years and counting</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/vpyeMoVjm_glCBnm5af4pKVpXJk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vpyeMoVjm_glCBnm5af4pKVpXJk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/vpyeMoVjm_glCBnm5af4pKVpXJk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vpyeMoVjm_glCBnm5af4pKVpXJk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;In 1965, Gordon Moore sat down to pen his article for a Electronics Magazine and this is when he saw some fundamental drivers in the Integrated circuits. Little did he know how powerful his vision would be, or the longevity of what others would come to call a law. Forty year later, in &lt;img style="text-align: left; width: 138px; height: 138px;" src="http://3.bp.blogspot.com/_G8c2zZGuIOY/Sh94k3eugFI/AAAAAAAACSo/fL36_nZbkkU/s200/thm_Intel_Pentium_4_Northwood.jpg" alt="" id="BLOGGER_PHOTO_ID_5341120257848148050" border="0" /&gt;&lt;img style="text-align: left; width: 136px; height: 133px;" src="http://4.bp.blogspot.com/_G8c2zZGuIOY/Sh94kIZGjYI/AAAAAAAACSY/ntaRvQI0zEg/s200/fairchild_ic.jpg" alt="" id="BLOGGER_PHOTO_ID_5341120245208092034" border="0" /&gt;&lt;br /&gt;celebration of his birthday, the semiconductor industry association devoted its annual report to &lt;a href="http://en.wikipedia.org/wiki/Moore%27s_law"&gt;Moore's law&lt;/a&gt;. They searched the world for the top two Moore's law scholars: one from the industry and one from the academia. they then commissioned these scholars to &lt;a href="http://onenanometer.googlepages.com/SIA_AR_2005.pdf"&gt;write two papers that describe Moore's law, its history, its economics and its impact on the world.&lt;/a&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;Moore's original statement that transistor counts had doubled every year can be found in his publication "Cramming more components onto integrated circuits", Electronics Magazine 19 April 1965:&lt;br /&gt;&lt;blockquote&gt;The complexity for minimum component costs has increased at a rate of roughly a factor of two per year ... Certainly over the short term this rate can be expected to continue, if not to increase. Over the longer term, the rate of increase is a bit more uncertain, although there is no reason to believe it will not remain nearly constant for at least 10 years. That means by 1975, the number of components per integrated circuit for minimum cost will be 65,000. I believe that such a large circuit can be built on a single wafer.&lt;/blockquote&gt;&lt;br /&gt;&lt;a href="http://en.wikipedia.org/wiki/Intel_8008"&gt;Intel 8008&lt;/a&gt; | &lt;a href="http://en.wikipedia.org/wiki/Pentium_4"&gt;Intel Pentium4&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-5440436583983129994?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/PP89DHG94yo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/5440436583983129994/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=5440436583983129994&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/5440436583983129994?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/5440436583983129994?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/PP89DHG94yo/moores-law-43-years-and-counting.html" title="Moore's Law: 43 Years and counting" /><author><name>Murugavel Ganesan</name><uri>http://www.blogger.com/profile/12181819232522444956</uri><email>murugavelganesan@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="12768646337384746707" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_G8c2zZGuIOY/Sh94k3eugFI/AAAAAAAACSo/fL36_nZbkkU/s72-c/thm_Intel_Pentium_4_Northwood.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/05/moores-law-43-years-and-counting.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkQCQX4zfSp7ImA9WxNaEUg.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-7426454243801045270</id><published>2009-05-13T11:21:00.004+05:30</published><updated>2009-11-25T18:36:00.085+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-25T18:36:00.085+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Computer Architecture" /><title>Who are the Computer Architects?</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/-h8vbggvpte746kSHffouZQiCnA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-h8vbggvpte746kSHffouZQiCnA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/-h8vbggvpte746kSHffouZQiCnA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-h8vbggvpte746kSHffouZQiCnA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;The author (&lt;a href="http://www.cs.clemson.edu/%7Emark/homepage.html"&gt;Mark Smotherman, Associate Professor, School of Computing, Clemson University&lt;/a&gt;) makes an effort to &lt;a href="http://www.cs.clemson.edu/%7Emark/architects.html"&gt;list the key computer architects mainly to recognize their work&lt;/a&gt;. The listing comprises of instruction set architecture (ISA) and its architect(s), followed by implementations of that ISA and the associated microarchitect(s)/designer(s). The processors that are listing have been available for sale commercially, and in most instances, have categorized the processors by company. The current list mainly includes late 1980's and 1990's ISAs and microprocessor implementations. The list especially highlights the high-performance (i.e., high-risk) implementations.&lt;span class="fullpost"&gt;&lt;br /&gt;
&lt;blockquote&gt;The success and failure of high risk computer developments can quite often be traced to a single individual. It is not accidental that unique persons such as Gene Amdahl, Seymour Cray, Fred Brooks, and Bob Barton have become recognized leaders in the computer architecture and design field. Their reputations did not arise from a happy coincidence of being associated with a successful project; rather, they stand out because of their ability to generate a system wide concept, determine a course of action to get it implemented, make the necessary tradeoffs and finally drive through all obstacles to ensure completion of their vision. &lt;/blockquote&gt;&lt;br /&gt;
Also read: &lt;a href="http://www.cs.clemson.edu/~mark/admired_designs.html"&gt;Which Machines Do Computer Architects Admire?&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-7426454243801045270?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/-X5L99HcDvg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/7426454243801045270/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=7426454243801045270&amp;isPopup=true" title="6 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/7426454243801045270?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/7426454243801045270?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/-X5L99HcDvg/who-are-computer-architects.html" title="Who are the Computer Architects?" /><author><name>Murugavel Ganesan</name><uri>http://www.blogger.com/profile/12181819232522444956</uri><email>murugavelganesan@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="12768646337384746707" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">6</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/05/who-are-computer-architects.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkAER347fCp7ImA9WxJSFk0.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-1966071512753840989</id><published>2009-05-06T16:46:00.001+05:30</published><updated>2009-05-06T16:48:26.004+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-06T16:48:26.004+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tutorials" /><category scheme="http://www.blogger.com/atom/ns#" term="Links" /><title>RFIC Tutorials</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/dAWHm0yla31JFdtnTksnL16f9LI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dAWHm0yla31JFdtnTksnL16f9LI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/dAWHm0yla31JFdtnTksnL16f9LI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dAWHm0yla31JFdtnTksnL16f9LI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;a href="http://rficdesign.com/site.htm"&gt;Interesting site with lots of tutorials on RFIC design. &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-1966071512753840989?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/jAaYGjHR1RQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/1966071512753840989/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=1966071512753840989&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/1966071512753840989?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/1966071512753840989?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/jAaYGjHR1RQ/rfic-tutorials.html" title="RFIC Tutorials" /><author><name>One Nanometer</name><email>onenanometer@gmail.com</email></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/05/rfic-tutorials.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkMNRX4zcCp7ImA9WxJSFk0.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-3939550954474602810</id><published>2009-05-06T16:41:00.002+05:30</published><updated>2009-05-06T16:44:54.088+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-06T16:44:54.088+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Video Lectures" /><title>Free Video Lectures</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/93rzxP_8fcpAxW8Y-dtj4GGh2TI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/93rzxP_8fcpAxW8Y-dtj4GGh2TI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/93rzxP_8fcpAxW8Y-dtj4GGh2TI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/93rzxP_8fcpAxW8Y-dtj4GGh2TI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;A Video Lecture from UC Berkeley on Analog-Digital Interfaces! &lt;a href="http://freevideolectures.com/electronics/Analysis_and_Design_of_VLSI_Analog_Digital_Interface_Integrated_C.php"&gt;Analysis and Design of VLSI Analog-Digital Interface Integrated Circuits &lt;/a&gt;&lt;br /&gt;Checkout the other lectures in the same category.&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-3939550954474602810?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/tgeIsjM8TlM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/3939550954474602810/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=3939550954474602810&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/3939550954474602810?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/3939550954474602810?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/tgeIsjM8TlM/free-video-lectures.html" title="Free Video Lectures" /><author><name>One Nanometer</name><email>onenanometer@gmail.com</email></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/05/free-video-lectures.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUUCRHw7eCp7ImA9WxJSFk0.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-6861583171630839275</id><published>2009-05-06T16:19:00.003+05:30</published><updated>2009-05-06T16:24:25.200+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-06T16:24:25.200+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="WebCasts" /><category scheme="http://www.blogger.com/atom/ns#" term="Seminars" /><category scheme="http://www.blogger.com/atom/ns#" term="Webinars" /><title>Sponsored Post: SpyGlass 4.2.0 Webinar from ATRENTA</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/SyKcN4cZjx9ok6QLC7gSypiaQHc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SyKcN4cZjx9ok6QLC7gSypiaQHc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/SyKcN4cZjx9ok6QLC7gSypiaQHc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SyKcN4cZjx9ok6QLC7gSypiaQHc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;In this SpyGlass(R) webinar, Atrenta experts will take you through the highlights of the new release and cover the following topics, including overviews of:&lt;br /&gt;&lt;br /&gt;* Latest GuideWare™ methodology improvements for better productivity&lt;br /&gt;* New Atrenta Console™ interface for improved ease of use (demo included)&lt;br /&gt;* CDC Setup Manager (demo included)&lt;br /&gt;* Multi-mode timing coverage report, including why it's valuable&lt;br /&gt;* New at-speed test analysis&lt;br /&gt;* CPF and UPF support&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_4d1u5spc-FE/SgFra08uXVI/AAAAAAAAARU/pE2U7eyxGW0/s200/image006.jpg"&gt;&lt;img style="FLOAT: right; MARGIN: 0pt 0pt 10px 10px; WIDTH: 56px; CURSOR: pointer; HEIGHT: 79px" alt="" src="http://1.bp.blogspot.com/_4d1u5spc-FE/SgFra08uXVI/AAAAAAAAARU/pE2U7eyxGW0/s200/image006.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Title:SpyGlass 4.2.0 Webinar&lt;br /&gt;Date:Wednesday, May 6, 2009&lt;br /&gt;Time:7:00 PM - 8:00 PM PDT&lt;br /&gt;&lt;br /&gt;After registering you will receive a confirmation email containing information about joining the Webinar.&lt;br /&gt;Space is limited.Reserve your Webinar seat now at: &lt;a href="https://www1.gotomeeting.com/register/439111672" target="_blank"&gt;https://www1.gotomeeting.com/register/439111672&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-6861583171630839275?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/4MIBDsG4HCE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/6861583171630839275/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=6861583171630839275&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/6861583171630839275?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/6861583171630839275?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/4MIBDsG4HCE/sponsored-post-spyglass-420-webinar.html" title="Sponsored Post: SpyGlass 4.2.0 Webinar from ATRENTA" /><author><name>One Nanometer</name><email>onenanometer@gmail.com</email></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_4d1u5spc-FE/SgFra08uXVI/AAAAAAAAARU/pE2U7eyxGW0/s72-c/image006.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/05/sponsored-post-spyglass-420-webinar.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkYHRn45cSp7ImA9WxJTF04.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-7854729982872625903</id><published>2009-04-26T12:29:00.003+05:30</published><updated>2009-04-26T12:45:37.029+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-26T12:45:37.029+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Communication Skills" /><title>Effective communications skills for the Industry - Modulation skills</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/q7V5iG7A66WuNjsNNDA7RLygChc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/q7V5iG7A66WuNjsNNDA7RLygChc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/q7V5iG7A66WuNjsNNDA7RLygChc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/q7V5iG7A66WuNjsNNDA7RLygChc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;During a conversation voice modulation plays a major role in defining the atmosphere to get the message out. In this post we look at the various factors that can be worked during a conversation.&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Pitch:&lt;/b&gt; Musical notes as in "Do Re Me So .." or "Sa Re Ga Ma .." usually start from low pitch to high pitch.&lt;br /&gt;&lt;b&gt;Volume:&lt;/b&gt; How loud can you be.&lt;br /&gt;&lt;b&gt;Tone:&lt;/b&gt; The character/Timbre of sound. (Eg. The Rustle of Paper or the Tinkle of glass.&lt;br /&gt;&lt;b&gt;Pace:&lt;/b&gt; The speed of conversation or how long a sound lasts.&lt;br /&gt;&lt;br /&gt;The variation of the above aspects of your voice give personality, variety and clarity to your conversation. To check and modulate the individual effectiveness of your voice focus attention by following the below steps...&lt;br /&gt;&lt;br /&gt;1. Cup your right hand around your right ear pulling it forward.&lt;br /&gt;2. Cup your left hand around your mouth to direct sound in to you ear.&lt;br /&gt;3. Then talk and hear your voice. This is pretty much how people will hear you.&lt;br /&gt;&lt;br /&gt;Use the below to control your voice..(the PAMPERS of voice if i may call it ;-))&lt;br /&gt;&lt;b&gt;P Projection&lt;br /&gt;A Articulation&lt;br /&gt;M Modulation&lt;br /&gt;P Pronunciation&lt;br /&gt;E Enunciation&lt;br /&gt;R Repetition&lt;br /&gt;S Speed&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Earlier post:&lt;/b&gt;&lt;br /&gt;&lt;a href="http://digitalelectronics.blogspot.com/2009/04/effective-communications-skills-for.html"&gt;Effective communications skills for the Industry - Being Politically ccorrect&lt;/a&gt;&lt;br /&gt;&lt;a href="http://digitalelectronics.blogspot.com/2009/03/effective-communications-skills-for_24.html"&gt;Effective communications skills for the Industry - The Basics&lt;/a&gt;&lt;br /&gt;&lt;a href="http://digitalelectronics.blogspot.com/2009/03/effective-communications-skills-for.html"&gt;Effective communications skills for the Industry - Introduction&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-7854729982872625903?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/oUX_lGGd0pA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/7854729982872625903/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=7854729982872625903&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/7854729982872625903?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/7854729982872625903?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/oUX_lGGd0pA/effective-communications-skills-for_26.html" title="Effective communications skills for the Industry - Modulation skills" /><author><name>Murugavel Ganesan</name><uri>http://www.blogger.com/profile/12181819232522444956</uri><email>murugavelganesan@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="12768646337384746707" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/04/effective-communications-skills-for_26.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C04HSX85fCp7ImA9WxJTE08.&quot;"><id>tag:blogger.com,1999:blog-10948316.post-3031543463049467670</id><published>2009-04-21T19:13:00.004+05:30</published><updated>2009-04-21T19:22:18.124+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-21T19:22:18.124+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Websites" /><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><title>Virtual Component Websites and Software</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/g1U97lkRgjd7My-Lhc4KW30z54M/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/g1U97lkRgjd7My-Lhc4KW30z54M/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/g1U97lkRgjd7My-Lhc4KW30z54M/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/g1U97lkRgjd7My-Lhc4KW30z54M/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Virtual Component Exchange (VCX) is a web-based, regulated trading exchange for semiconductor virtual components or intellectual property (IP). The exchange was established as an outgrowth of the Alba Centre which was launched in 1997 by an economic development agency of the Scottish government. The main elements of the Alba Centre initiative were the Virtual Component Exchange, the Institute for  System  Level  Integration  and  the development  of  the  Alba Campus, the physical embodiment of the Alba vision. The Virtual Component Exchange has been acquired by Beach Solutions which continues to operate the website and to sell database solutions  to  both  IP  buyers  and  sellers.  For additional information, &lt;a href="http://www.thevcx.com/"&gt;VCX&lt;/a&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;A similar effort that was launched in France is the Design &amp;amp; Reuse (D&amp;amp;R) web portal which provides a secure catalog of 15,000 IP products from 150 suppliers with 37,000 registered users making 100,000 page views per month. D&amp;amp;R also sells a comprehensive intranet reuse infrastructure that provides an IP supply chain delivering external IPs as well as internal IPs from the designer site to the user site under the control of an IP management system hosting the corporate IP directory. For additional information, &lt;a href="http://www.design-reuse.com/"&gt;D&amp;amp;R&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;SIPAC, System Integration &amp;amp; Intellectual Property Authoring Center, is a non-profit organization located in South Korea that has an IP trading system providing a variety of IP related services. SIPAC has developed IP related guidelines for HDL coding and AMS design. It has also produced a web-based IP verification and evaluation system. For additional information &lt;a href="http://www.sipac.org/"&gt;SIPAC&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Taiwan SoC Consortium (formerly named the Silicon IP  Consortium) is a non-profit organization.  Member companies include fabless design houses, integrated devices manufacturers, system  vendors, foundries, EDA companies, design service companies  and semiconductor research organizations. Its primary mission is to facilitate IP information sharing and IP exchange, especially for the companies in Taiwan. For  additional information, &lt;a href="http://www.taiwansoc.org/"&gt;TaiwanSoC&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;small&gt;Originally published at &lt;a href="http://digitalelectronics.blogspot.com"&gt;The Digital Electronics Blog&lt;/a&gt; by &lt;a href="http://murugango.blogspot.com"&gt;Murugavel Ganesan&lt;/a&gt;.&lt;/small&gt;&lt;br/&gt;
FREE E-BOOK DOWNLOAD - &lt;a href="http://thedigitalelectronicsblog.googlepages.com/Volume1-TheDigitalSignalProcessingHa.pdf"&gt;The Digital Signal Processing Handbook&lt;/a&gt;&lt;br/&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10948316-3031543463049467670?l=digitalelectronics.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheDigitalElectronicsBlog/~4/hfG5f0VFEiE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://digitalelectronics.blogspot.com/feeds/3031543463049467670/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=10948316&amp;postID=3031543463049467670&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/3031543463049467670?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/10948316/posts/default/3031543463049467670?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/TheDigitalElectronicsBlog/~3/hfG5f0VFEiE/virtual-component-websites-and-software.html" title="Virtual Component Websites and Software" /><author><name>Murugavel Ganesan</name><uri>http://www.blogger.com/profile/12181819232522444956</uri><email>murugavelganesan@gmail.com</email><gd:extendedProperty name="OpenSocialUserId" value="12768646337384746707" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://digitalelectronics.blogspot.com/2009/04/virtual-component-websites-and-software.html</feedburner:origLink></entry></feed>
