176k views
1 vote
For This Problem, Assume That All Branches Are Perfectly Predicted (This Eliminates All Control Hazards) And That No Delay Slots Are Used. If We Only Have One Memory (For Both Instructions And Data), There Is A Structural Hazard Every Time We Need

User Val
by
7.1k points

1 Answer

5 votes

Final answer:

A structural hazard occurs when multiple instructions compete for simultaneous access to a shared resource, such as memory. If we only have one memory for both instructions and data, there will be a structural hazard every time we need to access the memory.

Step-by-step explanation:

When several instructions vie for the same shared resource, like memory, in computer architecture, this is known as a structural hazard. In this instance, there will be a structural hazard each time we need to access the memory if there is only one memory used for both instructions and data. This is because the processor has a limited number of memory units, so it can only execute one of these tasks at a time: fetching instructions and loading or storing data.

User Jim Syyap
by
7.6k points