Equivalent construct in SV for modelling Reference model for Verification

In reply to dave_59:
Dave,

I agree with your point. I have 3 clocks in my design. My question in general if i have something like always @(posedge clk) in RTL, how do i model the clk in ref model for scoreboard. i cannot directly use the design clock using hierarchal reference. As of now i am doing forever @(posedge mtb.DUT.clk) which is design’s clock. Let me know if i am missing something.

Thannks,
Tejas