OpenCores
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] - Blame information for rev 131

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 131 jt_eaton
initial
2
begin
3
$display("              ");
4
$display("              ===================================================");
5
$display("              Test Start");
6
$display("              ===================================================");
7
$display("              ");
8
test.cg.next(20);
9
 
10
test.uart_model.rcv_byte(8'h42);
11
test.uart_model.send_byte(8'h65);
12
test.uart_model.rcv_byte(8'h65);
13
test.uart_model.send_byte(8'h37);
14
test.uart_model.rcv_byte(8'h37);
15
test.uart_model.send_byte(8'h20);
16
test.uart_model.rcv_byte(8'h20);
17
test.uart_model.send_byte(8'h41);
18
test.uart_model.rcv_byte(8'h41);
19
test.uart_model.send_byte(8'h45);
20
test.uart_model.rcv_byte(8'h45);
21
test.uart_model.send_byte(8'h25);
22
test.uart_model.rcv_byte(8'h25);
23
test.cg.next(4000);
24
test.cg.exit;
25
end
26
 
27
 
28
 

powered by: WebSVN 2.1.0

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