Hardware interview practice
Active and passive agents
Which agent construction policy best supports using the same agent as either active stimulus or a passive protocol observer?
Choose one
Answer choices
- A. Always build the driver and sequencer, but disconnect them in passive mode
- B. Build all three components and set the driver's verbosity to zero in passive mode
- C. Build only the monitor in active mode and only the driver in passive mode
- D. Always build the monitor; build and connect the sequencer and driver only when is_active is UVM_ACTIVE
