Monday, November 2, 2009
Attending the calsses
Sunday, July 12, 2009
To my friends,
Aim of my life is to make my country environment friendly developed nation because, today the developed nations are not environment friendly.Developed nations are hi-tech they are living in 2-3 generation ahead and because of this they are contributing more pollution. Since, every industry in developed countries have a panel of environment engineer to control their waste product but still they are unable to minimize it.
"I was born in a developing nation but, will make it developed so that I can die in a developed nation."
People say that, "Akela chana bhad nahi fod sakta" But I believe that "ek sudhrega tabhi desh sudhrega" I have started working in this direction...
- I DO NOT PUT MY TV OR MUSIC SYSTEM ON ‘STANDBY’ MODE - I SWITCH IT OFF WHEN NOT IN USE !
- I SWITCH OFF THAT EXTRA LIGHT BULB IN THE ROOM, AND SWITCH IT OFF COMPLETELY WHEN I LEAVE IT ! USE ENERGY SAVING BULBS !
- I DO NOT THROW WASTE ANYWHERE EXCEPT DUSTBIN!
- I AVOID USE OF PLASTIC BAG!
Amitabh bachchan is promoting "CONSCIOUSNESS OF GLOBAL WARMING "
Swami vivekanand says to youth "ARISE AWAKE AND KNOW YOUR STRENGTH" swami ji says, today we all are contributing toward the development of our country directly or indirectly but before contributing to our country we first develop ourself, unless and untill we are not well disciplined, sincere and honest our nation cannot be a developed nation. In short we must not forget our religion.
Dr. A.P.J. ABDUL KALAM asks us to take the seven point oath...
- I realize, I have to set a goal in my life. To achieve the goal, I will acquire the knowledge, I will work hard, and when the problem occurs, I have to defeat the problem and succeed.
- As a youth of my nation, I will work and work with courage to achieve success in all my tasks and enjoy the success of others.
- I shall always keep myself, my home, my surroundings, neighbourhood and environment clean and tidy.
- I realize righteousness in the heart leads to beauty in the character, beauty in the character brings harmony in the home, harmony in the home leads to order in the nation and order in the nation leads to peace in the world.
- I will lead an honest life free from all corruption and will set an example for others including my home to adopt a righteous way of life.
- I will light the lamp of knowledge in the nation and ensure that it remains lit for ever.
- I realize, whatever work I do if I do the best, I am contributing towards realizing the vision of developed India 2020.
Monday, July 6, 2009
Signal Processing
Saturday, March 29, 2008
VLSI Designing
______________________________________________________________________
DEALING WITH VLSI CIRCUITS
Digital VLSI circuits are predominantly CMOS based. The way normal blocks like latches and gates are implemented is different from what students have seen so far, but the behavior remains the same. All the miniaturization involves new things to consider. A lot of thought has to go into actual implementations as well as design. Let us look at some of the factors involved...
Circuit Delays. Large complicated circuits running at very high frequencies have one big problem to tackle - the problem of delays in propagation of signals through gates and wires ... even for areas a few micrometers across! The operation speed is so large that as the delays add up, they can actually become comparable to the clock speeds.
Power. Another effect of high operation frequencies is increased consumption of power. This has two-fold effect - devices consume batteries faster, and heat dissipation increases. Coupled with the fact that surface areas have decreased, heat poses a major threat to the stability of the circuit itself.
Layout. Laying out the circuit components is task common to all branches of electronics. What's so special in our case is that there are many possible ways to do this; there can be multiple layers of different materials on the same silicon, there can be different arrangements of the smaller parts for the same component and so on.
The power dissipation and speed in a circuit present a trade-off; if we try to optimize on one, the other is affected. The choice between the two is determined by the way we chose the layout the circuit components. Layout can also affect the fabrication of VLSI chips, making it either easy or difficult to implement the components on the silicon.
____________________________________________________________________
THE VLSI DESIGN PROCESS :
A typical digital design flow is as follows:
Specification
Architecture
RTL Coding
RTL Verification
Synthesis
Backend
Tape Out to Foundry to get end product..a wafer with repeated number of identical Ics.
All modern digital designs start with a designer writing a hardware description of the IC (using HDL or Hardware Description Language) in Verilog/VHDL. A Verilog or VHDL program essentially describes the hardware (logic gates, Flip-Flops, counters etc) and the interconnect of the circuit blocks and the functionality. Various CAD tools are available to synthesize a circuit based on the HDL.
Without going into details, we can say that the VHDL, can be called as the "C" of the VLSI industry. VHDL stands for "VHSIC Hardware Definition Language", where VHSIC stands for "Very High Speed Integrated Circuit". This languages is used to design the circuits at a high-level, in two ways. It can either be a behavioral description, which describes what the circuit is supposed to do, or a structural description, which describes what the circuit is made of. There are other languages for describing circuits, such as Verilog, which work in a similar fashion.
Both forms of description are then used to generate a very low-level description that actually spells out how all these are to be fabricated on the silicon chips. This will result in the manufacture of the intended IC.
A typical analog design flow is as follows:
In case of analog design, the flow changes somewhat.
Specifications
Architecture
Circuit Design
Simulation
Layout
Parametric Extraction / Back Annotation
Final Design
Tape Out to foundry.
While digital design is highly automated now, very small portion of analog design can be automated. There is a hardware description language called AHDL but is not widely used as it does not accurately give us the behavioral model of the circuit because of the complexity of the effects of parasitic on the analog behavior of the circuit. Many analog chips are what are termed as "flat" or non-hierarchical designs. This is true for small transistor count chips such as an operational amplifier, or a filter or a power management chip. For more complex analog chips such as data converters, the design is done at a transistor level, building up to a cell level, then a block level and then integrated at a chip level. Not many CAD tools are available for analog design even today and thus analog design remains a difficult art.
_____________________________________________________________________
MOST OF TODAY'S VLSI DESIGNS ARE CLASSIFIED INTO THREE CATEGORIES:
Analog: Small transistor count precision circuits such as Amplifiers, Data converters, filters, Phase Locked Loops, Sensors etc.
ASICS or Application Specific Integrated Circuits: Progress in the fabrication of IC's has enabled us to create fast and powerful circuits in smaller and smaller devices. This also means that we can pack a lot more of functionality into the same area. The biggest application of this ability is found in the design of ASIC's. These are IC's that are created for specific purposes - each device is created to do a particular job, and do it well. The most common application area for this is DSP - signal filters, image compression, etc. To go to extremes, consider the fact that the digital wristwatch normally consists of a single IC doing all the time-keeping jobs as well as extra features like games, calendar, etc.
SoC or Systems on a chip: These are highly complex mixed signal circuits (digital and analog all on the same chip). A network processor chip or a wireless radio chip is an example of an SoC.
___________________________________________________________________
Wants to be wireless....
Mobile embedded devices are small consumer products with small dedicated computers inside them. Some examples of mobile embedded devices are hand-held, battery-operated products such as cell phones, two-way pagers, and personal organizers that you can carry with you in a pocket or purse. Most mobile devices communicate with other devices by way of a wireless link. This wireless link may use Infrared (IR) light, or more frequently, radio waves (RF) to enable the two-way communication without a cord.
A common example of a wireless mobile device that uses IR to establish a communication link is a television or stereo remote. You may point the remote at the television or stereo from across the room, and click buttons to turn the target device on or off and change channels. This is possible because the remote has an IR transmitter and its target device has an IR receiver that enables the one-way communication of data. On the other hand, cell phones are wireless devices that use radio frequency (RF) to communicate with cellular base stations (cell sites). This is done at UHF and microwave frequencies.
Satellites are also wireless systems that use RF to communicate. Satellite communications include such things as the Global Positioning System (GPS) that you can use to easily find your current location within 50 feet.
The embedded chip at each end of the wireless communication runs software for interacting with the end user and managing the transmission. For example, a personal organizer could run software that lets the consumer connect through a PC to the Internet and download updates to its scheduling program.
Consumers are rapidly embracing wireless devices, and the possibilities are limited only by the imagination. Java-based consumer and embedded technologies make application development fast, efficient, and easy because applications written to a reference implementation run on any device that supports the reference implementation.