- 1、本文档共42页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
COA课件15讲稿
William Stallings Computer Organization and Architecture6th Edition Chapter 16 Control Unit Operation 控制器的操作 ※§16.1 Micro-Operations 微操作 A computer executes a program Fetch/execute cycle Each cycle has a number of steps see chapter 12 pipelining Called micro-operations —μOPs information flow Each step does very little Atomic(基本的或原子的) operation of CPU Constituent Elements of Program Execution 4 Registers Four registers are essential to instruction execution: Memory Address Register (MAR) Connected to address bus Specifies address for read or write op Memory Buffer Register (MBR) Connected to data bus Holds data to write or last data read Program Counter (PC) Holds address of next instruction to be fetched Instruction Register (IR) Holds last instruction fetched Fetch Sequence (symbolic) t1: (PC) - MAR t2: (MAR) Memory by address bus read Memory by control bus t3: Memory MBR by data bus t4: (MBR) - IR (PC) +1 - PC (Maybe happen in t2,t3 and t4) Rules for Clock Cycle Grouping Proper sequence must be followed MAR - (PC) must precede MBR - Memory Conflicts must be avoided Must not read write same register at same time MBR - Memory IR - (MBR) must not be in same cycle Also: PC - (PC) +1 involves addition Use ALU May need additional micro-operations Indirect Cycle (symbolic) t1: Ad(MBR) - MAR t2: (MAR) - Memory read - Memory t3: Memory - MBR Ad(MBR) — address field of MBR (at last MBR contains an address of operand) Execute Cycle Micro-operations in fetch, indirect, and interrupt cycle is simple and predictable But in execute cycle ,it is related with opcode of instruction. Different for each instruction Execute Cycle(ADD) e.g. ADD R1,X; (R1)+(X) -R1 — add the contents of location X to Register 1 , result in R1 Execute Cycle (ADD) ADD R1,X; (R1)+(X) - R1 —t1: Ad(MBR) - MAR —t2: (MAR) - Memory read -Memory —t3: Memory-
文档评论(0)