A SEMINAR REPORT ON CLOCKLESS CHIPS
#1

A SEMINAR REPORT ON
CLOCKLESS CHIPS
Submitted by:AHMED SHAMS
COMPUTER SCIENCE & ENGINEERING
SCHOOL OF ENGINEERING
COCHIN UNIVERSITY OF SCIENCE AND TECHNOLOGY
COCHIN- 682 022
AUGUST 2008
ABSTRACT
Clockless chips are electronic chips that are not using clock for timing signal. They are implemented in asynchronous circuits. An asynchronous circuit is a circuit in which the parts are largely autonomous. They are not governed by a clock circuit or global clock signal, but instead need only wait for the signals that indicate completion of instructions and operations. These signals are specified by simple data transfer protocols. This digital logic design is contrasted with a synchronous circuit which operates according to clock timing signals. The term asynchronous logic is used to describe a variety of design styles, which use different assumptions about circuit properties. These vary from the bundled delay model - which uses 'conventional' data processing elements with completion indicated by a locally generated delay model - to delay-insensitive design - where arbitrary delays through circuit elements can be accommodated. The latter style tends to yield circuits which are larger and slower than synchronous (or bundled data) implementations, but which are insensitive to layout and parametric variations and are thus "correct by design." Unlike a conventional processor, a clockless processor (asynchronous CPU) has no central clock to coordinate the progress of data through the pipeline. Instead, stages of the CPU are coordinated using logic devices called "pipeline controls" or "FIFO sequencers." Basically, the pipeline controller clocks the next stage of logic when the existing stage is complete. In this way, a central clock is unnecessary. It may actually be even easier to implement high performance devices in asynchronous, as opposed to clocked logic.
1. INTRODUCTION
1.1 DEFINITION
Every action of the computer takes place in tiny steps, each a billionth of a second long. A simple transfer of data may take only one step; complex calculations may take many steps. All operations, however, must begin and end according to the clock's timing signals. The use of a central clock also creates problems. As speeds have increased, distributing the timing signals has become more and more difficult. Present-day transistors can process data so quickly that they can accomplish several steps in the time that it takes a wire to carry a signal from one side of the chip to the other. Keeping the rhythm identical in all parts of a large chip requires careful design and a great deal of electrical power. Wouldn't it be nice to have an alternative? Clockless approach, which uses a technique known as asynchronous logic, differs from conventional computer circuit design in that the switching on and off of digital circuits is controlled individually by specific pieces of data rather than by a tyrannical clock that forces all of the millions of the circuits on a chip to march in unison. It overcomes all the disadvantages of a clocked circuit such as slow speed, high power consumption, high electromagnetic noise etc. For these reasons the clockless technology is considered as the technology which is going to drive majority of electronic chips in the coming years.
1.2 CLOCK CONCEPT
The clock is a tiny crystal oscillator that resides in the heart of every microprocessor chip. The clock is what which sets the basic rhythm used throughout the machine. The clock orchestrates the synchronous dance of electrons that course through the hundreds of millions of wires and transistors of a modern computer. Such crystals which tick up to 2 billion times each second in the fastest of today's desktop personal computers, dictate the timing of every circuit in every one of the chips that add, subtract, divide, multiply and move the ones and zeros that are the basic stuff of the information age. Conventional chips (synchronous) operate under the control of a central clock, which samples data in the registers at precisely timed intervals. Computer chips of today are synchronous: they contain a main clock which controls the timing of the entire chips. One advantage of a clock is that, the clock signals to the devices of the chip when to input or output. This functionality of the synchronous design makes designing the chip much easier. The circuit which uses global clock can allow data to flow in the circuit in any manner of sequence and order does not matter.
The diagram above shows the global clock is governing all components in the system that need timing signals. All components operate exactly once per clock tick and their outputs need to be ready and next clock tick.
2. CLOCKLESS APPROACH
2.1 CLOCK LIMITATIONS
There are problems that go along with the clock, however. Clock speeds are now in the gigahertz range and there is not much room for speedup before physical realities start to complicate things. With a gigahertz clock powering a chip, signals barely have enough time to make it across the chip before the next clock tick. At this point, speedup up the clock frequency could become disastrous. This is when a chip that is not constricted by clock speeds could become very valuable. Clock (Frequency
One can create a clock that is so fast and it sends its timing signals to the logic circuits which are governed by the clock timing signals. These logic circuits are supposed to respond to every tick of the clock and yet when they can compile to match the speed then logic circuits will be not optimum according to the speed of clock and hence the input and output can go incorrect. This will result hardware problem since one has to assemble chips to achieve the speed of clock and hence much more complicated situation arise.
2.2 ASYNCRONOUS VIEW
By throwing out the clock, chip makers will be able to escape from huge power dissipation. Clockless chips draw power only when there is useful work to do, enabling a huge savings in battery-driven devices. Like a team of horses that can only run as fast as its slowest member, a clocked chip can run no faster than its most slothful piece of logic; the answer isn't guaranteed until every part completes its work. By contrast, the transistors on an asynchronous chip can swap information independently, without needing to wait for everything else. The result? Instead of the entire chip running at the speed of its slowest components, it can run at the average speed of all components. At both Intel and Sun, this approach has led to prototype chips that run two to three times faster than comparable products using conventional circuitry.
Another advantage of clockless chips is that they give off very low levels of electromagnetic noise. The faster the clock, the more difficult it is to prevent a device from interfering with other devices; dispensing with the clock all but eliminates this problem. The combination of low noise and low power consumption makes asynchronous chips a natural choice for mobile devices.
3. PROBLEMS WITH SYNCRONOUS CIRCUITS
Synchronous circuits are digital circuits in which parts are synchronized by clock signals. In an ideal synchronous circuit, every change in the logical levels of its storage components is simultaneous. These transitions follow the level change of a special signal called the clock signal. Ideally, the input to each storage element has reached its final value before the next clock occurs, so the behavior of the whole circuit can be predicted exactly. Practically, some delay is required for each logical operation, resulting in a maximum speed at which each synchronous system can run. However there are several problems that are associated with synchronous circuits:
3.1 LOW PERFOMANCE
In a synchronous system, all the components are tied up together and the system is working on its worst case execution. The speed of execution will not be faster than that of the slowest circuit in the system and this will determine the final working performance of the system. Although there are faster circuits which have sophisticated performance but since they are depending of some other slow components for input and output of data then they can no long run faster than the slowest components. Hence the performance of the synchronous system is limited to its worst case performance.
3.2 LOW SPEED
A traditional CPU cannot "go faster" than the expected worst-case performance of the slowest stage/instruction/component. When an asynchronous CPU completes an operation more quickly than anticipated, the next stage can immediately begin processing the results, rather than waiting for synchronization with a central clock. An operation might finish faster than normal because of attributes of the data being processed (e.g., multiplication can be very fast when multiplying by 0 or 1, even when running code produced by a brain-dead compiler), or because of the presence of a higher voltage or bus speed setting, or a lower ambient temperature, than 'normal' or expected.
3.3 HIGH POWER DISSIPATION
As we know that clock is a tiny crystal oscillator that keeps vibrating during all time as long as the system is power on, this lead into high power dissipation by the synchronous circuit since they use central clock in their timings. The clock itself consumes about 30 percent of the total power supplied to the circuit and sometimes can even reach high value such as 70 percent. Even if the synchronous system is not active at the moment still its clock will be oscillating and consumes power that is dissipated as heat energy. This makes synchronous system more power consumer and hence not suitable for use in design of mobile devices and battery driven devices.
3.4 HIGH ELECTROMAGNETIC NOISE
Since clock itself is crystal oscillator it is then associated with electromagnetic waves. These waves produce electromagnetic noise due to oscillations. Noise will also be accompanied by emission spectra. The higher the speed of clock is the higher number of oscillations per second and this leak high value of electromagnetic noise and spectra emission. This is not a good sign for design of mobile devices too. Apart from the problems above, the clock is synchronous circuit and globally distributed over the components which are obviously in running in different speed and hence the order of arrive of the timing signal is not important. Data can be received and transmitted in any form of order regardless of there sequential order they arrive at the fist stage of execution. The designing of clock frequency should be so sophisticated since the frequency of the clock is fixed and poor march of design can result problem in the reusability of resources and interfacing with mixed-time environment devices.
4 ASYNCRONOUS CIRCUITS
Asynchronous circuits are the electronic digital circuits that are not govern by the central clock in their timing instead they are standardized in their installation and they use handshakes signals for communication to each other components. In this case the circuits are not tied up together and forced to follow the global clock timing signals but each and every component is loosely and they run at average speed. Asynchronous is can be achieved by implementing three vital techniques and these are:
4.1 CLOCKLESS CHIPS IMPLEMENTATION
In order to achieve asynchronous as final goal one must implement the electronic circuits without using central clock and hence make the system free from tied components obeying clock. One tricky technique is to use clockless chips in the circuit design. Since these chips are not working with central clock and guarantee to free different components from being tied up together. Now as components can run on their own different performance and speed hence asynchronous is established.
4.2 THROWING AWAY GLOBAL CLOCK
There is no way one can success to implement asynchronous in circuits if there is global clock that is managing the whole system timing signals. Since the clock is installed only to enable the synchronization of components, by throwing away the global clock it is possible now for components to be completely not synchronized and the communication between them is only by handshaking mechanism.
4.3 STANDADISE OF COMPONENTS
In synchronous system all the components are closed up together as to be managed by central clock. Synchronous ness can be split up if these components are not bound together and hence standardizing these components is one of the alternatives. Here all the components are going to be standard in a given range of working performance and speed. There is average speed in which the design of system is dedicated to compile and the worst case execution will be avoided.
5. HOW CLOCKLESS CHIPS WORKS
Beyond a new generation of design-and-testing equipment, successful development of clockless chips requires the understanding of asynchronous design. Such talent is scarce, as asynchronous principles fly in the face of the way almost every university teaches its engineering students. Conventional chips can have values arrive at a register incorrectly and out of sequence; but in a clockless chip, the values that arrive in registers must be correct the first time. One way to achieve this goal is to pay close attention to such details as the lengths of the wires and the number of logic gates connected to a given register, thereby assuring that signals travel to the register in the proper logical sequence. But that means being far more meticulous about the physical design than synchronous designers have been trained to be.
An alternative is to open up a separate communication channel on the chip. Clocked chips represent ones and zeroes using low and high voltages on a single wire, "dual-rail" circuits, on the other hand, use two wires, giving the chip communications pathways, not only to send bits, but also to send "handshake" signals to indicate when work has been completed. Fair additionally proposes replacing the conventional system of digital logic with what known as "null convention logic," a scheme that identifies not only "yes" and "no," but also "no answer yet"-a convenient way for clockless chips to recognize when an operation has not yet been completed. All of these ideas and approaches are different enough that executing them could confound the mind of an engineer trained to design to the beat of a clock. It's no surprise that the two newest asynchronous startups, Asynchronous Digital Devices and Self-Timed Solutions, are populating now, and clockless-chip research has been going on the longest. For a chip to be successful, all three elements-design tools, manufacturing efficiency and experienced designers-need to come together. The asynchronous cadre has very promising ideas. There is now way one can obtain pure asynchronous circuits to be used in the complete design of the system and this is one of major barrier of clockless implementation but the circuits were successfully standardized and hence they do not have to be in synchronous mode. And hence handshakes were the solution to overcome synchronization. One component which needs to communicate with the other uses the handshake signals to achieve the establishment of connection and then with set up the time at which is going to send data and at the other side another component will also use the same kind of handshakes to harden the connection and wait for that time to receive data.
In circuits implemented by clockless chips, data do not have to move at random and out of order as in synchronous in which the movement of data is no so essential. In asynchronous circuits data are treated as very important aspect and hence do not move at any time they only and only move when are required to move in case such as transmission between several components. This technique has offered low power consumption and low electromagnetic noise and also there will of course be smooth data streaming.
Asynchronous System
(Distributed Control)
Handshakes
Interface
Synchronous System
(Centralized Control)
clock
6. SIMPLICITY IN DESIGN
There in no complexity of a simple design for clockless chips. The one fundamental achievement is to throw the central clock away and standardization of components can be used intensively. Integrated pipeline mode plays an important role in total system design.
There are about four factors regarding pipeline and these are:
1. Domino logic
2. Delay insensitive
3. Bundle data
4. Dual rail
Domino logic is a CMOS-based evolution of the dynamic logic techniques which were based on either PMOS or NMOS transistors. It allows a rail-to-rail logic swing. It was developed to speed up circuits. In a cascade structure consisting of several stages, the evaluation of each stage ripples the next stage evaluation, similar to a domino falling one after the other. The structure is hence called Domino CMOS Logic. Important features include:
* They have smaller areas than conventional CMOS logic.
* Parasitic capacitances are smaller so that higher operating speeds are
possible.
* Operation is free of glitches as each gate can make only one transition.
* Only non-inverting structures are possible because of the presence of inverting buffer.
* Charge distribution may be a problem
Delay insensitive circuit is a type of asynchronous circuit which performs a logic operation often within a computing processor chip. Instead of using clock signals or other global control signals, the sequencing of computation in delay insensitive circuit is determined by the data flow. Typically handshake signals are used to indicate the readiness of such a circuit to accept new data (the previous computation is complete) and the delivery of such data by the requesting function. Similarly there may be output handshake signals indicating the readiness of the result and the safe delivery of the result to the next stage in a computational chain or pipeline. In a delay insensitive circuit, there is therefore no need to provide a clock signal to determine a starting time for a computation. Instead, the arrival of data to the input of a sub-circuit triggers the computation to start. Consequently, the next computation can be initiated immediately when the result of the first computation is completed.
The main advantage of such circuits is their ability to optimize processing of activities that can take arbitrary periods of time depending on the data or requested function. An example of a process with a variable time for completion would be mathematical division or recovery of data where such data might be in a cache. The Delay-Insensitive (DI) class is the most robust of all asynchronous circuit delay models. It makes no assumptions on the delay of wires or gates. In this model all transitions on gates or wires must be acknowledged before transitioning again. This condition stops unseen transitions from occurring. In DI circuits any transition on an input to a gate must be seen on the output of the gate before a subsequent transition on that input is allowed to happen. This forces some input states or sequences to become illegal. For example OR gates must never go into the state where both inputs are one, as the entry and exit from this state will not be seen on the output of the gate. Although this model is very robust, no practical circuits are possible due to the heavy restrictions. Instead the Quasi-Delay-Insensitive model is the smallest compromise model yet capable of generating useful computing circuits. For this reason circuits are often incorrectly referred to as Delay-Insensitive when they are Quasi-Delay- Insensitive.
Dual rail is the technique employed to influence asynchronization of circuits by establishing two connections to any circuit that is in connection. Hence it provides one line for handshakes signals and the other for data transmission. The proposed bundled-data pipelines include novel data-dependent delay lines with integrated control circuitry to efficiently implement speculative completion sensing. The control circuits are based on a novel control-circuit template that simplifies the design of such nonlinear pipelines. Extensive post- layout back-end timing analysis was performed to gain confidence in the timing margins as well as to quantify performance and energy. Comparison with a synchronous counterpart suggests that our best asynchronous design yields 30% higher average throughput with negligible energy overhead.
6.1 ASYNCRONOUS FO HIGHER PERFOMANCE
In order to increase the performance of the circuit, the following are basics to be implements.
* Data-dependent delays.
*All carry bits need to be computed.
The figure show first circuit being not asynchronous and then the second shows dual rail with every bit taken into computation.
6.2 ASYNCHRONOUS FOR LOW POWER
Power consumption is very important aspect in designing any mobile and to increase the battery capacity and life for battery driven devices. Hence asynchronization of power is completely inevitable to achieve a low level of power dissipated. The circuit should consume power only when and where active. Rest of the time the circuit returns to a non-dissipating state, until next activation. The figure shows how power is less confused by first taking down the frequency by dividing the give frequency to two and the next one show as many circuits are cascaded the more the frequency is divided. This provides a crucial reduction on power consumption.
6.3 ASYNCRONOUS FOR LOW NOISE
Any system with clock will be having oscillations in it and will create electromagnetic noise and this is the source of the actual noise one hears from convectional computers. For every clock cycle there will be spike emitted and emission of random spectra is accompanied together with noise. This problem is greatly reduced to significant considerable range by discarding the central clock as explain above and the spectra radiation are much smoother in asynchronous circuits.
7. APPLICATIONS OF Clockless chips are used in other applications also on rather than in design of
computers and these are:
7.1 WEARABLE COMPUTERS
Wearable computers are mobile computers that are worn on the body. They have been applied to areas such as behavioral modeling, health monitoring systems, information technologies and media development. Government organizations, military, and health professionals have all incorporated wearable computers into their daily operations. Wearable computers are especially useful for applications that require computational support while the user's hands, voice, eyes or attention are actively engaged with the physical environment.
7.1 INFRARED COMMUNICATION RECEIVER
Infrared (IR) radiation is electromagnetic radiation whose wavelength is longer than that of visible light, but shorter than that of terahertz radiation and microwaves. This has been implemented in designing receivers that receive transmitted data via infrared. Infrared communication receiver is one of computer peripherals and since it has asynchronous in nature then clockless chips are implemented for its design.
7.2 IN RS
A r (sometimes called a beeper) is a simple personal telecommunications device for short messages. A one-way numeric r can only receive a message consisting of a few digits. Typically a phone number that the user is then expected to call. Alphanumeric rs are available, as well as two-way rs that have the ability to send and receive email, numeric s, and SMS messages. rs consisting largely of emergency service personnel, medical personnel, and information technology support staff.
7.3 FILTER BANK FOR DIGITAL HEARING
A filter bank is an array of band-pass filters that separates the input signal into several components, each one carrying a single frequency subband of the original signal. It also is desirable to design the filter bank in such a way that subbands can be recombined to recover original signal. The first process is called analysis, while the second is called synthesis. The output of analysis is referred as subband signal with as many subbands as there are filters in filter bank. The filter bank serves to isolate different frequency components in a signal. This is useful because for most applications some frequencies are more important than others. For example these important frequencies can be coded with a fine resolution. Small differences at these frequencies are significant and a coding scheme that preserves these differences must be used. On the other hand, less important frequencies do not have to be exact. A coarser coding scheme can be used, even though some of the finer details will be lost in the coding.
8. CHALLENGES
1. Interfacing between synchronous and asynchronous
1. Many devices available now are synchronous in nature.
2. Special circuits are needed to align them.
2. Lack of expertise.
3. Lack of tools.
4. Engineers are not trained in these fields.
5. Academically, no courses available
9. CONCLUSION
As has been studied that implementation of clockless chip in asynchronous circuit has much great advantage over clocked chips. The obvious reasons for their super performance and average speed, low power consumption, less heat and noise generated are in great demand of the current market of electronic and computing world. This is a very new area of research and design and testing but if more scientists and engineers are dedicated to this, then for surety it the future technology for mobile electronic devices.


10. REFERENCES
1. Scanning the Technology: Applications of Asynchronous Circuits Å“ C. H. (Kees) van Berkel, Mark B. Josephs, and Steven M. Nowick proceedings of IEEE, December 1998.
2. Computers without clocks Å“ Ivan E Sutherland and Jo Ebergen Scientific American, August 2002.
3. Is it time for Clockless chips? Å“ David Geer published by IEEE Computer Society, March 2005.
4. Guest Editors˜ Introduction: Clockless VLSI Systems Å“ Soha Hassoun, Yong-Bin Kim and Fabrizio Lombardi copublished by IEEE CS and IEEE November Å“ December 2005.
5. It's Time for Clockless Chips Å“ Claire Tristram from MIT Technology October 2001
6. Old tricks for new chips Apr 19th 2001 From The Economist print edition
Reply
#2
[attachment=3473]
[attachment=3474]
CLOCKLESS CHIPS

Submitted by
M.VEDAVATHI
07601F0037
III MCA


INTODUCTION

CLOCKLESS CHIPS OR ASYNCHRONOUS CHIPS DONâ„¢T HAVE A GLOBAL CLOCK.
BUT THERE SHOULD BE SOME CONTROL MECHANISM INSTEAD OF GLOBAL CLOCK.
CLOCKED CHIPS OR SYNCHRONOUS CHIPS HAVE A GLOBAL CLOCK FOR CONTROLLING TIMING OF ENTIRE CHIP.
CLOCKLESS CHIPS HAVE SOME ADVANTAGES LIKE LOW POWER CONSUMPTION,HIGH SPEED & LESS ELECTROMAGNETIC NOISE OVER CLOCKED CHIP.


CONCEPT OF CLOCK

Clock is a tiny crystal oscillator. Clock regulates the rate at which the instructions are executed. This rate is known as clock rate or clock speed. The clock speed can be expressed in terms of gigahertz and megahertz.
One advantage of clock is that the clock signals to various components inside a chip when to input and output can be determined very easy.
Because of this clock there are some disadvantages like high power consumption, low speed which can be overcome by clockless chips.
BLOCK DIAGRAM OF SYNCHRONOUS CIRCUIT
SYNCHRONOUS CHIPS



ADVANTAGE

CHIP DESIGN VERY SIMPLE BECAUSE OF CLOCK


DISADVANTAGES

WASTAGE OF COMPUTATIONAL TIME AFFECTS THE SPEED OF CHIP
HIGHER POWER CONSUMPTION
DESIGN OF COMPLEX CIRCUITS CANNOT BE DONE BECAUSE OF HIGH POWER CONSUMPTION


BLOCK DIAGRAM OF ASYNCHRONOUS CHIPS
MERITS OF ASYNCHRONOUS CIRCUITS

Increase in speed.
Reduced power consumption.
Less electromagnetic noise.
The ability to provide superior encryption.
It is very flexible.
Replacing any part with a faster version improves the speed again and again
Designers have more freedom in choosing the systemâ„¢s part.


LIMITATIONS OF ASYNCHRONOUS CIRCUITS

Design difficulties.
Lack of good tools.
Testing difficulties.
TYPES OF IMPLEMENTATIONS
BOUNDED DELAY METHOD
DELAY INSENSITIVE METHOD
NULL CONVENTIONAL LOGIC(NCL)

SPEED COMPARISON
POWER COMPARISON



A BRIEF HISTORY

The Caltech Asynchronous Microprocessor is the worldâ„¢s first asynchronous microprocessor (1989).



APPLICATIONS

PERSONAL COMPUTERS
ENCRYPTION DEVICES
MOBILE ELECTRONICS


CONCLUSION

Clocks are getting faster, while chips are getting bigger, both of which make clock distribution harder. Chips are also becoming more heterogeneous, with functions like memory and network interfaces being considered, all of which complicates the global timing analysis necessary for a synchronous design. Finally, we are entering an age when processors will be just about everywhere, and this will require very low power designs. Itâ„¢s just not practical to expect a clean, skew-free clock for every (say) piece of clothing with a processing element.
But this can only happen if more focus, especially at the university level, is given to asynchronous design. Most of todayâ„¢s designers donâ„¢t understand it well enough to use it, and may even regard it with suspicion. It is certainly a challenge, but just as the software community is moving towards more concurrency, the hardware community must move to incorporate asynchronous logic.






CONTENTS

1. INTRODUCTION
2. BASIC CONCEPT OF CLOCK
3. WORKING OF SYNCHRONIZE CHIPS
4. ADVANTAGES & DISADVANTAGES
5. WORKING OF ASYNCHRONOUS CHIPS
6. ADVANTAGES AND DISADVANTAGES
7. TYPES OF ASYNCHRONOUS DESIGN
8. COMPARISON
9. APPLICATIONS OF CLOCKLESS CHIPS
10. BRIEF HISTORY
11. CONCLUSION




THANK YOU!!!
Reply
#3
A SEMINAR REPORT ON CLOCKLESS CHIPS
thank you very much sir...
Reply
#4

to get information about the topic" A SEMINAR REPORT ON CLOCKLESS CHIPS" refer the page link bellow


http://studentbank.in/report-a-seminars-...3#pid59423
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: abstract for clockless chip, technical seminar on dna chips, asynchronous cpu clockless chip, timed, seminar for bio chips pdf ppt, seminar topic asynchronous chips ppt, plastic chips technology seminar,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Optical Computer Full Seminar Report Download computer science crazy 46 66,340 29-04-2016, 09:16 AM
Last Post: dhanabhagya
  Digital Signature Full Seminar Report Download computer science crazy 20 43,687 16-09-2015, 02:51 PM
Last Post: seminar report asees
  HOLOGRAPHIC VERSATILE DISC A SEMINAR REPORT Computer Science Clay 20 39,229 16-09-2015, 02:18 PM
Last Post: seminar report asees
  Computer Sci Seminar lists7 computer science crazy 4 11,412 17-07-2015, 10:29 AM
Last Post: dhanyasoubhagya
  Steganography In Images (Download Seminar Report) Computer Science Clay 16 25,712 08-06-2015, 03:26 PM
Last Post: seminar report asees
  Mobile Train Radio Communication ( Download Full Seminar Report ) computer science crazy 10 27,938 01-05-2015, 03:36 PM
Last Post: seminar report asees
  A SEMINAR REPORT on GRID COMPUTING Computer Science Clay 5 16,208 09-03-2015, 04:48 PM
Last Post: iyjwtfxgj
  Clockless Chip computer science crazy 6 6,662 27-01-2015, 07:16 PM
Last Post: Guest
  SQL INJECTION A SEMINAR REPORT Computer Science Clay 10 12,099 18-10-2014, 09:50 PM
Last Post: jaseela123d
  Image Processing & Compression Techniques (Download Full Seminar Report) Computer Science Clay 42 22,827 07-10-2014, 07:57 PM
Last Post: seminar report asees

Forum Jump: