URL
https://opencores.org/ocsvn/socgen/socgen/trunk
Subversion Repositories socgen
[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [fpgas/] [ip/] [Nexys2_T6502/] [sim/] [icarus/] [irq_2_test/] [test_define] - Rev 131
Compare with Previous | Blame | View Log
initial
begin
$display(" ");
$display(" ===================================================");
$display(" Test Start");
$display(" ===================================================");
$display(" ");
test.cg.next(20);
while (test.dut.core.gpio_0_out != 8'h00) test.cg.next(1);
while (test.dut.core.gpio_1_out == 8'hff) test.cg.next(10);
test.cg.next(50000);
test.cg.exit;
end