One of the optimizations to reduce the space requirement of the control ROM based design is to club together independent control signals and represent them using an encoded field in the control ROM. What are the pros and cons of this approach? What control signals can be clubbed together and what cannot be? Justify your answer.

What will be an ideal response?


The main pro of this approach is that it would reduce the size of the control signal table (ROM). The con of this approach is that it adds a decoding step to the process, which delays the datapath for generating control signals. This is because drive signals can be grouped, and load signals can be grouped, but not all together because multiple storage elements may need to be clocked in the same clock cycle.

Computer Science & Information Technology

You might also like to view...

Pseudocode is standardized.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Suppose you declare an array double list[] = {1, 3.4, 5.5, 3.5} and compiler stores it in the memory starting with address 04BFA810. Assume a double value takes eight bytes on a computer. &list[1] is ______.

a. 04BFA818 b. 04BFA810 c. 3.4 d. 1

Computer Science & Information Technology

____ are used to model electrical circuits, chemical compounds, highway maps, and so on.

A. Trees B. Pictures C. Graphs D. Models

Computer Science & Information Technology

What is most commonly used in data systems to express signaling speed?

a. Baud rate. b. Interface speed. c. Bits per second. d. Baud per second.

Computer Science & Information Technology