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

Subversion Repositories socgen

[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [logic/] [ip/] [disp_io/] [sim/] [icarus/] [default/] [test_define] - Blame information for rev 131

Go to most recent revision | 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
 test.R_PosD           = 16'b0000000000000000;
9
 test.R_PosL           = 8'b00000000;
10
 test.R_sw_pad_in      = 8'b00000000;
11
 test.R_btn_pad_in     = 4'b0000;
12
 
13
 test.cg.next(8);
14
 
15
 test.cg.next(88);
16
 $display("%t   Start xmit test ",$realtime  );
17
 
18
 test.cg.next(1000);
19
 
20
 test.R_PosD           = 16'b1010101010101010;
21
 test.R_PosL           = 8'b10101010;
22
 test.R_sw_pad_in      = 8'b10101010;
23
 test.R_btn_pad_in     = 4'b1010;
24
 
25
 test.cg.next(1000);
26
 
27
 test.R_PosD           = 16'b1111111111111111;
28
 test.R_PosL           = 8'b11111111;
29
 test.R_sw_pad_in      = 8'b11111111;
30
 test.R_btn_pad_in     = 4'b1111;
31
 
32
 test.cg.next(1000);
33
 
34
 $display("%t   Stop  xmit test ",$realtime  );
35
 test.cg.exit;
36
end
37
 
38
 
39
 
40
 
41
 
42
 
43
 

powered by: WebSVN 2.1.0

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