May 2017
Intermediate to advanced
696 pages
33h 52m
English
C.1 Introduction C-3
C.2 Implementing Combinational Control Units C-4
C.3 Implementing Finite-State Machine Control C-8
C.4 Implementing the Next-State Function with a Sequencer C-22
C.5 Translating a Microprogram to Hardware C-28
C.7 Exercises C-33
A custom format such as this is slave to the architecture of the hardware and the instruction set it serves. The format must strike a proper compromise between ROM size, ROM-output decoding, circuitry size, and machine execution rate.
Jim McKevit, et al.8086 design report, 1997
Control typically has two parts: a combinational part that lacks state and a sequential control unit that handles sequencing and the ...
Read now
Unlock full access