URL
https://opencores.org/ocsvn/socgen/socgen/trunk
Subversion Repositories socgen
[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [Mos6502/] [ip/] [T6502/] [sim/] [icarus/] [io_irq_2/] [test_define] - Rev 135
Go to most recent revision | Compare with Previous | Blame | View Log
initial
begin
$display(" ");
$display(" ===================================================");
$display(" Test Start");
$display(" ===================================================");
$display(" ");
test.cg.next(20);
test.uart_model.rcv_byte(8'h42);
test.uart_model.send_byte(8'h65);
test.uart_model.rcv_byte(8'h65);
test.uart_model.send_byte(8'h37);
test.uart_model.rcv_byte(8'h37);
test.uart_model.send_byte(8'h20);
test.uart_model.rcv_byte(8'h20);
test.uart_model.send_byte(8'h41);
test.uart_model.rcv_byte(8'h41);
test.uart_model.send_byte(8'h45);
test.uart_model.rcv_byte(8'h45);
test.uart_model.send_byte(8'h25);
test.uart_model.rcv_byte(8'h25);
test.cg.next(4000);
test.cg.exit;
end
Go to most recent revision | Compare with Previous | Blame | View Log