recategorized by
518 views
1 votes
1 votes

A ROM has the following time parameters:

  • Maximum Address to valid Data Output delay $= 30$ n sec.
  • Maximum Chip Select to valid Data Output delay $= 20$ n sec.
  • Maximum Data Hold time (after address change or after chip deselect) $= 10$ n sec

Assume that,

  • the chip is selected using one of the address lines, and,
  • the data setup time is negligible

What is the maximum rate at which a CPU can continuously read data from this ROM?

(Show your calculations step-by-step)

recategorized by

Please log in or register to answer this question.

Related questions

1 votes
1 votes
0 answers
1
2 votes
2 votes
0 answers
3
go_editor asked Dec 18, 2016
672 views
A modern day machine typically has an atomic TEST AND SET instruction. Why?
12 votes
12 votes
1 answer
4
go_editor asked Dec 19, 2016
3,567 views
In the program scheme given below indicate the instructions containing any operand needing relocation for position independent behaviour. Justify your answer.$$\begin{arr...