Apple Interview Question

Design scoreboard to compare dut and reference model.

Interview Answer

Anonymous

Jun 12, 2023

Create two queues and compare the data. Also if the data has to be checked in order make sure to compare top of queue which I missed.

1