initial begin
real stime, duration;
forever begin
@(posedge clk_nic0)
stime = $realtime;
@(posedge clk_nic0)
duration = $realtime - stime;
clk_nic_freq+ 1000.0/duration;
end
end
initial begin
real stime, duration;
forever begin
@(posedge clk_nic0)
stime = $realtime;
@(posedge clk_nic0)
duration = $realtime - stime;
clk_nic_freq+ 1000.0/duration;
end
end