Design and Implementation of Automatic Test Equipment IP Module

Size: px
Start display at page:

Download "Design and Implementation of Automatic Test Equipment IP Module"

Transcription

1 Design and Implementation of Automatic Test Equipment IP Module S. Fransi SFP e engineering Munich, Germany G. L. Farré, L. G. Deiros, and S. B. Manich Electrical Engineering Dept. (EEL) Universitat Politècnica de Catalunya (UPC) Barcelona, Spain manich@eel.upc.edu Abstract This paper presents an Intellectual Property (IP) module that includes fully functional autonomous Automatic Test Equipment (ATE). The module analyses responses from the Device Under Test (DUT) after sending test vectors to the device. Communication with the DUT is maintained through a synchronous bidirectional serial channel. The module has been designed for a fail-safe level of security, which means any single fault producing an erroneous output is detected. Several IP-ATEs can be synthesized in a single hardware platform to operate independently or coordinately. Keywords-Automatic Testing; Digital Circuits; Field Programmable Gate Arrays; Intellectual Property; Low Power Tester; Low Cost ICs; Multisite Tester. I. INTRODUCTION Production test is a crucial step for maintaining the quality of ICs provided to the customer [1][2]. Although chips are continuously incorporating better Built-In Self-Tests (BIST) techniques, external test equipment is still necessary during production testing [3], for example for individual personalization data or reading out of IC parameters for diagnosis or calibration [4][5]. Production test is performed by sophisticated Automatic Test Equipment (ATE) designed to run continuously and at very high levels of quality. These high performance ATEs (H- ATEs) are expensive machines with high power consumption. Nevertheless, their impact on the cost per chip test is reduced by massive parallelization [6]. In recent years the crisis has opened the discussion on the cost of test and the possibility of substituting H-ATEs by cheaper low performance ATEs (L- ATEs) [7][4][8][9]. L-ATEs can hardly achieve the high quality levels reached by H-ATEs, and therefore the latter cannot be completely replaced by the former. However, L-ATEs can complement the work performed by H-ATEs, thus reducing the total cost of test. In factory, H-ATEs are planned to operate at maximum load in order to minimize the cost per chip test. Throughput can be increased, thus further cutting the cost if the time per chip test is shortened [4] by executing the less demanding parts in L-ATEs. Costs can be further reduced if chips include sophisticated built-in test or built-off test techniques which relax the demands of the external ATE, allowing the execution of the most demanding parts in L-ATEs [10]. Our proposal is therefore to cut production test costs introducing L-ATEs massively. The improved performance of programmable hardware like FPGA chips has led to the development of an IP module implementing a fully functional ATE machine. In fact, H-ATE machines and auxiliary equipment already use FPGA chips to execute powerful signal processing algorithms [11]. Several implementations of L-ATEs based on FPGA have been published [8] and [9]. Their advantages include great flexibility, low cost and reprogrammability. On the other hand these new L-ATEs cannot create shmoo plots or operate in failsafe mode. Shmoo plots are often necessary during the design stages of test flows while fail-safe operation is important when the tester has to run without interruption in production test. The paper presents an IP module containing an L-ATE (IP- ATE) able to conduct digital test at a very low cost. The module sends test vectors and analyzes output responses through a one bit bidirectional synchronous channel, as well as performing standard flow and shmoo tests. Apart from the digital information of the test, the IP-ATE system can control the following parameters of the DUT: clock frequency and phase, capture cycle delay and supply voltage. A low cost, customer specific external programmable power supply was designed for the controlling the supply voltage commanded from the IP-ATE system through a bus interface. Several IP- ATEs can be synthesized in one or more FPGAs to create a multisite tester. They can operate independently or in cooperation, depending on the test needs. The fail-safe design of the digital part makes the operation of the system robust against catastrophic failures of the FPGA. The rest of the paper is organized as follows. In section II, an overview of the IP-ATE system is given. Section III explains how the system is protected against hardware failures. In section IV, the experimental results obtained are summarized, and finally section V draws conclusions. II. OVERVIEW OF THE SYSTEM The IP-ATE system is specifically designed to perform tests efficiently. It includes four main modules, namely a master (MT), a test pattern generator (TPG), an output response analyzer (ORA) and a clock manager (CM), see Figure 1. Other auxiliary modules necessary for the correct operation of

2 IP-ATE V AN V DIG to data bus MA MT CM CLK FIFO TPG INTERFACE RST IO to DUT CLK V DIG V AN CLK FIFO ORA GND to IP-ATE RST IO RST IO to DUT to PC serial link USB EI hardware controls TG trigger signal AIC AIC bus µc serial link V CC GND Figure 1. Overview of the IP-ATE system. the whole system are: access manager (MA), trigger generator (TG), analog interface controller (AIC), USB controller, external interface (EI) and input/output buffers for correct data transaction between the IP-ATE system and DUT chip. A. Digital Part The entire digital part of the system is included in the IP module. This part has all the functionality of the IP-ATE system and can test DUT chips even if no special power supply is required. The two main modules are the Test Pattern Generator (TPG) and Output Response Analyzer (ORA). Both are designed to test a single I/O pin of the DUT. If additional I/O pins are required, these modules must be replicated and the external and all internal registers resize automatically. The TPG reads the test vectors from an external, decodes them and sends the data to the DUT chip at the required rate. Each test vector contains all the necessary information for the correct execution of the test (timing, voltage and data). The ORA verifies the responses from the DUT, compares them with the decoded data and, in case of error, generates a diagnosis into the external. Memory transactions are performed through FIFO queues to maintain a sustained data flow in the TPG and ORA. The Clock Manager (CM) generates two clocks, one for the DUT chip and another to synchronize the TPG and ORA. The timing for the DUT chip clock is defined in each test vector. The programmable parameters are the period and delay of the rising and falling edges. The clock can also be set to always high or always low. The Master (MT) supports the operation of the TPG in the flow or shmoo mode. In shmoo mode it is responsible for setting the shmoo variables. It also performs the entire internal initialization of the TPG and IP-ATE system, and decodes information from special types of test vectors whose purpose is not to test but initialize the IP-ATE system. Figure 2. IP-ATE external interface with DUT. The other modules carry out auxiliary tasks necessary for the correct operation of the system. The MA controls the access to the external, giving the right priorities to the TPG and ORA. The AIC controls the analog interface. Each test vector contains the voltage level at which the DUT chip must be tested. This information is decoded by the TPG and sent to the analog interface through the AIC controller, which communicates using a digital protocol. Communication is bidirectional and is prepared to have current consumption feedback in future versions. The TG generates a trigger signal at the desired test vector for debugging or analysis purposes. The EI interfaces with the user for automatic testing (in our prototype with a PC via the USB module). The control signals are run, reset and start, while the indication signals are end, and pass/fail test. B. Analog part The analog part is included in the IP-ATE interface and is designed according to customer requirements. This interface is responsible for generating the variable voltage supply levels. Two independent digitally controlled dc-dc converters were incorporated to allow the generation of independent voltage levels to supply the DUT chip ( and GND) and level shifting drivers of signals CLK, IO and RST (V ). The driver of signal IO is bidirectional. All the digital parts of the interface are controlled by a microcontroller that interfaces to the AIC. The digital subcircuit is powered by a third voltage converter (V ). Figure 2 shows a diagram of the interface. C. PC interface For demonstration purposes a PC was connected to control and supervise the IP-ATE system through a USB bus. The PC has three main functions: i) compile and compress the entire test flow information and send it to the IP-ATE external (in our prototype this is flash type), ii) send control signals and receive status information about the evolution of the test, including the pass/fail signal and iii) read error information from the IP-ATE external and generate diagnostic information from the DUT and the IP-ATE system itself, Figure 3 illustrates these functions.

3 Test flow Library of test functions Display test results Store diagnostics Compiler Binary data stored Binary data read Post processing External IP-ATE Operation control Monitor test status Figure 3. Initialization, supervision and analysis of the results of the IP- ATE with a PC. The test flow is entered using a code library that can be customized. In our prototype, the compiler translates automatically existing test flows written in commercial test languages. After reading the test flow programmed by the user the compiler generates a binary file with all the information required by the IP-ATE system. This information includes the tables required for decompressing test vectors performed in the TPG unit. Other actions carried out by the compiler are data segmentation and delay instruction insertion to avoid overflow of internal FIFOs, and check event call insertion to verify the system reliability. In the post-processing step the external of the IP- ATE system is read from the PC and binary data are decoded. Post-processing includes analysis of DUT errors and verification of the correct operation of the IP-ATE system. Data are then displayed on the screen and stored in the computer in ASCII standard format, for convenience of test engineers. The next section explains the protection system against failures included in the design. III. SECURITY OF THE SYSTEM OPERATION The IP-ATE system is described by a soft code. It can be implemented on different types of hardware platforms, such as FPGAs. Moreover, several IP-ATE units can be synthesized in the same platform to operate in parallel either independently or coordinately. The unit can also run in autonomous mode over a continuous period of time. Any piece of hardware may fail at any moment. Although running a system in an FPGA has a low ratio of failure, our IP- ATE system incorporates mechanisms to inform about any hardware failure. The system is designed to be fail-safe in the presence of single stuck-at faults [12], which means that during normal operation the system will alert if an error modifies the expected output. Other types of faults may also be detected if, at some point, they flip some logic level. This level of security makes maintenance of the digital part of the system unnecessary. If the IP-ATE system detects a hardware failure, it stops the test and the FPGA is reprogrammed. The analog part (described in II.II.B) could also be designed with self-calibrating options. Thus, it is possible to have an IP-ATE system with zero maintenance. Unexpected outputs are caused by faults excited at some critical signal, which propagates the error to the output. Failsafe systems react if the error comes from internal signals as well as from inputs. In normal operation, outputs are restricted to a subset of possible ones, named the code-set. These are the expected correct values. When the system generates an output not included in the code-set (that is belonging to the non-codeset) then an error alert is activated. The following paragraphs explain the main ideas of the failsafe design. A. Output Code Generator A critical unit for the design of fail-safe behavior is the output code generator (OCG). This unit, included in the ORA module, generates the map of DUT chip errors on-the-fly during test execution. A diagram of this unit is shown in Figure 4. This circuit receives inputs (I, f) and gives outputs (c, w). Input I is the index of test vectors. This index, internally generated in the TPG module, is an ordinal number that runs from 1 at the first test vector to its maximum value at the last test vector. The number of bits of I is r, which should be enough to store the maximum value. Output signal w is the write into signal, which is 1 each time a valid code is present in c. During test execution, the OCG unit sends new codes to the each time w 1. Let I and I be two consecutive indexes reaching the OCG for which f 1. The unit divides (I I )/(2 1) giving the quotient and residue of the division in the following way: a number of (2 1) codes are sent in c equal to the quotient of the division and a code equal to the residue is from ORA I f r r reg I 1 r s Figure 4. Output code generator. It generates the map of DUT errors onthe-fly. 2 s 3 4 s c w to

4 finally added to the series of (2 1) codes, in the following paragraphs this mode of operation is detailed. The total number of codes sent at test completion is bounded by equation (1) TABLE I. STATE TRANSITION TABLE OF THE OUTPUT CODE GENERATOR. Type of event call f I I I c w No (2 0 1) I (2 1) 1 No <(2 1) I 0 DUT fail/sys. check (2 1 1) I 0 1 DUT fail <(2 1) I I I 1 M s ( ) +N where M is the number of bits required to store all the codes, I is the maximum value of the index, (2 1) for the IP- ATE system, N is the maximum number of expected DUT errors, 100K in our case, and s is the size of the code word. For the IP-ATE system, this boundary is minimized for s 8; thus, a of 131K bytes is required. Signal f is the event call of the system. When signal f 1, two types of events can occur in the system: i) an error is detected during the analysis of the DUT response, and ii) a check of the system is forced while test vectors are sent to the DUT chip. When f 0 no event occurs and the code generator periodically outputs the maximum possible value (2 1) in c. If an event occurs, then a call is made with f 1 and the code generator outputs a value lower than (2 1) at c. Table I shows the state transition table of the OCG unit. After completion of the test, the stores all the indexes where some type of event has occurred as codes in the form of quotient and residue. They are decoded by adding all the codes starting from the first position of the. The partial results obtained when the codes are different from (2 1) are the expected values of the indexes. As an example, consider the case of the IP-ATE system where the codes are of s 8 bits. Assume that I is the index of the first event and that c,i 1,2, are the codes generated at the output. The sequence of codes would be and is therefore used for the event that checks the integrity of the system. If a second event occurs at index I, then we have c,ff,,ff, FF, c, q q +Q +1 if 00<c <FF c,ff,,ff, c, q q +Q if c 00 Q (I I ) (2 1) c (I I ) mod (2 1) and so on. As can be seen from the previous example, more FF codes are written into than non-ff codes, especially during testing of good DUT chips. A large reduction of codes would be expected if we had compressed the FFs. However, in the IP- ATE system these FF codes are used in combination with the 00 codes to check system correctness and reliability while test vectors are sent to the DUT chip. A detailed explanation is given in the following paragraphs. B. Analysis of the Fail-Safe Property of the OCG Unit Assume that an index H is decoded from the output. Index H must be equal to I if no error occurs. H is decoded by the following equation: H H Q, (2 1) +c Consider the case where an error alters index k, i.e. I I + E. This error will propagate through the OCG unit resulting in: Q, Q, +E and c c +E where EE (2 1) +E. The OCG unit propagates the error through either the quotient or residue or both. Therefore irrespective of the error, we always have FF,,FF,FF, c,q Q +1 if 00<c < FF FF,,FF, c,q Q if c 00 H Q, (2 1) +c +H Q, +E (2 1) +c +E +H Q (I 0) (2 1) c (I 0) mod (2 1) where Q is the quotient of the division (number of FF codes) and c is the residue (numbers are in hexadecimal notation). The case of c 00 is treated as an exception and must be added as FF during recovery of the indexes. This exception has the advantage that no increase in storage is required, H +E. If the error is in the register, then it comes in through I I I +E and propagates, giving a similar output as (4) but with the plus sign changed to minus, i.e. E. If the error is altering the operation of the adder, any combination of E and E may be generated internally. Either way, the error will appear at the output, giving the general form of (4) as well, and thus it will be detected.

5 For the rest of the gates and signals of the OCG unit, the following situations may occur, see Figure 4. They are analyzed for both stuck-at (sat) faults. Gate 1. If a sat-0 occurs, since this gate is also signal w no valid code will be stored into the, and neither will the FF codes, which will allow the detection of the fault. For a sat- 1, the OCG unit will never generate FF codes and thus the error will also be immediately detected. Gate 2. If a sat-0 occurs, then the register will never store any I while f 0. As a result, the first index I will be correctly calculated but from the second index on, the recovered indexes will be H H c. Therefore, the error will be detected except if all the residues are zero, in which case all the decoded indexes will be correct. Moreover, if a check event is activated to generate a 00 code, the circuit will give an FF code instead; in consequence, the fault will also be detected. A sat-1 is equivalent to gate 1/sat-1, and it can thus be detected. Gate 3. A sat-0 produces the constant 00 code, forbidding the output of the FF codes, which leads to its immediate detection. A sat-1 avoids the generation of check events (00 code), thus allowing this fault to be detected. Gate 4. A sat-0 in any of the output bits prevents the generation of the FF codes and a sat-1 behaves similarly for the 00 code. The generation of both codes during test allows the detection of faults in this gate. Output. Errors affecting the output behave similarly to the faults of gate 4. Therefore, they can also be detected. Input signal f. If a sat-0 occurs, then no 00 codes will be generated, and thus the fault can be detected. If a sat-1 occurs, then no FF codes will be generated and the fault will be detected, too. In summary, it has been shown that the OCG unit is failsafe and also that in case of faults in the output ; they can be detected during the decoding of indexes. Notice that all indexes activated by events are known in advance, during the compilation of test vectors, i.e. before sending them to the input, see Figure 3. To extend the fail-safe property to the rest of the IP-ATE system, we must make sure that any internal error can propagate to the inputs of the OCG unit, as explained below. C. Extending Fail-Safe Property to the IP-ATE System Figure 5 illustrates the model of the data rails in the IP-ATE system. After the test vector is read from the external, its integrity is verified by the CRC code included in the vector. If an error is detected at this stage, an error signal is activated. Two bits are then extracted: x is the data bit to be sent to the DUT chip and y is the check bit to be compared with the response. In a standard mode of operation these bits would be used alternatively, that is, either the x data bit is sent to the DUT chip or the response from the DUT chip is verified against y. However, to keep the fail-safe property, at least two from Error signal Test vectors C R C 2 TPG Index counter y ORA Check bit Data bit DUT loop back Figure 5. Data rails in IP-ATE system. Output codes to independent rails must operate simultaneously [12]. In our case, we benefit from the two bits to verify the full integrity of the data rails during the writing of x into the DUT. The DUT loop back (see doted box in the figure) is kept connected and a copy of x is sent back to the XOR gate. There the data bit is compared to the check bit y and the f signal is generated. In brief, the system is checked internally in the sending phase while during the receiving phase the back rail carries responses from the DUT chip. In the sending phase, the two possible values of signal f are obtained by forcing the conditions y x f0 or y x f1 (check event call). By controlling bit y the test flow compiler generates check event calls at the following index values: I I +2i(2 1) f1 for i 1,2, This mode of operation generates a code profile in the output like <,FF, 00,FF, 00,FF, > Thus, any error in the x or y rails will propagate to f and modify this profile, allowing the detection of the error. If the error comes through the index counter, it will also be detected since a noncode output will be generated. During the receiving phase the code profile is as described above <,FF,FF,FF,FF,FF, > and only the non-ff codes will indicate errors in the DUT response. IV. EXPERIMENTAL RESULTS A portable test equipment based on the IP-ATE was built to develop tests for card chips. Figure 6 contains two pictures of the equipment. The left box, is closed and only the sockets holding the DUTs are accessible. The cover of the right box is open and the hardware is partially visible. At the left side of the box the connectors for the 12 V power supply and the output trigger signal connector (white) can be seen. On the right the port to connect the PC is accessible (the other connectors are not used in this version). The technical data of the equipment are summarized in the following paragraph. The IP-ATE is synthesized in an XC3S700AN FPGA. This chip is soldered on a PCB at the bottom of the equipment (not visible in the picture). This FPGA has an internal 8Mbit flash x I f O C G DUT

6 This work has been partially supported by MCyT and FEDER project TEC The authors thank the helpful comments of the referees. Figure 6. Portable test equipment based on a Spartan3 board. The core of the system is the IP-ATE. used as the external for the IP-ATE system, allowing storage of 250K uncompressed test vectors and 249K faults. If the compression mode is used, the number of stored test vectors can raise up to 16 times, i.e. 4M test vectors. The IP-ATE system implemented in the equipment has a second ORA module operating in slave mode. This allows testing two chips simultaneously. The total occupation of the FPGA is 28% of the logic resources and 68% of the internal block RAM FPGA resources. The system is clocked at 40MHz, giving a control range of the DUT clock period from 50ns up to 6.4s; the resolution is 25ns and the number of time sets is 32. The FPGA has an internal digital clock multiplier that can raise the frequency to 350MHz. The IP-ATE can operate at this maximum frequency provided the interface boards are redesigned. At this frequency the DUT clock period ranges from 5.7ns to 731ns with a resolution of 2.86ns. The two external interface boards, one for each DUT, can be seen at the top of the equipment. The power converters can change the voltage levels from 1 to 6 volts with a resolution of 20mV and an accuracy of 1mV. Their dynamic response is 5msV -1. These values were verified for one month of continuous operation. All the PC supporting software is programmed in C. It includes the test vector compiler, post-processing software and user control interface. The post-processing step gives an Excel compatible output which allows the display of numerical and graphical data on a spreadsheet. REFERENCES [1] Test and Test Equipment (ITRS), SIA, [2] H. Deshayes, Cost of Test Reduction, ITC, pp , Oct [3] S. Zhang, M. Choi, F. Lombardi, Cost-Driven Optimization of Cov erage of Combined Built-In Self-Test/Automated Test Equipment Testing, Trans. Instr. & Meas.,vol. 56, no. 3, pp , June [4] M. Abadir, Economics of Electronic Design, Manufacture and Test, Springer, [5] D. J. Costa Alves, E. Barros, A Logic Built-in Self-Test Architecture that Reuses Manufacturing Compressed Scan Test Patterns, SBCCI, no. 21, Aug [6] G. Smith, The Challenge of Multisite Test, Test & Meas. World, pp , Feb [7] J. Rivoir, Parallel Test Reduces Cost of Test More Effectively Than Just a Cheap Tester, SEMI, pp , July [8] L. Ciganda, F. Abate, P. Bernardi, M. Bruno, M. S. Reorda, An Enhanced FPGA-Based Low-Cost Tester Platform Exploiting Effective Test Data Compression for SoCs, DDECS, pp , April [9] L. Mostardini, L. Bacciarelli, L. Fanicci, L. Bertini, M. Tonarelli, A. Giambastiani, M. De Marinis, FPGA-Based Low-Cost System for Automatic Tests on Digital Circuits, ICECS, pp , Dec [10] S. S. Akbay, A. Halder, A. Chatterjee, D. Keezer, Low-Cost Test of Embedded RF/Analog/Mixed-Signal Circuits in SOPs, Trans. on Adv. Pack., vol. 27, no. 2, May [11] R. W. Lowdermilk, F. J. Harris, Vector Signal Analyzer Implemented as a Synthetic Instrument, Trans. on Instr. & Meas., vol. 58, no. 2, pp , Feb [12] D. K. Pradhan, Fault-Tolerant Computing: Theory and Techniques, Prentice-Hall, vol. 1, V. CONCLUSIONS The paper presents an intellectual property module of an automatic test equipment (IP-ATE) which can be synthesized in programmable hardware like FPGAs and control an external interface for voltage variations of chips under test. To avoid unexpected hardware failures the IP-ATE system was designed to be fail-safe, which means that any single error affecting the output is detected. The system can be controlled from an external PC through a USB bus. Several IP-ATE units can operate on a single hardware platform independently or in coordination. A real prototype to test card chips using an XC3S700AN FPGA chip and able to test two chips simultaneously was built. The IP-ATE system only occupies 28% of the logic resources and 68% of the block RAM FPGA resources. ACKNOWLEDGMENTS

System Verification of Hardware Optimization Based on Edge Detection

System Verification of Hardware Optimization Based on Edge Detection Circuits and Systems, 2013, 4, 293-298 http://dx.doi.org/10.4236/cs.2013.43040 Published Online July 2013 (http://www.scirp.org/journal/cs) System Verification of Hardware Optimization Based on Edge Detection

More information

Evaluation of FPGA Resources for Built-In Self-Test of Programmable Logic Blocks

Evaluation of FPGA Resources for Built-In Self-Test of Programmable Logic Blocks Evaluation of FPGA Resources for Built-In Self-Test of Programmable Logic Blocks Charles Stroud, Ping Chen, Srinivasa Konala, Dept. of Electrical Engineering University of Kentucky and Miron Abramovici

More information

Lecture 2 VLSI Testing Process and Equipment

Lecture 2 VLSI Testing Process and Equipment Lecture 2 VLSI Testing Process and Equipment Motivation Types of Testing Test Specifications and Plan Test Programming Test Data Analysis Automatic Test Equipment Parametric Testing Summary VLSI Test:

More information

Field Programmable Gate Array (FPGA)

Field Programmable Gate Array (FPGA) Field Programmable Gate Array (FPGA) Lecturer: Krébesz, Tamas 1 FPGA in general Reprogrammable Si chip Invented in 1985 by Ross Freeman (Xilinx inc.) Combines the advantages of ASIC and uc-based systems

More information

ISA Host Controller 15a Hardware Reference Release 1.2 (October 16, 2017)

ISA Host Controller 15a Hardware Reference Release 1.2 (October 16, 2017) ISA Host Controller 15a Hardware Reference 1 ISA Host Controller 15a Hardware Reference Release 1.2 (October 16, 2017) Purpose: Host Controller to support the ISA bus according to the PC/104 specification.

More information

Implementation of Field Programmable Gate Array (FPGA) for decision making in portable automatic testing systems for IC s library & digital circuits

Implementation of Field Programmable Gate Array (FPGA) for decision making in portable automatic testing systems for IC s library & digital circuits Implementation of Field Programmable Gate Array (FPGA) for decision making in portable automatic testing systems for IC s library & digital circuits M. S. Zaghloul 1, M. Saleh 2 1,2 Arab Academy for Science,

More information

CompuScope bit, 100 MHz digital input card for the PCI bus

CompuScope bit, 100 MHz digital input card for the PCI bus CompuScope 3200 32 bit, 100 MHz digital input card for the PCI bus Fast and versatile digital capture card with logic analyzer characteristics for electronic test applications. FEATURES Capture 32 bits

More information

CompuScope bit, 100 MHz digital input card for the PCI bus. Features. We offer the widest range

CompuScope bit, 100 MHz digital input card for the PCI bus.   Features. We offer the widest range We offer the widest range of high-speed digitizers CompuScope 3200 32 bit, 100 MHz digital input card for the PCI bus and instrumentation cards available on the market today. Our powerful PC-based instrumentation

More information

Freescale and the Freescale logo are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their

Freescale and the Freescale logo are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their S08 Highlighted Features Why Do I Need a Slave LIN Interface Controller (SLIC)? Design Challenges Slave synchronization Slave synchronizing to LIN messaging requires a cost versus resource trade-off. Your

More information

Soft-Core Embedded Processor-Based Built-In Self- Test of FPGAs: A Case Study

Soft-Core Embedded Processor-Based Built-In Self- Test of FPGAs: A Case Study Soft-Core Embedded Processor-Based Built-In Self- Test of FPGAs: A Case Study Bradley F. Dutton, Graduate Student Member, IEEE, and Charles E. Stroud, Fellow, IEEE Dept. of Electrical and Computer Engineering

More information

Board Mounted. Power Converters. Digitally Controlled. Technical Paper 011 Presented at Digital Power Europe 2007

Board Mounted. Power Converters. Digitally Controlled. Technical Paper 011 Presented at Digital Power Europe 2007 Digitally Controlled Board Mounted Power Converters Technical Paper 011 Presented at Digital Power Europe 2007 This paper addresses hardware designers of Information and Communication Technology equipment,

More information

Atmel AT94K FPSLIC Architecture Field Programmable Gate Array

Atmel AT94K FPSLIC Architecture Field Programmable Gate Array Embedded Processor Based Built-In Self-Test and Diagnosis of FPGA Core in FPSLIC John Sunwoo (Logic BIST) Srinivas Garimella (RAM BIST) Sudheer Vemula (I/O Cell BIST) Chuck Stroud (Routing BIST) Jonathan

More information

Implementing Synchronous Counter using Data Mining Techniques

Implementing Synchronous Counter using Data Mining Techniques Implementing Synchronous Counter using Data Mining Techniques Sangeetha S Assistant Professor,Department of Computer Science and Engineering, B.N.M Institute of Technology, Bangalore, Karnataka, India

More information

Outline of Presentation

Outline of Presentation Built-In Self-Test for Programmable I/O Buffers in FPGAs and SoCs Sudheer Vemula and Charles Stroud Electrical and Computer Engineering Auburn University presented at 2006 IEEE Southeastern Symp. On System

More information

1 MALP ( ) Unit-1. (1) Draw and explain the internal architecture of 8085.

1 MALP ( ) Unit-1. (1) Draw and explain the internal architecture of 8085. (1) Draw and explain the internal architecture of 8085. The architecture of 8085 Microprocessor is shown in figure given below. The internal architecture of 8085 includes following section ALU-Arithmetic

More information

CompuScope 3200C. 32 bit, 100 MHz digital input card for the CompactPCI/PXI bus. Features. We offer the widest range

CompuScope 3200C. 32 bit, 100 MHz digital input card for the CompactPCI/PXI bus.   Features. We offer the widest range We offer the widest range of high-speed digitizers and instrumentation cards CompuScope 3200C 32 bit, 100 MHz digital input card for the CompactPCI/PXI bus available on the market today. Our powerful PC-based

More information

EE 109L Review. Name: Solutions

EE 109L Review. Name: Solutions EE 9L Review Name: Solutions Closed Book / Score:. Short Answer (6 pts.) a. Storing temporary values in (memory / registers) is preferred due to the (increased / decreased) access time. b. True / False:

More information

Contents 1 Basic of Test and Role of HDLs 2 Verilog HDL for Design and Test

Contents 1 Basic of Test and Role of HDLs 2 Verilog HDL for Design and Test 1 Basic of Test and Role of HDLs... 1.1 Design and Test... 1.1.1 RTL Design Process... 1.1.2 Postmanufacturing Test... 1.2 Test Concerns... 1.2.1 Test Methods... 1.2.2 Testability Methods... 1.2.3 Testing

More information

Bolt 18F2550 System Hardware Manual

Bolt 18F2550 System Hardware Manual 1 Bolt 18F2550 System Hardware Manual Index : 1. Overview 2. Technical specifications 3. Definition of pins in 18F2550 4. Block diagram 5. FLASH memory Bootloader programmer 6. Digital ports 6.1 Leds and

More information

Architecture of Computers and Parallel Systems Part 2: Communication with Devices

Architecture of Computers and Parallel Systems Part 2: Communication with Devices Architecture of Computers and Parallel Systems Part 2: Communication with Devices Ing. Petr Olivka petr.olivka@vsb.cz Department of Computer Science FEI VSB-TUO Architecture of Computers and Parallel Systems

More information

Verilog for High Performance

Verilog for High Performance Verilog for High Performance Course Description This course provides all necessary theoretical and practical know-how to write synthesizable HDL code through Verilog standard language. The course goes

More information

Preliminary Data MOS IC. Type Ordering Code Package SDA Q67100-H5092 P-DIP-8-1

Preliminary Data MOS IC. Type Ordering Code Package SDA Q67100-H5092 P-DIP-8-1 Nonvolatile Memory 1-Kbit E 2 PROM SDA 2516-5 Preliminary Data MOS IC Features Word-organized reprogrammable nonvolatile memory in n-channel floating-gate technology (E 2 PROM) 128 8-bit organization Supply

More information

EE 109L Final Review

EE 109L Final Review EE 09L Final Review Name: Closed Book / Score:. Short Answer (6 pts.) a. Storing temporary values in (memory / registers) is preferred due to the (increased / decreased) access time. b. True / False: A

More information

Built-In Self-Test for Programmable I/O Buffers in FPGAs and SoCs

Built-In Self-Test for Programmable I/O Buffers in FPGAs and SoCs Built-In Self-Test for Programmable I/O Buffers in FPGAs and SoCs Sudheer Vemula, Student Member, IEEE, and Charles Stroud, Fellow, IEEE Abstract The first Built-In Self-Test (BIST) approach for the programmable

More information

SPECS : A SERIAL PROTOCOL FOR EXPERIMENT CONTROL SYSTEM IN LHCB.

SPECS : A SERIAL PROTOCOL FOR EXPERIMENT CONTROL SYSTEM IN LHCB. 10th ICALEPCS Int. Conf. on Accelerator & Large Expt. Physics Control Systems. Geneva, 10-14 Oct 2005, WE1.5-4O (2005) : A SERIAL PROTOCOL FOR EXPERIMENT CONTROL SYSTEM IN LHCB. D.Breton, 1 D.Charlet,

More information

A Case Study. Jonathan Harris, and Jared Phillips Dept. of Electrical and Computer Engineering Auburn University

A Case Study. Jonathan Harris, and Jared Phillips Dept. of Electrical and Computer Engineering Auburn University Built-In Self-Test for System-on on-chip: A Case Study Charles Stroud, Srinivas Garimella,, John Sunwoo, Jonathan Harris, and Jared Phillips Dept. of Electrical and Computer Engineering Auburn University

More information

Boundary Scan. Sungho Kang. Yonsei University

Boundary Scan. Sungho Kang. Yonsei University Boundary Scan Sungho Kang Yonsei University Outiline Introduction TAP Controller Instruction Register Test Data Registers Instructions Hardware Test Innovations PCB Test Conclusion 2 Boundary Scan Improve

More information

Microcomputers. Outline. Number Systems and Digital Logic Review

Microcomputers. Outline. Number Systems and Digital Logic Review Microcomputers Number Systems and Digital Logic Review Lecture 1-1 Outline Number systems and formats Common number systems Base Conversion Integer representation Signed integer representation Binary coded

More information

COEN-4730 Computer Architecture Lecture 12. Testing and Design for Testability (focus: processors)

COEN-4730 Computer Architecture Lecture 12. Testing and Design for Testability (focus: processors) 1 COEN-4730 Computer Architecture Lecture 12 Testing and Design for Testability (focus: processors) Cristinel Ababei Dept. of Electrical and Computer Engineering Marquette University 1 Outline Testing

More information

Testing Principle Verification Testing

Testing Principle Verification Testing ECE 553: TESTING AND TESTABLE DESIGN OF DIGITAL SYSTES Test Process and Test Equipment Overview Objective Types of testing Verification testing Characterization testing Manufacturing testing Acceptance

More information

JTAG TAP CONTROLLER PROGRAMMING USING FPGA BOARD

JTAG TAP CONTROLLER PROGRAMMING USING FPGA BOARD JTAG TAP CONTROLLER PROGRAMMING USING FPGA BOARD 1 MOHAMED JEBRAN.P, 2 SHIREEN FATHIMA, 3 JYOTHI M 1,2 Assistant Professor, Department of ECE, HKBKCE, Bangalore-45. 3 Software Engineer, Imspired solutions,

More information

ENEE 245 Lab 1 Report Rubrics

ENEE 245 Lab 1 Report Rubrics ENEE 4 Lab 1 Report Rubrics Design Clearly state the design requirements Derive the minimum SOP Show the circuit implementation. Draw logic diagram and wiring diagram neatly Label all the diagrams/tables

More information

l Some materials from various sources! Soma 1! l Apply a signal, measure output, compare l 32-bit adder test example:!

l Some materials from various sources! Soma 1! l Apply a signal, measure output, compare l 32-bit adder test example:! Acknowledgements! Introduction and Overview! Mani Soma! l Some materials from various sources! n Dr. Phil Nigh, IBM! n Principles of Testing Electronic Systems by S. Mourad and Y. Zorian! n Essentials

More information

Preliminary Data MOS IC. Type Ordering Code Package SDA Q67100-H5096 P-DIP-8-1

Preliminary Data MOS IC. Type Ordering Code Package SDA Q67100-H5096 P-DIP-8-1 Nonvolatile Memory 4-Kbit E 2 PROM with I 2 C Bus Interface SDA 2546-5 Preliminary Data MOS IC Features Word-organized reprogrammable nonvolatile memory in n-channel floating-gate technology (E 2 PROM)

More information

PCI to SH-3 AN Hitachi SH3 to PCI bus

PCI to SH-3 AN Hitachi SH3 to PCI bus PCI to SH-3 AN Hitachi SH3 to PCI bus Version 1.0 Application Note FEATURES GENERAL DESCRIPTION Complete Application Note for designing a PCI adapter or embedded system based on the Hitachi SH-3 including:

More information

Chapter 1 Introducing the OM-USB-1608FS-Plus... 6 Functional block diagram... 6

Chapter 1 Introducing the OM-USB-1608FS-Plus... 6 Functional block diagram... 6 Table of Contents Preface About this User's Guide... 5 What you will learn from this user's guide... 5 Conventions in this user's guide... 5 Where to find more information... 5 Chapter 1 Introducing the

More information

TESTING SET-UP FOR DIGITAL PART OF THE POWER- METER IC

TESTING SET-UP FOR DIGITAL PART OF THE POWER- METER IC TESTING SET-UP FOR DIGITAL PART OF THE POWER- METER IC Borisav Jovanović, Miljana Sokolović, Milan Savić, Milun Jevtić, Predrag Petković Laboratory for Electronic Design Automation, Faculty of Electronic

More information

Using an Analog Devices AD774X Capacitance-to-Digital Converter for Differential Button Sensor Operation

Using an Analog Devices AD774X Capacitance-to-Digital Converter for Differential Button Sensor Operation Using an Analog Devices AD774X Capacitance-to-Digital Converter for Differential Button Sensor Operation Eric Otte April 3 rd, 2010 ECE 480 Executive Summary: Capacitive sensors are increasingly being

More information

DT MS/s High-Speed, Isolated Simultaneous USB Data Acquisition Module. Overview. Key Features. Bandwidth of the DT9862

DT MS/s High-Speed, Isolated Simultaneous USB Data Acquisition Module. Overview. Key Features. Bandwidth of the DT9862 DT9862 10 MS/s High-Speed, Isolated Simultaneous USB Data Acquisition Module Overview The DT9862 is a high-speed, high-performance USB data acquisition module that provide throughput rates up to 10 MS/s

More information

4. Configuring Cyclone II Devices

4. Configuring Cyclone II Devices 4. Configuring Cyclone II Devices CII51013-2.0 Introduction Cyclone II devices use SRAM cells to store configuration data. Since SRAM memory is volatile, configuration data must be downloaded to Cyclone

More information

Wave Generator Xpress

Wave Generator Xpress ! READ THIS FIRST! This revision of Wave Generator Data Sheet is valid for devices sold from September 2011. Please check your unit hardware revision. The hardware revision is composed of the 2 first digits

More information

FPGA Provides Speedy Data Compression for Hyperspectral Imagery

FPGA Provides Speedy Data Compression for Hyperspectral Imagery FPGA Provides Speedy Data Compression for Hyperspectral Imagery Engineers implement the Fast Lossless compression algorithm on a Virtex-5 FPGA; this implementation provides the ability to keep up with

More information

HART/ Modbus TCP Gateway GT200-HT-MT User Manual V 1.2 REV A SST Automation

HART/ Modbus TCP Gateway GT200-HT-MT User Manual V 1.2 REV A SST Automation HART/ Modbus TCP Gateway GT200-HT-MT User Manual V 1.2 REV A SST Automation E-mail: SUPPORT@SSTCOMM.COM WWW.SSTCOMM.COM Catalog 1 Product Overview... 4 1.1 Product Function...4 1.2 Product Features...

More information

R10. II B. Tech I Semester, Supplementary Examinations, May

R10. II B. Tech I Semester, Supplementary Examinations, May SET - 1 1. a) Convert the following decimal numbers into an equivalent binary numbers. i) 53.625 ii) 4097.188 iii) 167 iv) 0.4475 b) Add the following numbers using 2 s complement method. i) -48 and +31

More information

Microcomputer Architecture and Programming

Microcomputer Architecture and Programming IUST-EE (Chapter 1) Microcomputer Architecture and Programming 1 Outline Basic Blocks of Microcomputer Typical Microcomputer Architecture The Single-Chip Microprocessor Microprocessor vs. Microcontroller

More information

PIN ASSIGNMENT PIN DESCRIPTION

PIN ASSIGNMENT PIN DESCRIPTION www.dalsemi.com FEATURES Temperature measurements require no external components Measures temperatures from -55 C to +120 C. Fahrenheit equivalent is -67 F to +248 F Thermometer accuracy is ±2.0 C Thermometer

More information

High speed USB interface for digital processor system

High speed USB interface for digital processor system EE318 Electronic Design Lab Project Report, EE Dept, IIT Bombay, April 2007 High speed USB interface for digital processor system Group No: B1 Siddharth Tallur (04007020) Akshay

More information

Specifications USB-1616FS

Specifications USB-1616FS Document Revision 1.5, July, 2006 Copyright 2006, Measurement Computing Corporation Typical for 25 C unless otherwise specified. in italic text are guaranteed by design. Analog input A/D converters Number

More information

1.0 The System Architecture and Design Features

1.0 The System Architecture and Design Features 1.0 The System Architecture and Design Features Figure 1. System Architecture The overall guiding design philosophy behind the Data Capture and Logging System Architecture is to have a clean design that

More information

On-Chip Design Verification with Xilinx FPGAs

On-Chip Design Verification with Xilinx FPGAs On-Chip Design Verification with Xilinx FPGAs Application Note 1456 Xilinx Virtex-II Pro devices have redefined FPGAs. The Virtex-II Pro brings with it not only a denser and faster FPGA, but an IBM PPC

More information

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK NAME OF THE SUBJECT: EE 2255 DIGITAL LOGIC CIRCUITS

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK NAME OF THE SUBJECT: EE 2255 DIGITAL LOGIC CIRCUITS KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK NAME OF THE SUBJECT: EE 2255 DIGITAL LOGIC CIRCUITS YEAR / SEM: II / IV UNIT I BOOLEAN ALGEBRA AND COMBINATIONAL

More information

GR8BIT as a digital oscilloscope

GR8BIT as a digital oscilloscope July 01, 2013 Severity: Information Eugeny Brychkov, RU GR8BIT as a digital oscilloscope Introduction Background: In the course of development and testing of the GR8BUS master board, we faced the issue

More information

Introduction Testing analog integrated circuits including A/D and D/A converters, requires a special digital interface to a main controller. The digit

Introduction Testing analog integrated circuits including A/D and D/A converters, requires a special digital interface to a main controller. The digit FPGA Interface for Signal Handling (FISH) Mohsen Moussavi Catena Networks April 2000 Introduction Testing analog integrated circuits including A/D and D/A converters, requires a special digital interface

More information

ECE 4514 Digital Design II. Spring Lecture 15: FSM-based Control

ECE 4514 Digital Design II. Spring Lecture 15: FSM-based Control ECE 4514 Digital Design II Lecture 15: FSM-based Control A Design Lecture Overview Finite State Machines Verilog Mapping: one, two, three always blocks State Encoding User-defined or tool-defined State

More information

APPLICATION NOTE 655 Supervisor ICs Monitor Battery-Powered Equipment

APPLICATION NOTE 655 Supervisor ICs Monitor Battery-Powered Equipment Maxim > Design Support > Technical Documents > Application Notes > Automotive > APP 655 Maxim > Design Support > Technical Documents > Application Notes > Microprocessor Supervisor Circuits > APP 655 Keywords:

More information

Design for Test of Digital Systems TDDC33

Design for Test of Digital Systems TDDC33 Course Outline Design for Test of Digital Systems TDDC33 Erik Larsson Department of Computer Science Introduction; Manufacturing, Wafer sort, Final test, Board and System Test, Defects, and Faults Test

More information

2015 Paper E2.1: Digital Electronics II

2015 Paper E2.1: Digital Electronics II s 2015 Paper E2.1: Digital Electronics II Answer ALL questions. There are THREE questions on the paper. Question ONE counts for 40% of the marks, other questions 30% Time allowed: 2 hours (Not to be removed

More information

SSoCC'01 4/3/01. Specific BIST Architectures. Gert Jervan Embedded Systems Laboratory (ESLAB) Linköping University

SSoCC'01 4/3/01. Specific BIST Architectures. Gert Jervan Embedded Systems Laboratory (ESLAB) Linköping University Specific BIST Architectures Gert Jervan Embedded Systems Laboratory (ESLAB) Linköping University General Concepts Test-per-scan architectures Multiple scan chains Test-per-clock architectures BIST conclusions

More information

Explanation of PIC 16F84A processor data sheet Part 1: overview of the basics

Explanation of PIC 16F84A processor data sheet Part 1: overview of the basics Explanation of PIC 16F84A processor data sheet Part 1: overview of the basics This report is the first of a three part series that discusses the features of the PIC 16F94A processor. The reports will refer

More information

Scan-Based BIST Diagnosis Using an Embedded Processor

Scan-Based BIST Diagnosis Using an Embedded Processor Scan-Based BIST Diagnosis Using an Embedded Processor Kedarnath J. Balakrishnan and Nur A. Touba Computer Engineering Research Center Department of Electrical and Computer Engineering University of Texas

More information

Today. Comments about assignment Max 1/T (skew = 0) Max clock skew? Comments about assignment 3 ASICs and Programmable logic Others courses

Today. Comments about assignment Max 1/T (skew = 0) Max clock skew? Comments about assignment 3 ASICs and Programmable logic Others courses Today Comments about assignment 3-43 Comments about assignment 3 ASICs and Programmable logic Others courses octor Per should show up in the end of the lecture Mealy machines can not be coded in a single

More information

MICROPROCESSOR BASED SYSTEM DESIGN

MICROPROCESSOR BASED SYSTEM DESIGN MICROPROCESSOR BASED SYSTEM DESIGN Lecture 5 Xmega 128 B1: Architecture MUHAMMAD AMIR YOUSAF VON NEUMAN ARCHITECTURE CPU Memory Execution unit ALU Registers Both data and instructions at the same system

More information

PC-CARD-DAS16/12 Specifications

PC-CARD-DAS16/12 Specifications Specifications Document Revision 1.1, February, 2010 Copyright 2010, Measurement Computing Corporation Typical for 25 C unless otherwise specified. Specifications in italic text are guaranteed by design.

More information

XMC-16AI32SSC1M. 32-Channel, Differential, 16-Bit Simultaneous Sampling XMC Analog Input Board

XMC-16AI32SSC1M. 32-Channel, Differential, 16-Bit Simultaneous Sampling XMC Analog Input Board 32-Channel, Differential, 16-Bit Simultaneous Sampling XMC Analog Input Board With 1.0MSPS Sample Rate per Channel, Time-tagging and Low-latency access 32 Differential analog inputs with dedicated 1.0MSPS

More information

EE 3170 Microcontroller Applications

EE 3170 Microcontroller Applications EE 3170 Microcontroller Applications Lecture 4 : Processors, Computers, and Controllers - 1.2 (reading assignment), 1.3-1.5 Based on slides for ECE3170 by Profs. Kieckhafer, Davis, Tan, and Cischke Outline

More information

USB-1616FS. Analog Input and Digital I/O. Specifications

USB-1616FS. Analog Input and Digital I/O. Specifications Analog Input and Digital I/O Specifications Document Revision 1.6 May 2012 Copyright 2012 Specifications All specifications are subject to change without notice. Typical for 25 C unless otherwise specified.

More information

CHAPTER 4: Register Transfer Language and Microoperations

CHAPTER 4: Register Transfer Language and Microoperations CS 224: Computer Organization S.KHABET CHAPTER 4: Register Transfer Language and Microoperations Outline Register Transfer Language Register Transfer Bus and Memory Transfers Arithmetic Microoperations

More information

Arduino Uno R3 INTRODUCTION

Arduino Uno R3 INTRODUCTION Arduino Uno R3 INTRODUCTION Arduino is used for building different types of electronic circuits easily using of both a physical programmable circuit board usually microcontroller and piece of code running

More information

User-configurable Resolution. 9 to 12 bits (0.5 C to C)

User-configurable Resolution. 9 to 12 bits (0.5 C to C) AT30TS75A 9- to 12-bit Selectable, ±0.5 C Accurate Digital Temperature Sensor DATASHEET See Errata in Section 12. Features Single 1.7V to 5.5V Supply Measures Temperature -55 C to +125 C Highly Accurate

More information

Scheme G. Sample Test Paper-I

Scheme G. Sample Test Paper-I Sample Test Paper-I Marks : 25 Times:1 Hour 1. All questions are compulsory. 2. Illustrate your answers with neat sketches wherever necessary. 3. Figures to the right indicate full marks. 4. Assume suitable

More information

Microprocessor Architecture. mywbut.com 1

Microprocessor Architecture. mywbut.com 1 Microprocessor Architecture mywbut.com 1 Microprocessor Architecture The microprocessor can be programmed to perform functions on given data by writing specific instructions into its memory. The microprocessor

More information

A MOSIS CMOS 4-bit, 8-sample Fast Fourier Transform Chip Set

A MOSIS CMOS 4-bit, 8-sample Fast Fourier Transform Chip Set Test results for MOSIS Educational Program (Instructional) A MOSIS CMOS 4-bit, 8-sample Fast Fourier Transform Chip Set Neil Tuttle, Ziyuan Zhang, Sandra Pellecer, Dr. Peter Osterberg, Dr. Aziz Inan University

More information

CS 320 February 2, 2018 Ch 5 Memory

CS 320 February 2, 2018 Ch 5 Memory CS 320 February 2, 2018 Ch 5 Memory Main memory often referred to as core by the older generation because core memory was a mainstay of computers until the advent of cheap semi-conductor memory in the

More information

Network Embedded Systems Sensor Networks Fall Hardware. Marcus Chang,

Network Embedded Systems Sensor Networks Fall Hardware. Marcus Chang, Network Embedded Systems Sensor Networks Fall 2013 Hardware Marcus Chang, mchang@cs.jhu.edu 1 Embedded Systems Designed to do one or a few dedicated and/or specific functions Embedded as part of a complete

More information

COMPUTER ARCHITECTURE AND ORGANIZATION Register Transfer and Micro-operations 1. Introduction A digital system is an interconnection of digital

COMPUTER ARCHITECTURE AND ORGANIZATION Register Transfer and Micro-operations 1. Introduction A digital system is an interconnection of digital Register Transfer and Micro-operations 1. Introduction A digital system is an interconnection of digital hardware modules that accomplish a specific information-processing task. Digital systems vary in

More information

PC-CARD-DAS16/16 Specifications

PC-CARD-DAS16/16 Specifications Specifications Document Revision 2.1, February, 2010 Copyright 2010, Measurement Computing Corporation Typical for 25 C unless otherwise specified. Specifications in italic text are guaranteed by design.

More information

ProgRock Operating manual _Pr1.01a_

ProgRock Operating manual _Pr1.01a_ 1. Introduction ProgRock Operating manual _Pr1.01a_ This is the operating manual for the ProgRock synthesiser kit. It should be read together with the assembly instructions for the ProgRock kit and Si5351A

More information

Lecture 5: Computing Platforms. Asbjørn Djupdal ARM Norway, IDI NTNU 2013 TDT

Lecture 5: Computing Platforms. Asbjørn Djupdal ARM Norway, IDI NTNU 2013 TDT 1 Lecture 5: Computing Platforms Asbjørn Djupdal ARM Norway, IDI NTNU 2013 2 Lecture overview Bus based systems Timing diagrams Bus protocols Various busses Basic I/O devices RAM Custom logic FPGA Debug

More information

KNJN I2C bus development boards

KNJN I2C bus development boards KNJN I2C bus development boards 2005, 2006, 2007, 2008 KNJN LLC http://www.knjn.com/ Document last revision on December 5, 2008 R22 KNJN I2C bus development boards Page 1 Table of Contents 1 The I2C bus...4

More information

Introduction. SDIO Bus

Introduction. SDIO Bus In this Application Note we discuss the SDIO Protocol, the challenges involved in Protocol breakdown and PGY-SSM comprehensive Protocol Analysis solution for decode and analysis. Introduction. SDIO offers

More information

The Memory Component

The Memory Component The Computer Memory Chapter 6 forms the first of a two chapter sequence on computer memory. Topics for this chapter include. 1. A functional description of primary computer memory, sometimes called by

More information

MM23SC8128RM Flash Security Turbo Microcontroller Smart Card Chip With 1024 bit RSA & Maths Co-processor

MM23SC8128RM Flash Security Turbo Microcontroller Smart Card Chip With 1024 bit RSA & Maths Co-processor Flash Security Turbo Microcontroller Smart Card Chip With 1024 bit RSA & Maths Co-processor 08 September 2009 This document is property of My-MS and My-MS has the right to make any changes to the contents

More information

The Embedded computing platform. Four-cycle handshake. Bus protocol. Typical bus signals. Four-cycle example. CPU bus.

The Embedded computing platform. Four-cycle handshake. Bus protocol. Typical bus signals. Four-cycle example. CPU bus. The Embedded computing platform CPU bus. Memory. I/O devices. CPU bus Connects CPU to: memory; devices. Protocol controls communication between entities. Bus protocol Determines who gets to use the bus

More information

User-configurable Resolution. 9 to 12 bits (0.5 C to C)

User-configurable Resolution. 9 to 12 bits (0.5 C to C) AT30TS74 9- to 12-bit Selectable, ±1.0 C Accurate Digital Temperature Sensor DATASHEET Features Single 1.7V to 5.5V Supply Measures Temperature From -55 C to +125 C Highly Accurate Temperature Measurements

More information

Hardware Design Environments. Dr. Mahdi Abbasi Computer Engineering Department Bu-Ali Sina University

Hardware Design Environments. Dr. Mahdi Abbasi Computer Engineering Department Bu-Ali Sina University Hardware Design Environments Dr. Mahdi Abbasi Computer Engineering Department Bu-Ali Sina University Outline Welcome to COE 405 Digital System Design Design Domains and Levels of Abstractions Synthesis

More information

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad ELECTRONICS AND COMMUNICATIONS ENGINEERING

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad ELECTRONICS AND COMMUNICATIONS ENGINEERING INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad - 00 0 ELECTRONICS AND COMMUNICATIONS ENGINEERING QUESTION BANK Course Name : DIGITAL DESIGN USING VERILOG HDL Course Code : A00 Class : II - B.

More information

Advanced FPGA Design Methodologies with Xilinx Vivado

Advanced FPGA Design Methodologies with Xilinx Vivado Advanced FPGA Design Methodologies with Xilinx Vivado Alexander Jäger Computer Architecture Group Heidelberg University, Germany Abstract With shrinking feature sizes in the ASIC manufacturing technology,

More information

FPGA Interfacing of HD44780 Based LCD Using Delayed Finite State Machine (FSM)

FPGA Interfacing of HD44780 Based LCD Using Delayed Finite State Machine (FSM) FPGA Interfacing of HD44780 Based LCD Using Delayed Finite State Machine (FSM) Edwin NC Mui Custom R & D Engineer Texco Enterprise Ptd. Ltd. {blackgrail2000@hotmail.com} Abstract This paper presents a

More information

CHAPTER 5 : Introduction to Intel 8085 Microprocessor Hardware BENG 2223 MICROPROCESSOR TECHNOLOGY

CHAPTER 5 : Introduction to Intel 8085 Microprocessor Hardware BENG 2223 MICROPROCESSOR TECHNOLOGY CHAPTER 5 : Introduction to Intel 8085 Hardware BENG 2223 MICROPROCESSOR TECHNOLOGY The 8085A(commonly known as the 8085) : Was first introduced in March 1976 is an 8-bit microprocessor with 16-bit address

More information

BV4615. Dual Interface Zero Keypad. Product specification. Dec 2009 V0.a. ByVac Page 1 of 11

BV4615. Dual Interface Zero Keypad. Product specification. Dec 2009 V0.a. ByVac Page 1 of 11 Product specification Dec 2009 V0.a ByVac Page 1 of 11 Contents 1. Introduction...3 2. Features...3 3. Physical Specification...3 3.1. Serial connector...3 3.2. Multiple Devices...4 3.3. I2C...4 4. Output

More information

Chapter 4. MARIE: An Introduction to a Simple Computer. Chapter 4 Objectives. 4.1 Introduction. 4.2 CPU Basics

Chapter 4. MARIE: An Introduction to a Simple Computer. Chapter 4 Objectives. 4.1 Introduction. 4.2 CPU Basics Chapter 4 Objectives Learn the components common to every modern computer system. Chapter 4 MARIE: An Introduction to a Simple Computer Be able to explain how each component contributes to program execution.

More information

Novel Implementation of Low Power Test Patterns for In Situ Test

Novel Implementation of Low Power Test Patterns for In Situ Test Novel Implementation of Low Power Test Patterns for In Situ Test K.Ramya 1, Y.N.S.Vamsi Mohan 2, S.V.S.M.Madhulika 3 1 M.Tech Student, Department of ECE,Bonam Venkata Chalamayya Institute of Technology

More information

Pipelined Quadratic Equation based Novel Multiplication Method for Cryptographic Applications

Pipelined Quadratic Equation based Novel Multiplication Method for Cryptographic Applications , Vol 7(4S), 34 39, April 204 ISSN (Print): 0974-6846 ISSN (Online) : 0974-5645 Pipelined Quadratic Equation based Novel Multiplication Method for Cryptographic Applications B. Vignesh *, K. P. Sridhar

More information

Digital Discovery Reference Manual

Digital Discovery Reference Manual Digital Discovery Reference Manual The Digilent Digital Discovery is a combined logic analyzer and pattern generator instrument that was created to be the ultimate embedded development companion. The Digital

More information

NEMbox / NIMbox Programmable NIM Module

NEMbox / NIMbox Programmable NIM Module NEMbox / NIMbox Programmable NIM Module Request Quote NEMbox / NIMbox Programmable NIM Module NEMbox (Nuclear Electronics Miniature Box) is a programmable Logic / DAQ module, powered either in a NIM crate

More information

Microprocessor (COM 9323)

Microprocessor (COM 9323) Microprocessor (COM 9323) Lecture 1: Introduction Ahmed Elnakib, PhD Assistant Professor, Mansoura University, Egypt Feb 17 th, 2016 1 Course Syllabus* o Introduction to computer architecture o Basics

More information

BIG8051. Development system. User manual

BIG8051. Development system. User manual BIG8051 User manual All s development systems represent irreplaceable tools for programming and developing microcontroller-based devices. Carefully chosen components and the use of machines of the last

More information

Design And Implementation Of USART IP Soft Core Based On DMA Mode

Design And Implementation Of USART IP Soft Core Based On DMA Mode Design And Implementation Of USART IP Soft Core Based On DMA Mode Peddaraju Allam 1 1 M.Tech Student, Dept of ECE, Geethanjali College of Engineering & Technology, Hyderabad, A.P, India. Abstract A Universal

More information

CCPMC66-16AI32SSA CONDUCTION-COOLED DIFFERENTIAL 32-CHANNEL, 16-BIT, SIMULTANEOUS SAMPLING, PMC ANALOG INPUT BOARD

CCPMC66-16AI32SSA CONDUCTION-COOLED DIFFERENTIAL 32-CHANNEL, 16-BIT, SIMULTANEOUS SAMPLING, PMC ANALOG INPUT BOARD Rev: 122210 CCPMC66-16AI32SSA CONDUCTION-COOLED DIFFERENTIAL 32-CHANNEL, 16-BIT, SIMULTANEOUS SAMPLING, PMC ANALOG INPUT BOARD With 200KSPS Sample Rate per Channel, Rear-Panel I/O and 66MHz PCI Support

More information

ECE 465, Fall 2013, Instructor: Prof. Shantanu Dutt. Project 2 : Project Files Due Tue Nov. 26, Report Due Wed. Nov. 27, both at midnight

ECE 465, Fall 2013, Instructor: Prof. Shantanu Dutt. Project 2 : Project Files Due Tue Nov. 26, Report Due Wed. Nov. 27, both at midnight ECE 465, Fall 2013, Instructor: Prof. Shantanu Dutt Project 2 : Project Files Due Tue Nov. 26, Report Due Wed. Nov. 27, both at midnight 1 Goal The goals of this project are: 1. To design a sequential

More information