1 / 17

전자의료시스템 및 실습 디지털 시스템의 기초

전자의료시스템 및 실습 디지털 시스템의 기초. 구 환 경희대학교 전자정보대학 동서의료공학과. Contents. Basic concepts for understanding - Flip-flops - Registers - Bus - Transfer - Shifter - Accumulator - Multiplier - ALU(Arithmetic Logic Unit) - Pipeline. Flip-flops. Descriptions

temple
Download Presentation

전자의료시스템 및 실습 디지털 시스템의 기초

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 전자의료시스템 및 실습디지털 시스템의 기초 구 환 경희대학교 전자정보대학 동서의료공학과

  2. Contents • Basic concepts for understanding - Flip-flops - Registers - Bus - Transfer - Shifter - Accumulator - Multiplier - ALU(Arithmetic Logic Unit) - Pipeline

  3. Flip-flops • Descriptions - The storage elements employed in clocked sequential circuits - a binary cell capable of storing one bit of information - maintains a binary state until directed by a clock pulse to switch states • Types - SR Flip-Flop - D Flip-Flop - JK Flip-Flop - T Flip-Flop - Edge-Triggered Flip-Flops

  4. Flip-flops • Examples

  5. Registers • Descriptions - A group of flip-flops with each flip-flop capable of storing one bit of information - may have combinational gates that perform certain data-processing tasks - Broadest definition: a group of flip-flops and gates that effect their transition

  6. Registers • Example

  7. Bus • Descriptions - consists of a set of common lines, one for each bit of a register, through which binary information is transferred one at a time - One way of constructing a common bus system is with multiplexers

  8. Bus • Example

  9. Transfer • Example

  10. Shifter • Descriptions - used for serial transfer of data - used in conjunction wit arithmetic, logic, and other data-processing operations - can be shifted to the left or the right

  11. Shifter • Examples

  12. Accumulator • Example

  13. Multiplier • Example

  14. ALU(Arithmetic Logic Unit) • Descriptions - Instead of having individual registers performing the microoperations directly, computer systems employ a number of storage registers connected to a common operational unit called an arithmetic logic unit(ALU) - consists of combinational logics - arithmetic circuit + logic circuit

  15. ALU(Arithmetic Logic Unit) • Example

  16. Pipeline • Descriptions - a technique of decomposing a sequential process into suboperations, with each subprocess being executed in a speacial dedicated segment that operates concurrently with all other segments - can be visualized as a collection of processing segments through which binary information flows - implies a flow of information analogous to an industrial assembly line. - characteristic of pipelines that several computations can be in progress in distinct segments at the same time

  17. Pipeline • Example Fully loaded pipeline (normal operation)

More Related