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

Subversion Repositories socgen

[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [io/] [ip/] [io_module/] [sim/] [icarus/] [gpio_default/] [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("%t  Test Start",$realtime);
6
 $display("          ===================================================");
7
 $display("              ");
8
 
9
 test.cg.next(20);
10
 
11
 test.cg.next(10);
12
 
13
// Test io_gpio
14
 test.bus.u_cmp(16'h8000, 8'h00);
15
 test.cg.next(1);
16
 test.bus.u_cmp(16'h8002, 8'h00);
17
 test.cg.next(1);
18
 test.bus.u_cmp(16'h8004, 8'h00);
19
 test.cg.next(1);
20
 test.bus.u_cmp(16'h8006, 8'h00);
21
 test.cg.next(1);
22
 
23
 
24
 test.cg.next(100);
25
 
26
test.cg.exit;
27
end
28
 
29
 
30
 
31
 
32
 
33
 
34
 

powered by: WebSVN 2.1.0

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