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

Subversion Repositories socgen

[/] [socgen/] [trunk/] [common/] [opencores.org/] [cde/] [ip/] [fifo/] [sim/] [icarus/] [default/] [test_define] - Blame information for rev 134

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 134 jt_eaton
 
2
 
3
initial
4
begin
5
$display("              ");
6
$display("              ===================================================");
7
$display("              Test Start");
8
$display("              ===================================================");
9
$display("              ");
10
test.cg.next(20);
11
test.write.u_write(8'h00, 8'h01);
12
test.cg.next(4);
13
test.read.u_cmp(8'h00,   8'h01);
14
test.cg.next(4);
15
test.write.u_write(8'h00, 8'h02);
16
test.cg.next(4);
17
test.read.u_cmp(8'h00,   8'h02);
18
test.cg.next(4);
19
test.write.u_write(8'h00, 8'h03);
20
test.cg.next(4);
21
test.read.u_cmp(8'h00,   8'h03);
22
test.cg.next(4);
23
test.write.u_write(8'h00, 8'h04);
24
test.cg.next(1);
25
test.read.u_cmp(8'h00,   8'h04);
26
test.cg.next(4);
27
 
28
test.cg.exit;
29
end
30
 
31
 
32
 
33
 
34
 
35
 
36
 
37
 

powered by: WebSVN 2.1.0

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