OpenCores
URL https://opencores.org/ocsvn/a-z80/a-z80/trunk

Subversion Repositories a-z80

[/] [a-z80/] [trunk/] [cpu/] [toplevel/] [test_fuse.sv] - Diff between revs 3 and 6

Show entire file | Details | Blame | View Log

Rev 3 Rev 6
Line 18... Line 18...
    z.nBUSRQ <= `CLR;
    z.nBUSRQ <= `CLR;
    z.nRESET <= `CLR;
    z.nRESET <= `CLR;
 
 
    // Run all the tests and write the result to a file
    // Run all the tests and write the result to a file
    f = $fopen("fuse.result.txt");
    f = $fopen("fuse.result.txt");
    `include "test_fuse.i"
    `include "test_fuse.vh"
    $fclose(f);
    $fclose(f);
 
 
end : init
end : init
 
 
endmodule
endmodule

powered by: WebSVN 2.1.0

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