Hardware interview practice
Get versus get_next_item
After a driver calls seq_item_port.get(req), should it later call item_done for that request?
Choose one
Answer choices
- A. No; get completes the sequencer handshake before returning the request to the driver
- B. Yes, always
- C. Only if req was randomized
- D. Only when the sequencer arbitration mode is FIFO
