Hardware interview practice
Explicit RAL prediction
A bus monitor observes all register traffic, including accesses initiated outside the UVM Register Abstraction Layer (RAL). Which setup gives the most coherent mirror behavior?
Choose one
Answer choices
- A. Enable map auto-predict and also connect two predictors to the same monitor for redundancy
- B. Remove the adapter and pass raw pin samples directly to reg.predict
- C. Disable map auto-predict, configure one predictor with the correct map and adapter, and feed it completed monitor transactions
- D. Use backdoor peek after every clock and leave the map unconfigured
