Lode DSP Core. Features. Overview

Size: px
Start display at page:

Download "Lode DSP Core. Features. Overview"

Transcription

1 Features Two multiplier accumulator units Single cycle 16 x 16-bit signed and unsigned multiply - accumulate 40-bit arithmetic logical unit (ALU) Four 40-bit accumulators (32-bit + 8 guard bits) Pre-shifter, post-shifter and exponent extractor Divide step instruction Bit manipulation instructions Separate program and data memories Program address space: 64K x 32 bit Data memory address space: 64K x 16 bit Two data memory access per cycle Read, read Read, write Eight 16-bit data memory pointers Eight 8-bit data memory pointer modifiers Addressing Direct Pointer Indirect Immediate Circular Sixteen level hardware stack Five level instruction pipeline: Fetch, Decode, Read, Execute, & Write Two true zero overhead loops, nestable Context saving on interrupts Low Power Fully Static cmos device Wait instruction JTAG Support Lode DSP Core Overview Lode is a 16-bit digital signal processor (DSP) core designed to run with a 40 MHz clock in 0.5µm CMOS at 3.0 Volts. It consists of several major functional blocks shown in Figure 1. These are a Program Control Unit (PCU), an Arithmetic Computation Unit (ACU) and a Memory Management Unit (MMU). The core contains no memory, but can interface with off-core program and data memory. The Lode PCU employs a five stage pipeline structure. It also includes a 16 deep hardware stack, two zero overhead loop units (for multiple instruction looping), one instruction repeat module and interrupt circuitry. The ACU consists of two 16 x 16-bit Multiplier Accumulator Units (MACs), a 40-bit Arithmetic Manipulation Unit (AMU), four 40-bit Accumulators and a Post-shifter. The MMU consists of two address generation units for simultaneously addressing the two ports of data memory. It also includes two modulo addressing units. The Lode core also contains a register file distributed across the three functional blocks depending on their functions. All the loop, stack and repeat related registers reside in the PCU. The pointer registers, their modifiers, the modulo addressing control registers, the base address for page addressing register and m0/m1 reside in the MMU. The accumulators and other control and status registers belong to the ACU. Accessing any of the registers does not involve the programmer s knowledge of their locality. Table 1 lists the core registers and their functions. 0795A-A 11/97 1

2 As a convention throughout this data sheet, bit[39] and bit[15]/bit[7] represent the Most Significant Bit (MSB) of the accumulators and 16/8-bit registers respectively. Bit[0] represents the Least Significant Bit (LSB) of any register. Program Control Unit Program Memory AMU MAC0 MAC1 Registers Memory Management Unit Data Memory & IO Accumulators Post Shift Lode DSP Core Lode is an advanced, 16-bit Digital Signal Processor (DSP) core designed for optimal performance in digital cellular, speech and voice communications applications. The Lode core architecture efficiently performs the baseband functions - speech compression, forward error correction, and modem functions - required in digital cellular standards. Lode is the first general-purpose DSP that provides two multiplier-accumulators (MACs), which reduce power consumption by effectively cutting cycle times in half. Lode s suite of user-friendly development tools are easy to learn, thus accelerating the time it takes to get your product to market. Figure 1. Lode DSP Engine Block Diagram Lode core 2

3 Table 1. Lode Core Registers Register #Bits Function a0-a accumulators r0-r7 16 Pointers registers m0, m1 16 Read pipeline registers tstk 16 Top of the stack lreg 16 Local register pc 16 Program counter lrp0 lrp1 lcc0 lcc1 16 Loop repeat count registers 16 Loop current counters lsa0 lea0 lsa1 lea1 16 Loop registers, Start and end addresses cl0 cl Circular buffer length registers s0-s7 8 Pointer modifiers for r0-r7 asr 8 AMU shift register [ ] psr 8 Post shifter register [-8..16] rc 8 Repeat count register badr 8 Base address register sra srm srg 8 Status registers cmr 8 Control/mode register 3

4 Lode Benchmark Summary The Lode execution benchmarks are presented for basic signal processing operation in Table 2 below. The cycle count is presented as a function of the number of taps or entries, N, and processing length, L, including any overhead for the kernel operation. Table 2. Benchmarks Benchmarks Cycles w/overhead FIR realxreal FIR realxcomplex FIR complexxcomplex IIR realxreal, Nth order L(N+4)/2 L(N+4) L(2N+12) L(N+6)/2 IIR real, biquad 4.5L Double precision multiplication, N terms 3N+2 Adaptive LMS, real, N taps w/rounding 3.5N+6 40 bit CRC over N bits N Vector normalization 2N+2 Square distance N+2 Radix 2 Viterbi butterfly for channel 4 Radix 2 Viterbi butterfly for equalizer 5 Traceback (constraint length <= 5) Interleave/De-interleave Functional Description The block diagram of the functional units and buses is shown in Figure 1. The diagram shows the major data buses connecting the different units. Program Control Unit The Program Control Unit (PCU) manages the global operation of the core. The core operates with a five stage pipeline: Fetch stage: During this stage, the instruction is fetched from program memory and placed in the instruction register. In parallel, the program counter is incremented Decode stage: In this stage, the instruction is decoded. Read stage: During this stage, data is read from one and/or two data memory locations. Post modification of the addresses is also executed during this cycle (including write address). Execute stage: During this stage computations are performed in the Arithmetic Computation Unit (ACU) on the data from the selected sources. Write stage: During this stage, data is written back to memory through one of the data memory ports. Optionally, some post shifting is applied on the data before storing it. The PCU contains a few special units, of which the most important are described. 6 /stage 3 /bit Stack unit: A 16 level deep hardware stack is included in the PCU for the execution of program calls and returns for subroutine nesting. Two loop units: The PCU contains two loop units to implement two levels of true zero overhead nested loops. This provides a means to repeat the execution of a group of instructions a pre-specified number of times. Interrupt unit: The application independent part of the interrupt unit is inside the PCU, the rest is outside the core. The PCU controls the branching to the interrupt subroutine, the context saving/restoring, and handling of the control interface signals such as the interrupt acknowledgments and other pipeline related issues. The interrupt controller is application dependent. The interrupt controller provided with the I/O peripherals library will support 16 interrupts. Memory interface unit: The PCU handles pipeline issues such as inserting wait states, and generates control signals to interact with fast or slow data and program memories (which are outside the core). This unit also controls the reading and writing to many registers in the core. Status unit: The PCU contains three status registers and one control/mode register. The status registers contain flags from the ACU and from the PCU. The status bits are used for conditional execution of instructions. The control/mode register allows the programmer to enable or disable operation modes of the ACU and the PCU. 4

5 Arithmetic Computational Unit The Arithmetic Computational Unit (ACU) is comprised of one Arithmetic Manipulation Unit (AMU) and two Multiply/Accumulate (MAC) units. The output of both units goes to the Accumulator Register File (ARF) containing 4 accumulators. Any of the accumulator outputs can be routed back to the input of the ACU or be stored to the memory through the Post Shifter. Arithmetic Manipulation Unit The Arithmetic Manipulation Unit (AMU) consists of an exponent extraction module, a pre-shifter and a 40-bit ALU. The AMU gets its input from any of the 2 data buses and/or any of the 4 accumulators. The data buses can route the operands from the memory or from the registers. The Exponent Unit The exponent unit extracts the number of redundant sign bits such that, had the input value been shifted by this number, the sign bit would reside at bit[31] and it would be different from bit[30]. This is also called normalizing factor extraction with respect to bit[31]. The input to the exponent extractor is 40-bits wide and it accepts data either from the accumulators or from the data bus. The output of the exponent is sign extended and loaded in the destination accumulator as well as in the AMU Shift Register (asr). The range of the exponent extractor output is [ ]. The exponent module with the pre-shifter can be used in two ways: Normalizing a single value Normalizing a vector array To normalize single data values, it is first passed through the exponent module to extract the shift amount needed. The shift value is loaded automatically into asr. The original data is then loaded to the ARF through the shifter. To normalize an array of data, the extract exponent and find minimum instruction (expmn) is used in a loop. When repeated, this instruction will find the minimum of a previously extracted exponent residing in one of the accumulators and the new extracted exponent. At the end of the loop, the destination accumulator and asr have the shift value required to normalize the array. The array is then read back through the pre-shifter. The Pre-Shifter The pre-shifter performs both arithmetic and logical shifts on its input data. The input can be either a 16-bit value from the data bus or a 40-bit value from the ARF. The shift value is determined by asr or can be specified in the instruction word. The shifter range is [ ]. When no shift value is specified, the default is zero. For arithmetic right shifts, the sign is extended from bit[39]. Otherwise zeroes are shifted into bit[39] for right shifts and into bit[0] for left shifts. An arithmetic shift operation can overflow and cause saturation if the saturation bit is enabled in cmr. The pre-shifter also performs a rotate through the carry operation. A 16-bit data via the data bus can be rotated through a range of [ ]. Bit[31] is copied to bit[16] and also to the carry bit for left shifts, and bit[16] is copied to bit[31] and to the carry for right shifts. A 40-bit accumulator can only be rotated by 1-bit left or right. Bit[31] is copied to bit[0] and to the carry for a left shift. For a right shift, bit[0] is copied to bit[31] and to the carry. The Arithmetic Logical Unit The 40-bit Arithmetic Logical Unit (ALU) performs both Arithmetic and Boolean operations on its inputs. All operations use all 40 bits of the ALU. The inputs to the ALU can come from the ARF, the data memory, the instruction word or the output of the exponent unit. The basic functions performed by the ALU are: addition, subtraction, AND, OR, XOR, absolute distance, minimum and maximum operations. The ALU has several special instructions such as signed division, Galois Field (GF(2)) division and multiplication, bit test and max/min with pointer saving. Associated with the ALU are six status flags: carry, negative, zero, overflow, 40-bit overflow and test bit. All flags can be tested individually or combined. Guard Bits The 8 MSB s, bit[ ], of the ARF are known as the guard bits. All ALU operations are 40-bit wide and therefore use the guard bits. The usefulness of the guard bits is apparent in multiply/accumulate operations where the partial sums may exceed the 32-bit width. Rounding Rounding is available in the AMU. Data can be rounded using the rounding instruction which performs a round to nearest operation by adding 0x8000 to the lower order word of an accumulator and then zeroing bit[15.. 0]. Saturation on Overflow The saturation feature can be enabled or disabled in the control mode register (cmr.) This bit provides saturation on overflow into the guard bits when the overflow condition is true after an ALU or MAC add/subtract There are two saturation control bits in cmr; one for the ALU and another for the MAC unit. A saturate instruction is provided which will override the saturation mode and can be used anytime a value in the ARF is required to be limited to 32 bits. Dual Multiply/Accumulate The Dual Multiply/Accumulate units (DMAC) consist of two identical multiply/accumulate modules, MAC0 and MAC1, which have different source and destination options. The MAC0 inputs come from the data buses and/or the ARF. For MAC1, in addition to the inputs mentioned above, there is also an input from the Local Register (lreg). This register stores the previous MAC0 operation input and hence the data can be reused in a subsequent MAC1 operation. When 5

6 both MAC units are used in parallel, this architecture speeds up operations such as filtering and Viterbi decoding. The feedback input to the MAC0 adder/subtractor unit can come from any of the accumulators in the ARF, or directly from the output of a0 for certain instructions. All of the feedback paths are 40-bit wide. However, the MAC1 gets its feedback inputs to its adder/subtractor only from the a1 accumulator. The destination of MAC0 is the ARF, or a0 in some instructions, and that of the MAC1 is always the a1 accumulator. The two multipliers are bit multipliers, capable of multiplying signed or unsigned 2 s complement numbers. The output of the multipliers can be shifted left by one in the case of a fractional multiplication. This shift can be enabled or disabled in cmr. The multipliers also have a pass mode to allow data to pass to the output without change. In this case the dual MAC unit can be used as a dual add/sub unit for computations such as those required by the Viterbi decoding. Accumulator Register File Each of the four accumulators is a 40-bit register consisting of 8 guard bits, 16-bit high order word and 16-bit low order word. Local data buses interconnect the output and input of the ARF and the ACU. A write-back path is used for memory writes through the post shifter. Accumulator a2 is a special accumulator in that it can shift its contents left by one and simultaneously shift in a logical one or zero when certain instructions such as division, Galois field operations, bit test or max/min are executed. Post-shifter The post shifter takes the 40-bit output of any accumulator, shifts by any value from 8 to the right to 16 to the left and puts the 16 lower order bits (bit[15..0]) or the 16 higher order bits (bit[31..16]), as specified in the instruction on the write-back bus. Effectively any 16-bit window in the accumulator can be stored to the memory. The value by which the data is shifted can be specified either as a constant in the instruction word or as a variable in the Post Shifter Register, psr. Memory Management Unit The Memory Management Unit (MMU) consists of two independent data address generation units AGU0 and AGU1 for data memory addressing. They have an addressing range of 64K words. This allows two simultaneous memory fetches from the data memory in one cycle. Addressing Modes The Lode core provides five addressing modes for data memory accesses and fetching operands. The following is a description of each mode: 1. Memory direct addressing mode: The lower 8 bits of the data memory address are specified as an 8-bit value in the instruction. The upper 8 bits are programmed in the badr register. These two values are concatenated to generate a 16-bit memory address. 2. Register indirect addressing mode: In this mode the memory address is specified in one of the 8 pointer registers r0-r7. The data in the memory location pointed to by the register is fetched. Each of these pointer registers is associated with an 8-bit pointer modifier register s0-s7. The pointers can be post incremented or decremented by one or any number in the range from -128 to 127 specified in the pointer modifier register. Two full modulo circular addressing units are provided as well. Any of the 8 registers, r0-r7, can be configured in a circular mode. A pointer can be modified in the following seven different ways: Don t modify: r0 Increment: r0++ Decrement: r0-- Modify by the associated s register: r0+=s0 Increment in circular mode: (circ0) r0++ Decrement in circular mode: (circ0) r0-- Modify by the associated s register in circular mode: (circ0) r0+=s0 3. Register direct addressing mode: The contents of the registers r0 - r7 can directly be used as an operand. 4. Short immediate: An 8-bit immediate value can be specified in the instruction word and fetched from the instruction register as an operand. The 8-bit value can be sign extended or zero extended. 5. Integer (16 bits) immediate: A 16-bit value can be specified in the second word of an instruction and is addressed by the PC as an operand. Instruction Set The assembly syntax of Lode is similar to the C language. Operations are represented either in a function form, for example rnd(a0) to round the contents of accumulator a0, or by their symbolic representation in a mathematical expressions such as a0=a0 ^ a1 to XOR a0 with a1. This syntax allows for a short learning curve and ease of reading and understanding the code later on. The Lode core has 8 instruction categories: AMU, MAC, DMAC, Compound, Program Flow, Status, Move and Pointer. 6

7 AMU The AMU instructions are those instructions that use the AMU functional block of the Lode core. They consist of the 8 basic functions plus the special instructions such as exponent, division, bit test, GF(2) division/multiplication. Table 3 gives the complete list of the AMU instructions. Table 3. AMU Instructions Absolute distance Add two operands Add with carry AND two operands Arithmetic shift Bit test Decrement Divide two operands Double precision load Extract exponent Extract exponent and find minimum GF(2) polynomial division GF(2) polynomial multiplication Logical shift Maximum of two operands Maximum test of two operands Maximum and save pointer Minimum of two operands Minimum test of two operands Minimum and save pointer NOT OR two operands Rotate Round accumulator Saturate accumulator Subtract two operands Subtract with borrow XOR MAC The MAC instructions are those instructions that use the MAC0 unit only of the Lode core. These include a variety of combinations of inputs and signed/unsigned multiplications. Table 4 gives the complete list of the MAC instructions. Table 4. MAC Instructions Multiply two numbers Multiply accumulate Multiply and subtract Square Square and accumulate Square and subtract DMAC The DMAC instructions are those instructions that use both MAC0 and MAC1 units of the Lode core. This category also allows for bypassing the multiplier units to perform dual addition or subtraction operations. These are useful for Viterbi butterfly decoding. Table 5 gives the complete list of the DMAC instructions. Table 5. DMAC Instruction Multiply and accumulate in MAC1 Multiply and subtract in MAC1 Multiply in MAC0 and zero a1 Dual multiply Dual multiply and accumulate Dual multiply and subtract Dual multiply accumulate in MAC0 and subtract in MAC1 Dual multiply subtract in MAC0 and accumulate in MAC1 Dual accumulate Dual subtract Dual subtract with shift Dual accumulate in MAC0 and subtract in MAC1 Dual accumulate in MAC0 and subtract in MAC1 with shift (same value) Dual subtract in MAC0 and accumulate in MAC1 Dual subtract in MAC0 and accumulate in MAC1 with shift (same value) Dual load a0 and a1 Load a0 and LREG with the same value Compound The Compound category is the most powerful class of Lode instructions. These instructions use two (MAC0 and AMU) or all three (MAC0, MAC1 and AMU) functional blocks in parallel. Some of the instructions can write the result back 7

8 to memory in the same cycle as well. Instructions in this category are used to implement Viterbi butterfly decoding and distance square type of functions very efficiently. Table 6 gives the complete list of the Compound instructions. Table 6. Compound Instructions Accumulate squared distance Accumulate absolute distance Dual accumulate in MAC0 and subtract in MAC1 with writeback Dual subtract in MAC0 and accumulate in MAC1 with writeback Dual accumulate in MAC0 and subtract in MAC1 with shift and find maximum Dual accumulate in MAC0 and subtract in MAC1 with shift and find minimum Dual subtract in MAC0 and accumulate in MAC1 with shift and find maximum Dual subtract in MAC0 and accumulate in MAC1 with shift and find minimum Dual subtract and find maximum Dual subtract and find minimum Dual load a0 and a1 and find maximum Dual load a0 and a1 and find minimum Squared distance Program Flow The Program Flow instructions are those that affect the linear flow of execution such as branch and call. Table 7 gives the complete list of the Program Flow instructions. Table 7. Program Flow Instructions Branch Branch delayed Branch top of stack Call subroutine Call subroutine delayed Call top of stack Repeat n Repeat RC No operation Return from subroutine Return from subroutine delayed Return from interrupt Software trap Status The status category instructions are those instructions that act upon a status or control bit, such as clearing/setting them or executing an instruction conditioned upon a status bit. The wait instruction is part of this category. Table 8 gives the complete list of the Status instructions. Table 8. Status Instructions Conditionally execute next instruction Clear Set System reset Wait for interrupt Move The Move category instructions are those instructions that transfer data between different resources of the Lode core, such as memory, registers and accumulators. Table 9 gives the complete list of the Move instructions. Table 9. Move Instructions Load accumulator Store accumulator Move Dual Move 8

9 Pointer The Pointer instruction modifies pointers without accessing memory. Peripherals An extensive library of peripheral modules is available for the Lode core. Selected peripheral modules can be integrated with the Lode core along with required program and data memory to form an application specific DSP. The library includes following peripheral units: 1. Data Bus Sequencer Unit: It takes care of data accesses to both ports of the Data Memory and to the peripheral I/Os. 2. Serial I/O Port Interface Unit: This is a 16-bit bidirectional unit providing direct communication with industry standard serial devices, such as speech codecs, audio data converters etc. with a minimum of external hardware. 3. Parallel I/O Port Interface Unit: The PIO unit serves as a 16-bit, general purpose I/O port providing a bitwise control over the port pins as inputs or outputs. 4. Counter / Timer Unit: The CTU is a 16-bit counter / timer unit for generating accurate time delays under software control. 5. Interrupt Control Unit: The ICU relieves the Lode Core from the task of prioritizing a multi-interrupt system. It can handle up to 16 priority interrupts for the Lode Core. 6. Bus Isolation Unit: The BIU is responsible for keeping track of external bus requests and granting access to them when not in use. 7. Bus Interface Unit: The BIU provides interconnection between the signals between the Lode Core and the external logic through tri-state buffers. 8. Wait State Generator Unit: The Wait State Generator unit inserts wait states for the accesses to slow program and data memories. 9. Microcontroller FIFO I/O Interface Unit: This unit provides a 16-bit data interface for high speed, semaphore controlled, communication with external devices. 10. JTAG Controller Unit: It includes Jtag test logic and special pins to provide standardized approach for testing and debugging the logic on the chip 11. RAM Interface Unit: This unit brings the capability to the Lode core to interface with slow memories(eprom) and high speed rams. During boot mode, it takes the snapshot of the data in slow EPROM and writes it into the RAM. Lode Tools Software tools for Lode enable the DSP programmer to develop and verify applications. Following software tools are available for Lode: LodeAsm: The Lode assembler converts Lode source files in assembly language into object files that can be linked into executable files. LodeLink: The Lode linker converts assembled files into executable files that can be used by Lode core or by the simulator. LodeSim: The Lode simulator operates on Lode executable files to validate the instruction set and provide a platform for code development. A Lode Applications Development System (LADS) using Lode DSP is also available. LADS provides means for future program development, algorithm testing and demonstrations. LADS incorporates a chip with both the Lode core and I/O to provide for complete ICE functions. The LADS provides not only hardware emulation, single stepping, and register interrogation, but JTAG test functionality. 9

10 Figure 2. Lode Core Signals PDB[31:0] RB0[15:0] RB1[15:0] Lode DSP Engine RESETL PCUINT FREEZEL CK Program memory PAB[15:0] PMEL Data memory AB0[15:0] AB1[15:0] DRW0L DRW1L DME0L DME1L DRW0LIN DRW1LIN DME0LIN DME1LIN Controls INTDIS PCUACK RESETO ACTIVE Signal Description Signal Name I/O Description Program memory interface PAB[15:0] O Program memory address bus PDB[31:0] I Program memory data bus PMEL O Program memory enable Data memory interface AB0[15:0] O Data memory 0 address bus AB1[15:0] O Data memory 1 address bus RB0[15:0] IO Data memory 0 data bus RB1[15:0] IO Data memory 1 data bus DRW0L DRW1L O O Data memory read/write control for port 0 Data memory read/write control for port 1 DME0L O Data memory 0 enable line DME1L O Data memory 1 enable line DRW0LIN DRW1LIN O O Early data memory 0 read/write control Early data memory 1 read/write control DME0LIN O Early Data memory 0 enable DME1LIN O Early Data memory 1 enable Control interface ACTIVE O Active or Wait Mode RESETL I Processor Reset. Minimum duration is 2 cycles. RESETO O Processor Reset output PCUINT I PCU interrupt request PCUACK O PCU interrupt acknowledge INTDIS FREEZEL O I Interrupt disable status signal External data wait state control CK I Master clock signal 10

11 Timing Specification All timing specifications are for 40 MHz operation. Parameter Min Max Notes CK cycle time For 40 MHz clk CK high pulse duration For 40 MHz clk CK low pulse duration For 40 MHz clk CK fall time CK rise time PDB[31:0] setup time before CK high pf load cap PDB[31:0] hold time after CK high 0 -- PAB[31:0] valid delay from CK high pf load cap PAB[31:0] hold time after CK high 0 -- PMEL valid after CK high PMEL hold time after CK high pf load cap AB0[15:0], AB1[15:0] valid delay pf load cap AB0[15:0], AB1[15:0] hold time after CK high RB0[15:0], RB1[15:0] read setup time pf load cap RB0[15:0], RB1[15:0] read hold time 0 -- RB0[15:0], RB1[15:0] write setup time pf load cap RB0[15:0], RB 1[15:0] write hold time (tri_stated after CK High) DRW0L, DME0L, DRW1L, DME1L valid delay pf load cap DRW0L, DME0L, DRW1L, DME1L hold time after CK high 0 -- DRW0LIN, DME0LIN, DRW1LIN, DME1LIN valid delay DRW0LIN, DME0LIN, DRW1LIN, DME1LIN hold time after CK high 0 -- RESETL setup time before CK high pf load cap RESETL hold time after CK high 0 -- RESETL low pulse duration For 40 MHz clk RESETO valid after CK high (output) pf load cap ACTIVEL valid (output) pf load cap PCUINT valid after CK high (input) pf load cap PCUACK valid delay (output) pf load cap INTDIS valid after CK high (output) pf load cap FREEZEL setup time before CK high (input) pf load cap FREEZEL hold time after CK low

DSP Platforms Lab (AD-SHARC) Session 05

DSP Platforms Lab (AD-SHARC) Session 05 University of Miami - Frost School of Music DSP Platforms Lab (AD-SHARC) Session 05 Description This session will be dedicated to give an introduction to the hardware architecture and assembly programming

More information

INSTRUCTION SET AND EXECUTION

INSTRUCTION SET AND EXECUTION SECTION 6 INSTRUCTION SET AND EXECUTION Fetch F1 F2 F3 F3e F4 F5 F6 Decode D1 D2 D3 D3e D4 D5 Execute E1 E2 E3 E3e E4 Instruction Cycle: 1 2 3 4 5 6 7 MOTOROLA INSTRUCTION SET AND EXECUTION 6-1 SECTION

More information

SECTION 5 PROGRAM CONTROL UNIT

SECTION 5 PROGRAM CONTROL UNIT SECTION 5 PROGRAM CONTROL UNIT MOTOROLA PROGRAM CONTROL UNIT 5-1 SECTION CONTENTS SECTION 5.1 PROGRAM CONTROL UNIT... 3 SECTION 5.2 OVERVIEW... 3 SECTION 5.3 PROGRAM CONTROL UNIT (PCU) ARCHITECTURE...

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

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction The Motorola DSP56300 family of digital signal processors uses a programmable, 24-bit, fixed-point core. This core is a high-performance, single-clock-cycle-per-instruction engine

More information

Internal architecture of 8086

Internal architecture of 8086 Case Study: Intel Processors Internal architecture of 8086 Slide 1 Case Study: Intel Processors FEATURES OF 8086 It is a 16-bit μp. 8086 has a 20 bit address bus can access up to 220 memory locations (1

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

,1752'8&7,21. Figure 1-0. Table 1-0. Listing 1-0.

,1752'8&7,21. Figure 1-0. Table 1-0. Listing 1-0. ,1752'8&7,21 Figure 1-0. Table 1-0. Listing 1-0. The ADSP-21065L SHARC is a high-performance, 32-bit digital signal processor for communications, digital audio, and industrial instrumentation applications.

More information

Intel 8086 MICROPROCESSOR. By Y V S Murthy

Intel 8086 MICROPROCESSOR. By Y V S Murthy Intel 8086 MICROPROCESSOR By Y V S Murthy 1 Features It is a 16-bit μp. 8086 has a 20 bit address bus can access up to 2 20 memory locations (1 MB). It can support up to 64K I/O ports. It provides 14,

More information

ADDRESS GENERATION UNIT (AGU)

ADDRESS GENERATION UNIT (AGU) nc. SECTION 4 ADDRESS GENERATION UNIT (AGU) MOTOROLA ADDRESS GENERATION UNIT (AGU) 4-1 nc. SECTION CONTENTS 4.1 INTRODUCTION........................................ 4-3 4.2 ADDRESS REGISTER FILE (Rn)............................

More information

1. INTRODUCTION TO MICROPROCESSOR AND MICROCOMPUTER ARCHITECTURE:

1. INTRODUCTION TO MICROPROCESSOR AND MICROCOMPUTER ARCHITECTURE: 1. INTRODUCTION TO MICROPROCESSOR AND MICROCOMPUTER ARCHITECTURE: A microprocessor is a programmable electronics chip that has computing and decision making capabilities similar to central processing unit

More information

Design of Embedded DSP Processors Unit 2: Design basics. 9/11/2017 Unit 2 of TSEA H1 1

Design of Embedded DSP Processors Unit 2: Design basics. 9/11/2017 Unit 2 of TSEA H1 1 Design of Embedded DSP Processors Unit 2: Design basics 9/11/2017 Unit 2 of TSEA26-2017 H1 1 ASIP/ASIC design flow We need to have the flow in mind, so that we will know what we are talking about in later

More information

ADSP-2100A DSP microprocessor with off-chip Harvard architecture. ADSP-2101 DSP microcomputer with on-chip program and data memory

ADSP-2100A DSP microprocessor with off-chip Harvard architecture. ADSP-2101 DSP microcomputer with on-chip program and data memory Introduction. OVERVIEW This book is the second volume of digital signal processing applications based on the ADSP-00 DSP microprocessor family. It contains a compilation of routines for a variety of common

More information

Introduction ADSP-2100 FAMILY OF PROCESSORS

Introduction ADSP-2100 FAMILY OF PROCESSORS Introduction 1 1.1 OVERVIEW This book presents a compilation of routines for a variety of common digital signal processing applications based on the ADSP-2100 DSP microprocessor family. These routines

More information

REAL TIME DIGITAL SIGNAL PROCESSING

REAL TIME DIGITAL SIGNAL PROCESSING REAL TIME DIGITAL SIGNAL PROCESSING UTN-FRBA 2011 www.electron.frba.utn.edu.ar/dplab Architecture Introduction to the Blackfin Processor Introduction to MSA Micro Signal Architecture (MSA) core was jointly

More information

PROGRAM CONTROL UNIT (PCU)

PROGRAM CONTROL UNIT (PCU) nc. SECTION 5 PROGRAM CONTROL UNIT (PCU) MOTOROLA PROGRAM CONTROL UNIT (PCU) 5-1 nc. SECTION CONTENTS 5.1 INTRODUCTION........................................ 5-3 5.2 PROGRAM COUNTER (PC)...............................

More information

Basics of Microprocessor

Basics of Microprocessor Unit 1 Basics of Microprocessor 1. Microprocessor Microprocessor is a multipurpose programmable integrated device that has computing and decision making capability. This semiconductor IC is manufactured

More information

SYLLABUS UNIT - I 8086/8088 ARCHITECTURE AND INSTRUCTION SET

SYLLABUS UNIT - I 8086/8088 ARCHITECTURE AND INSTRUCTION SET 1 SYLLABUS UNIT - I 8086/8088 ARCHITECTURE AND INSTRUCTION SET Intel 8086/8088 Architecture Segmented Memory, Minimum and Maximum Modes of Operation, Timing Diagram, Addressing Modes, Instruction Set,

More information

DSP VLSI Design. Instruction Set. Byungin Moon. Yonsei University

DSP VLSI Design. Instruction Set. Byungin Moon. Yonsei University Byungin Moon Yonsei University Outline Instruction types Arithmetic and multiplication Logic operations Shifting and rotating Comparison Instruction flow control (looping, branch, call, and return) Conditional

More information

Intel 8086 MICROPROCESSOR ARCHITECTURE

Intel 8086 MICROPROCESSOR ARCHITECTURE Intel 8086 MICROPROCESSOR ARCHITECTURE 1 Features It is a 16-bit μp. 8086 has a 20 bit address bus can access up to 2 20 memory locations (1 MB). It can support up to 64K I/O ports. It provides 14, 16

More information

SECTION 5 ADDRESS GENERATION UNIT AND ADDRESSING MODES

SECTION 5 ADDRESS GENERATION UNIT AND ADDRESSING MODES SECTION 5 ADDRESS GENERATION UNIT AND ADDRESSING MODES This section contains three major subsections. The first subsection describes the hardware architecture of the address generation unit (AGU); the

More information

Instruction Set Reference

Instruction Set Reference .1 QUICK LIST OF INSTRUCTIONS This chapter is a complete reference for the instruction set of the ADSP-2100 family. The instruction set is organized by instruction group and, within each group, by individual

More information

8086 INTERNAL ARCHITECTURE

8086 INTERNAL ARCHITECTURE 8086 INTERNAL ARCHITECTURE Segment 2 Intel 8086 Microprocessor The 8086 CPU is divided into two independent functional parts: a) The Bus interface unit (BIU) b) Execution Unit (EU) Dividing the work between

More information

Tutorial Introduction

Tutorial Introduction Tutorial Introduction PURPOSE: This tutorial describes the key features of the DSP56300 family of processors. OBJECTIVES: Describe the main features of the DSP 24-bit core. Identify the features and functions

More information

DIGITAL SIGNAL PROCESSOR FAMILY MANUAL

DIGITAL SIGNAL PROCESSOR FAMILY MANUAL nc. DSP56100 16-BIT DIGITAL SIGNAL PROCESSOR FAMILY MANUAL Motorola, Inc. Semiconductor Products Sector DSP Division 6501 William Cannon Drive, West Austin, Texas 78735-8598 nc. Order this document by

More information

VIII. DSP Processors. Digital Signal Processing 8 December 24, 2009

VIII. DSP Processors. Digital Signal Processing 8 December 24, 2009 Digital Signal Processing 8 December 24, 2009 VIII. DSP Processors 2007 Syllabus: Introduction to programmable DSPs: Multiplier and Multiplier-Accumulator (MAC), Modified bus structures and memory access

More information

Question Bank Microprocessor and Microcontroller

Question Bank Microprocessor and Microcontroller QUESTION BANK - 2 PART A 1. What is cycle stealing? (K1-CO3) During any given bus cycle, one of the system components connected to the system bus is given control of the bus. This component is said to

More information

INTRODUCTION TO MICROPROCESSORS

INTRODUCTION TO MICROPROCESSORS INTRODUCTION TO MICROPROCESSORS Richa Upadhyay Prabhu NMIMS s MPSTME richa.upadhyay@nmims.edu January 7, 2016 Richa Upadhyay Prabhu (MPSTME) INTRODUCTION January 7, 2016 1 / 63 Course Design Prerequisite:

More information

ARM ARCHITECTURE. Contents at a glance:

ARM ARCHITECTURE. Contents at a glance: UNIT-III ARM ARCHITECTURE Contents at a glance: RISC Design Philosophy ARM Design Philosophy Registers Current Program Status Register(CPSR) Instruction Pipeline Interrupts and Vector Table Architecture

More information

Digital IP Cell 8-bit Microcontroller PE80

Digital IP Cell 8-bit Microcontroller PE80 1. Description The is a Z80 compliant processor soft-macro - IP block that can be implemented in digital or mixed signal ASIC designs. The Z80 and its derivatives and clones make up one of the most commonly

More information

Question Bank Part-A UNIT I- THE 8086 MICROPROCESSOR 1. What is microprocessor? A microprocessor is a multipurpose, programmable, clock-driven, register-based electronic device that reads binary information

More information

UNIT-II. Part-2: CENTRAL PROCESSING UNIT

UNIT-II. Part-2: CENTRAL PROCESSING UNIT Page1 UNIT-II Part-2: CENTRAL PROCESSING UNIT Stack Organization Instruction Formats Addressing Modes Data Transfer And Manipulation Program Control Reduced Instruction Set Computer (RISC) Introduction:

More information

Microcontrollers. Microcontroller

Microcontrollers. Microcontroller Microcontrollers Microcontroller A microprocessor on a single integrated circuit intended to operate as an embedded system. As well as a CPU, a microcontroller typically includes small amounts of RAM and

More information

Chapter 7 Central Processor Unit (S08CPUV2)

Chapter 7 Central Processor Unit (S08CPUV2) Chapter 7 Central Processor Unit (S08CPUV2) 7.1 Introduction This section provides summary information about the registers, addressing modes, and instruction set of the CPU of the HCS08 Family. For a more

More information

Architecture & Instruction set of 8085 Microprocessor and 8051 Micro Controller

Architecture & Instruction set of 8085 Microprocessor and 8051 Micro Controller of 8085 microprocessor 8085 is pronounced as "eighty-eighty-five" microprocessor. It is an 8-bit microprocessor designed by Intel in 1977 using NMOS technology. It has the following configuration 8-bit

More information

PART A (22 Marks) 2. a) Briefly write about r's complement and (r-1)'s complement. [8] b) Explain any two ways of adding decimal numbers.

PART A (22 Marks) 2. a) Briefly write about r's complement and (r-1)'s complement. [8] b) Explain any two ways of adding decimal numbers. Set No. 1 IV B.Tech I Semester Supplementary Examinations, March - 2017 COMPUTER ARCHITECTURE & ORGANIZATION (Common to Electronics & Communication Engineering and Electronics & Time: 3 hours Max. Marks:

More information

02 - Numerical Representation and Introduction to Junior

02 - Numerical Representation and Introduction to Junior 02 - Numerical Representation and Introduction to Junior September 10, 2013 Todays lecture Finite length effects, continued from Lecture 1 How to handle overflow Introduction to the Junior processor Demonstration

More information

9/25/ Software & Hardware Architecture

9/25/ Software & Hardware Architecture 8086 Software & Hardware Architecture 1 INTRODUCTION It is a multipurpose programmable clock drive register based integrated electronic device, that reads binary instructions from a storage device called

More information

8051 Overview and Instruction Set

8051 Overview and Instruction Set 8051 Overview and Instruction Set Curtis A. Nelson Engr 355 1 Microprocessors vs. Microcontrollers Microprocessors are single-chip CPUs used in microcomputers Microcontrollers and microprocessors are different

More information

MICROPROCESSOR AND MICROCONTROLLER BASED SYSTEMS

MICROPROCESSOR AND MICROCONTROLLER BASED SYSTEMS MICROPROCESSOR AND MICROCONTROLLER BASED SYSTEMS UNIT I INTRODUCTION TO 8085 8085 Microprocessor - Architecture and its operation, Concept of instruction execution and timing diagrams, fundamentals of

More information

In this tutorial, we will discuss the architecture, pin diagram and other key concepts of microprocessors.

In this tutorial, we will discuss the architecture, pin diagram and other key concepts of microprocessors. About the Tutorial A microprocessor is a controlling unit of a micro-computer, fabricated on a small chip capable of performing Arithmetic Logical Unit (ALU) operations and communicating with the other

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

UNIT 2 PROCESSORS ORGANIZATION CONT.

UNIT 2 PROCESSORS ORGANIZATION CONT. UNIT 2 PROCESSORS ORGANIZATION CONT. Types of Operand Addresses Numbers Integer/floating point Characters ASCII etc. Logical Data Bits or flags x86 Data Types Operands in 8 bit -Byte 16 bit- word 32 bit-

More information

Chapter 1: Basics of Microprocessor [08 M]

Chapter 1: Basics of Microprocessor [08 M] Microprocessor: Chapter 1: Basics of Microprocessor [08 M] It is a semiconductor device consisting of electronic logic circuits manufactured by using either a Large scale (LSI) or Very Large Scale (VLSI)

More information

Microprocessor Architecture

Microprocessor Architecture Microprocessor - 8085 Architecture 8085 is pronounced as "eighty-eighty-five" microprocessor. It is an 8-bit microprocessor designed by Intel in 1977 using NMOS technology. It has the following configuration

More information

Introduction to Microprocessor

Introduction to Microprocessor Introduction to Microprocessor The microprocessor is a general purpose programmable logic device. It is the brain of the computer and it performs all the computational tasks, calculations data processing

More information

UNIT II OVERVIEW MICROPROCESSORS AND MICROCONTROLLERS MATERIAL. Introduction to 8086 microprocessors. Architecture of 8086 processors

UNIT II OVERVIEW MICROPROCESSORS AND MICROCONTROLLERS MATERIAL. Introduction to 8086 microprocessors. Architecture of 8086 processors OVERVIEW UNIT II Introduction to 8086 microprocessors Architecture of 8086 processors Register Organization of 8086 Memory Segmentation of 8086 Pin Diagram of 8086 Timing Diagrams for 8086 Interrupts of

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

2. List the five interrupt pins available in INTR, TRAP, RST 7.5, RST 6.5, RST 5.5.

2. List the five interrupt pins available in INTR, TRAP, RST 7.5, RST 6.5, RST 5.5. DHANALAKSHMI COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING EE6502- MICROPROCESSORS AND MICROCONTROLLERS UNIT I: 8085 PROCESSOR PART A 1. What is the need for ALE signal in

More information

UNIT II SYSTEM BUS STRUCTURE 1. Differentiate between minimum and maximum mode 2. Give any four pin definitions for the minimum mode. 3. What are the pins that are used to indicate the type of transfer

More information

DSP VLSI Design. Addressing. Byungin Moon. Yonsei University

DSP VLSI Design. Addressing. Byungin Moon. Yonsei University Byungin Moon Yonsei University Outline Definition of addressing modes Implied addressing Immediate addressing Memory-direct addressing Register-direct addressing Register-indirect addressing with pre-

More information

1. Internal Architecture of 8085 Microprocessor

1. Internal Architecture of 8085 Microprocessor 1. Internal Architecture of 8085 Microprocessor Control Unit Generates signals within up to carry out the instruction, which has been decoded. In reality causes certain connections between blocks of the

More information

General Purpose Signal Processors

General Purpose Signal Processors General Purpose Signal Processors First announced in 1978 (AMD) for peripheral computation such as in printers, matured in early 80 s (TMS320 series). General purpose vs. dedicated architectures: Pros:

More information

Freescale Semiconductor, I SECTION 6 PROGRAM CONTROL UNIT

Freescale Semiconductor, I SECTION 6 PROGRAM CONTROL UNIT nc. SECTION 6 PROGRAM CONTROL UNIT This section describes the hardware of the program control unit and concludes with a description of the programming model. The instruction pipeline description is also

More information

Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices,

Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices, Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices, CISC and RISC processors etc. Knows the architecture and

More information

INSTITUTE OF ENGINEERING AND MANAGEMENT, KOLKATA Microprocessor

INSTITUTE OF ENGINEERING AND MANAGEMENT, KOLKATA Microprocessor INSTITUTE OF ENGINEERING AND MANAGEMENT, KOLKATA Microprocessor Subject Name: Microprocessor and Microcontroller Year: 3 rd Year Subject Code: CS502 Semester: 5 th Module Day Assignment 1 Microprocessor

More information

CPE300: Digital System Architecture and Design

CPE300: Digital System Architecture and Design CPE300: Digital System Architecture and Design Fall 2011 MW 17:30-18:45 CBC C316 Arithmetic Unit 10032011 http://www.egr.unlv.edu/~b1morris/cpe300/ 2 Outline Recap Chapter 3 Number Systems Fixed Point

More information

ASSEMBLY LANGUAGE MACHINE ORGANIZATION

ASSEMBLY LANGUAGE MACHINE ORGANIZATION ASSEMBLY LANGUAGE MACHINE ORGANIZATION CHAPTER 3 1 Sub-topics The topic will cover: Microprocessor architecture CPU processing methods Pipelining Superscalar RISC Multiprocessing Instruction Cycle Instruction

More information

MICROPROCESSOR PROGRAMMING AND SYSTEM DESIGN

MICROPROCESSOR PROGRAMMING AND SYSTEM DESIGN MICROPROCESSOR PROGRAMMING AND SYSTEM DESIGN ROAD MAP SDK-86 Intel 8086 Features 8086 Block Diagram 8086 Architecture Bus Interface Unit Execution Unit 8086 Architecture 8086 Programmer s Model Flag Register

More information

CHAPTER ASSEMBLY LANGUAGE PROGRAMMING

CHAPTER ASSEMBLY LANGUAGE PROGRAMMING CHAPTER 2 8051 ASSEMBLY LANGUAGE PROGRAMMING Registers Register are used to store information temporarily: A byte of data to be processed An address pointing to the data to be fetched The vast majority

More information

V8-uRISC 8-bit RISC Microprocessor AllianceCORE Facts Core Specifics VAutomation, Inc. Supported Devices/Resources Remaining I/O CLBs

V8-uRISC 8-bit RISC Microprocessor AllianceCORE Facts Core Specifics VAutomation, Inc. Supported Devices/Resources Remaining I/O CLBs V8-uRISC 8-bit RISC Microprocessor February 8, 1998 Product Specification VAutomation, Inc. 20 Trafalgar Square Nashua, NH 03063 Phone: +1 603-882-2282 Fax: +1 603-882-1587 E-mail: sales@vautomation.com

More information

CN310 Microprocessor Systems Design

CN310 Microprocessor Systems Design CN310 Microprocessor Systems Design Micro Architecture Nawin Somyat Department of Electrical and Computer Engineering Thammasat University 28 August 2018 Outline Course Contents 1 Introduction 2 Simple

More information

The functional block diagram of 8085A is shown in fig.4.1.

The functional block diagram of 8085A is shown in fig.4.1. Lecture-13 Internal Architecture of Intel 05A The functional block diagram of 05A is shown in fig.4.1. INTA INTR RST7.5 RST5.5 RST6.5 TRAP SOD SID INTERRUPT SERIAL I/O (Internal Bus) FR(S) IR() B() C()

More information

This section discusses resources available from Analog Devices to help you develop applications using ADSP Family digital signal processors.

This section discusses resources available from Analog Devices to help you develop applications using ADSP Family digital signal processors. Introduction This applications handbook is intended to help you get a quick start in developing DSP applications with ADSP-2000 Family digital signal processors. This chapter includes a summary of available

More information

These three counters can be programmed for either binary or BCD count.

These three counters can be programmed for either binary or BCD count. S5 KTU 1 PROGRAMMABLE TIMER 8254/8253 The Intel 8253 and 8254 are Programmable Interval Timers (PTIs) designed for microprocessors to perform timing and counting functions using three 16-bit registers.

More information

ADSP-218x. DSP Hardware Reference. First Edition, February Part Number

ADSP-218x. DSP Hardware Reference. First Edition, February Part Number ADSP-218x DSP Hardware Reference First Edition, February 2001 Part Number 82-002010-01 Analog Devices, Inc. Digital Signal Processor Division One Technology Way Norwood, Mass. 02062-9106 a Copyright Information

More information

Chapter 1 Microprocessor architecture ECE 3120 Dr. Mohamed Mahmoud http://iweb.tntech.edu/mmahmoud/ mmahmoud@tntech.edu Outline 1.1 Computer hardware organization 1.1.1 Number System 1.1.2 Computer hardware

More information

MICROPROCESSOR MICROPROCESSOR. From the above description, we can draw the following block diagram to represent a microprocessor based system: Output

MICROPROCESSOR MICROPROCESSOR. From the above description, we can draw the following block diagram to represent a microprocessor based system: Output 8085 SATISH CHANDRA What is a Microprocessor? The word comes from the combination micro and processor. Processor means a device that processes whatever. In this context, processor means a device that processes

More information

icroprocessor istory of Microprocessor ntel 8086:

icroprocessor istory of Microprocessor ntel 8086: Microprocessor A microprocessor is an electronic device which computes on the given input similar to CPU of a computer. It is made by fabricating millions (or billions) of transistors on a single chip.

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

BHARATHIDASAN ENGINEERING COLLEGE. III Year / V Semester / EEE MICROPROCESSORS AND MICROCONTROLLERS (R-2013)

BHARATHIDASAN ENGINEERING COLLEGE. III Year / V Semester / EEE MICROPROCESSORS AND MICROCONTROLLERS (R-2013) BHARATHIDASAN ENGINEERING COLLEGE III Year / V Semester / EEE MICROPROCESSORS AND MICROCONTROLLERS (R-2013) FREQUENTLY ASKED QUESTIONS IN UNIVERSITY EXAMINATION PART A UNIT 1-8085 PROCESSOR 1. Draw the

More information

Fredrick M. Cady. Assembly and С Programming forthefreescalehcs12 Microcontroller. шт.

Fredrick M. Cady. Assembly and С Programming forthefreescalehcs12 Microcontroller. шт. SECOND шт. Assembly and С Programming forthefreescalehcs12 Microcontroller Fredrick M. Cady Department of Electrical and Computer Engineering Montana State University New York Oxford Oxford University

More information

S.R.M. INSTITUTE OF SCIENCE & TECHNOLOGY SCHOOL OF ELECTRONICS & COMMUNICATION ENGINEERING

S.R.M. INSTITUTE OF SCIENCE & TECHNOLOGY SCHOOL OF ELECTRONICS & COMMUNICATION ENGINEERING S.R.M. INSTITUTE OF SCIENCE & TECHNOLOGY SCHOOL OF ELECTRONICS & COMMUNICATION ENGINEERING QUESTION BANK Subject Code : EC307 Subject Name : Microprocessor and Interfacing Year & Sem : III Year, V Sem

More information

G GLOSSARY. Terms. Figure G-0. Table G-0. Listing G-0.

G GLOSSARY. Terms. Figure G-0. Table G-0. Listing G-0. G GLOSSARY Figure G-0. Table G-0. Listing G-0. Terms Autobuffering Unit (ABU). (See I/O processor and DMA) Arithmetic Logic Unit (ALU). This part of a processing element performs arithmetic and logic operations

More information

Control Unit: The control unit provides the necessary timing and control Microprocessor resembles a CPU exactly.

Control Unit: The control unit provides the necessary timing and control Microprocessor resembles a CPU exactly. Unit I 8085 and 8086 PROCESSOR Introduction to microprocessor A microprocessor is a clock-driven semiconductor device consisting of electronic logic circuits manufactured by using either a large-scale

More information

1. Internal Architecture of 8085 Microprocessor

1. Internal Architecture of 8085 Microprocessor Practical 1 Date : AIM : Introduction Of Microprocessor 8085. 1. Internal Architecture of 8085 Microprocessor Control Unit Generates signals within µp to carry out the instruction, which has been decoded.

More information

History and Basic Processor Architecture

History and Basic Processor Architecture History and Basic Processor Architecture History of Computers Module 1 Section 1 What Is a Computer? An electronic machine, operating under the control of instructions stored in its own memory, that can

More information

ARM Processors for Embedded Applications

ARM Processors for Embedded Applications ARM Processors for Embedded Applications Roadmap for ARM Processors ARM Architecture Basics ARM Families AMBA Architecture 1 Current ARM Core Families ARM7: Hard cores and Soft cores Cache with MPU or

More information

1. Internal Architecture of 8085 Microprocessor

1. Internal Architecture of 8085 Microprocessor Practical 1 Date : AIM : Introduction Of Microprocessor 8085. 1. Internal Architecture of 8085 Microprocessor Control Unit Generates signals within µp to carry out the instruction, which has been decoded.

More information

Chapter 4. Operations on Data

Chapter 4. Operations on Data Chapter 4 Operations on Data 1 OBJECTIVES After reading this chapter, the reader should be able to: List the three categories of operations performed on data. Perform unary and binary logic operations

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

Lecture Note On Microprocessor and Microcontroller Theory and Applications

Lecture Note On Microprocessor and Microcontroller Theory and Applications Lecture Note On Microprocessor and Microcontroller Theory and Applications MODULE: 1 1. INTRODUCTION TO MICROPROCESSOR AND MICROCOMPUTER ARCHITECTURE: A microprocessor is a programmable electronics chip

More information

03 - The Junior Processor

03 - The Junior Processor September 8, 2015 Designing a minimal instruction set What is the smallest instruction set you can get away with while retaining the capability to execute all possible programs you can encounter? Designing

More information

MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI UNIT I THE 8085 & 8086 MICROPROCESSORS. PART A (2 Marks)

MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI UNIT I THE 8085 & 8086 MICROPROCESSORS. PART A (2 Marks) MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI-621213. UNIT I THE 8085 & 8086 MICROPROCESSORS PART A (2 Marks) 1. Give the significance of SIM and RIM instruction available in 8085. [NOV/DEC 2006] Instruction

More information

LOW-COST SIMD. Considerations For Selecting a DSP Processor Why Buy The ADSP-21161?

LOW-COST SIMD. Considerations For Selecting a DSP Processor Why Buy The ADSP-21161? LOW-COST SIMD Considerations For Selecting a DSP Processor Why Buy The ADSP-21161? The Analog Devices ADSP-21161 SIMD SHARC vs. Texas Instruments TMS320C6711 and TMS320C6712 Author : K. Srinivas Introduction

More information

COSC 243. Computer Architecture 1. COSC 243 (Computer Architecture) Lecture 6 - Computer Architecture 1 1

COSC 243. Computer Architecture 1. COSC 243 (Computer Architecture) Lecture 6 - Computer Architecture 1 1 COSC 243 Computer Architecture 1 COSC 243 (Computer Architecture) Lecture 6 - Computer Architecture 1 1 Overview Last Lecture Flip flops This Lecture Computers Next Lecture Instruction sets and addressing

More information

Computer Architecture

Computer Architecture Computer Architecture Lecture 1: Digital logic circuits The digital computer is a digital system that performs various computational tasks. Digital computers use the binary number system, which has two

More information

Chapter 1. Microprocessor architecture ECE Dr. Mohamed Mahmoud.

Chapter 1. Microprocessor architecture ECE Dr. Mohamed Mahmoud. Chapter 1 Microprocessor architecture ECE 3130 Dr. Mohamed Mahmoud The slides are copyright protected. It is not permissible to use them without a permission from Dr Mahmoud http://www.cae.tntech.edu/~mmahmoud/

More information

ENE 334 Microprocessors

ENE 334 Microprocessors Page 1 ENE 334 Microprocessors Lecture 7: MCS-51 Architecture I : Dejwoot KHAWPARISUTH http://webstaff.kmutt.ac.th/~dejwoot.kha/ ENE 334 MCS-51 Architecture I Page 2 Outlines: 8051 Microcontroller Hardware

More information

Microprocessors and Microcontrollers. Assignment 1:

Microprocessors and Microcontrollers. Assignment 1: Microprocessors and Microcontrollers Assignment 1: 1. List out the mass storage devices and their characteristics. 2. List the current workstations available in the market for graphics and business applications.

More information

UNIT-III REGISTER TRANSFER LANGUAGE AND DESIGN OF CONTROL UNIT

UNIT-III REGISTER TRANSFER LANGUAGE AND DESIGN OF CONTROL UNIT UNIT-III 1 KNREDDY UNIT-III REGISTER TRANSFER LANGUAGE AND DESIGN OF CONTROL UNIT Register Transfer: Register Transfer Language Register Transfer Bus and Memory Transfers Arithmetic Micro operations Logic

More information

Digital System Design Using Verilog. - Processing Unit Design

Digital System Design Using Verilog. - Processing Unit Design Digital System Design Using Verilog - Processing Unit Design 1.1 CPU BASICS A typical CPU has three major components: (1) Register set, (2) Arithmetic logic unit (ALU), and (3) Control unit (CU) The register

More information

MOXSYN. General Description. Features. Symbol

MOXSYN. General Description. Features. Symbol MOXSYN C68MX11 CPU General Description The C68MX11 CPU core is based on the Motorola M68HC11 microcontroller controller, but has an enhanced full 16 bit architecture, thus requiring less clock cycles for

More information

Topics in computer architecture

Topics in computer architecture Topics in computer architecture Sun Microsystems SPARC P.J. Drongowski SandSoftwareSound.net Copyright 1990-2013 Paul J. Drongowski Sun Microsystems SPARC Scalable Processor Architecture Computer family

More information

CHETTINAD COLLEGE OF ENGINEERING AND TECHNOLOGY COMPUTER ARCHITECURE- III YEAR EEE-6 TH SEMESTER 16 MARKS QUESTION BANK UNIT-1

CHETTINAD COLLEGE OF ENGINEERING AND TECHNOLOGY COMPUTER ARCHITECURE- III YEAR EEE-6 TH SEMESTER 16 MARKS QUESTION BANK UNIT-1 CHETTINAD COLLEGE OF ENGINEERING AND TECHNOLOGY COMPUTER ARCHITECURE- III YEAR EEE-6 TH SEMESTER 16 MARKS QUESTION BANK UNIT-1 Data representation: (CHAPTER-3) 1. Discuss in brief about Data types, (8marks)

More information

Job Posting (Aug. 19) ECE 425. ARM7 Block Diagram. ARM Programming. Assembly Language Programming. ARM Architecture 9/7/2017. Microprocessor Systems

Job Posting (Aug. 19) ECE 425. ARM7 Block Diagram. ARM Programming. Assembly Language Programming. ARM Architecture 9/7/2017. Microprocessor Systems Job Posting (Aug. 19) ECE 425 Microprocessor Systems TECHNICAL SKILLS: Use software development tools for microcontrollers. Must have experience with verification test languages such as Vera, Specman,

More information

The Nios II Family of Configurable Soft-core Processors

The Nios II Family of Configurable Soft-core Processors The Nios II Family of Configurable Soft-core Processors James Ball August 16, 2005 2005 Altera Corporation Agenda Nios II Introduction Configuring your CPU FPGA vs. ASIC CPU Design Instruction Set Architecture

More information

STRUCTURE OF DESKTOP COMPUTERS

STRUCTURE OF DESKTOP COMPUTERS Page no: 1 UNIT 1 STRUCTURE OF DESKTOP COMPUTERS The desktop computers are the computers which are usually found on a home or office desk. They consist of processing unit, storage unit, visual display

More information

UNIT#3. Programmable Digital Signal Processors

UNIT#3. Programmable Digital Signal Processors UNIT#3 Programmable Digital Signal Processors 3.1 Introduction: Leading manufacturers of integrated circuits such as Texas Instruments (TI), Analog devices & Motorola manufacture the digital signal processor

More information

Lecture 5: Computer Organization Instruction Execution. Computer Organization Block Diagram. Components. General Purpose Registers.

Lecture 5: Computer Organization Instruction Execution. Computer Organization Block Diagram. Components. General Purpose Registers. Lecture 5: Computer Organization Instruction Execution Computer Organization Addressing Buses Fetch-Execute Cycle Computer Organization CPU Control Unit U Input Output Memory Components Control Unit fetches

More information