Download presentation
Presentation is loading. Please wait.
1
CSE 2341 Computing Machine Design Example
Bill Carroll
2
CSE 2341 Machine Register Organization
3
CSE 2341 Machine Partial Instruction Set
LDA X ;AC (X) STA X ;X (AC) ADD X ;AC (AC)+(X) SUB X ;AC (AC)-(X) OR X ;AC (AC)(X) Instruction Format Instruction Cycle
4
CSE 2341 Machine Micro-operations Instruction Fetch
5
CSE 2341 Machine Micro-operations Instruction Execution
6
Control Signal Locations
7
Controller Design
8
Multiphase Clock Realization
9
Control Signal Logic Equations
C1 = P1 C2 = P2 + (LDA+ADD+SUB+OR)P6 C3 = P4 C4 = P4 C5 = P5 C6 = STAP6 C7 = LDAP8 C8 = STAP7 C9 = ADDP8 C10 = SUBP8 C11= ORP8
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.