URL
https://opencores.org/ocsvn/qaz_libs/qaz_libs/trunk
[/] [qaz_libs/] [trunk/] [PCIe/] [sim/] [src/] [riffa_bfm_class_pkg.sv] - Diff between revs 35 and 37
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 35 |
Rev 37 |
Line 109... |
Line 109... |
|
|
foreach(this.data[i])
|
foreach(this.data[i])
|
begin
|
begin
|
if(error_count > max_mismatches)
|
if(error_count > max_mismatches)
|
break;
|
break;
|
if(this.data[i] != to.data[i])
|
if(this.data[i] !== to.data[i])
|
begin
|
begin
|
$display("!!! %16.t | ERROR! | 0x%x | this != to | 0x%x != 0x%x", $time, i, this.data[i], to.data[i]);
|
$display("!!! %16.t | ERROR! | 0x%x | this != to | 0x%x != 0x%x", $time, i, this.data[i], to.data[i]);
|
error_count++;
|
error_count++;
|
end
|
end
|
end
|
end
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.