176k views
2 votes
Which memory architecture will you choose to avoid a structural hazard during simultaneous data and instruction accesses in a pipe-line?

User DanGar
by
4.7k points

1 Answer

7 votes

Answer:

for avoiding the structure hazards at the time of data and instruction access we can initiate

1) specific memory module

2) initiate fast cache

Step-by-step explanation:

for avoiding the structure hazards at the time of data and instruction access we can initiate

1) specific memory module - it enable both writing asd reading on 1st half of clock cycle

one demerits of this is that it is expensive it required particular set of hardware to run

2) initiate fast cache

- it can separately used for both reading and writing

User Duslabo
by
5.3k points