Monitor/Reference Model Help

Hey,
I’m new to Verification and specifically to UVM.
I built a UVM environment for a simple design of a D flip flop.
I can see the design works with my testbench when I see the waves.
When I try to add monitor and reference model things get tricky and i’m unable to get the same results as within the waves.
My problem is when it gets to comparing DUT and Reference model results, I can’t see my prints and can’t get it to work.
In other words, I can see that i’m sending the information correctly to the reference model by using $display, but can’t see the comparison as printed by uvm_info in scoreboard task.
Thanks in advance,

nnn314

In reply to nnn314:
We don’t have your entire design to run this, and we don’t know what “correct” behavior is supposed to be.

In any case, dumping an entire project as asking us to tell you what’s wrong will not get readily answered. You need to provide more detail in what you results you expect to see versus what you are actually seeing.

In reply to dave_59:

Thank you, edited.