ImageVerifierCode 换一换
格式:PPT , 页数:35 ,大小:1.46MB ,
资源ID:14123475      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/14123475.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(数字电路与逻辑设计13PPT课件下载推荐.ppt)为本站会员(b****1)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

数字电路与逻辑设计13PPT课件下载推荐.ppt

1、,Digital FundamentalsTenth EditionFloyd,Chapter 13,2008 Pearson Education,Summary,Computer Block Diagram,The central processing unit(CPU)controls the operations by issuing a fetch to memory for an instruction,then executes it.,Memory stores instructions and data until needed by the CPU.,The ports ar

2、e the I/O connections to the peripherals.,The buses are groups of conductors with a common purpose.,Peripherals are devices for inputting or outputting information.,Summary,Software,Software is all of the instructions that determine what operations are performed.,System software is the operating sys

3、tem of the computer and acts as the system manager.,Application software includes the various programs used to accomplish a task.,The BIOS is a portion of the operating system called“firmware”because it is a permanent part of the system software in ROM(read-only memory).,Summary,Microprocessors,Four

4、 blocks are common to all microprocessors.These are:#,ALUPerforms arithmetic and logic operations,Instruction decoderTranslates the programming instruction into an address where microcode resides for executing the instruction Register arrayA group of temporary storage locations within the processor,

5、each with special features Control unitSynchronizes the processing of instructions,Arithmetic logic unit(ALU),Instruction decoder,Register array,Control unit,Microprocessor,Summary,Microprocessor Buses,Three buses for microprocessors allow data,addresses and instructions to be moved.,The address bus

6、 is used by the microprocessor to specify a location in memory or external device.Some processors have 64 address lines and can access 1.8 x 1019 locations.,The data bus transfers data and instruction codes to and from memory and I/O ports.,The control bus coordinates operations and communicates wit

7、h external devices.,Summary,Microprocessor Programming,Microprocessors work with an instruction set that allows it to function.Although the instruction set within the processor is binary,programmers work with English-like commands,which are divided into seven groups.These are:#,Data transfer Arithme

8、tic and logicBit manipulationLoops and jumpsStringsSubroutines and interruptsControl,Summary,Multicore Processors,The Intel microprocessors up through the Pentium were all single core processors,meaning they had only one microprocessor in an IC.,Many newer processors have more than one core on a sin

9、gle IC.Multicore processors can execute more than one instruction at a time.This process is also called multiprocessing.,System bus,Processor core,Processor core,Cache,Cache,two processors work on an image at the same time to adjust the contrast.The work is sectioned so that each processor works on

10、only one part.,Example,An example of multiprocessing is when,Summary,Multitasking,Multitasking is a technique that allows a computer to perform more than one task.Unlike multiprocessing,the work only appears to be simultaneous because of the speed of the processor.,One type of multitasking parcels t

11、ime slices on the processor for each program this is called preemptive multitasking.Another type of multitasking is done when the program controls the processor this is called cooperative multitasking.,Multithreading is a variation on multitasking,where different parts of the same program are execut

12、ed simultaneously.,Summary,Operations,Microprocessors execute programs by repeatedly cycling through three basic steps:#,Execution unitEU,Executes instructions,Bus interface unitBIU,Fetches instructions,Reads operands,Writes results,System buses,8086/8088 Microprocessor,FetchDecodeExecute,The proces

13、sor has two internal units,the EU and the BIU,as shown in the figure:#,Summary,Operations,While the EU is executing instructions,the BIU is fetching the next instruction from memory,and storing the next instruction in a high speed memory called the cache.,Execution unitEU,Executes instructions,Bus i

14、nterface unitBIU,Fetches instructions,Reads operands,Writes results,System buses,8086/8088 Microprocessor,In the Pentium processors,two execution units(EUs)allow instructions that are independent of each other to execute at the same time.,The following slide shows the architecture of the 8088 proces

15、sor,Summary,Summary,Addressing,Intel chose a innovative way of generating 20-bit physical addresses in the 8088 and subsequent processors.,The physical address is formed by combining a 16-bit address in a segment register with a 16-bit address in a general register.The addresses“overlap”as shown,wit

16、h an implied 00002 on the right side of the segment register(shown in blue).,16-bit segment base address,16-bit offset address,20-bit physical address,Segment register,General register,Summary,Addressing,Segment/offset addressing allows 64k blocks of code to be relocated in memory by changing only the segment address.,Example,Assume IP=20A016 and CS=B20016.What is the location of the start and end of the block?#What physical address is formed?#,Solution,The addressing is diagramed:#,Contents of CS,impl

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1