OpenCores
URL https://opencores.org/ocsvn/openmsp430/openmsp430/trunk

Subversion Repositories openmsp430

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openmsp430/trunk/core/bench
    from Rev 65 to Rev 67
    Reverse comparison

Rev 65 → Rev 67

/verilog/tb_openMSP430.v
489,16 → 489,19
 
initial // Timeout
begin
`ifdef LONG_TIMEOUT
#5000000;
`else
#500000;
`ifdef NO_TIMEOUT
`else
`ifdef LONG_TIMEOUT
#5000000;
`else
#500000;
`endif
$display(" ===============================================");
$display("| SIMULATION FAILED |");
$display("| (simulation Timeout) |");
$display(" ===============================================");
$finish;
`endif
$display(" ===============================================");
$display("| SIMULATION FAILED |");
$display("| (simulation Timeout) |");
$display(" ===============================================");
$finish;
end
 
initial // Normal end of test

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.