AMD interview question

Write a APB outstanding-transaction driver function in UVM.

Interview Answer

Anonymous

26 Jun 2026

option 1) drive a thread (fork-join-any), an interrupt event may halt this thread by winning the fork-join-any. option 2) use mailbox get, put breaking the standard of get_next_item, enabling pipelining. I think having 2 options making me "over qualified"