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

Subversion Repositories socgen

[/] [socgen/] [trunk/] [Projects/] [valentfx.com/] [fpgas/] [ip/] [logipi_T6502/] [sim/] [icarus/] [default/] [test_define] - Blame information for rev 135

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 135 jt_eaton
 
2
 
3
 
4
initial
5
 begin
6
 $display("              ");
7
 $display("          ===================================================");
8
 $display("%8d  Test Start",$realtime );
9
 $display("          ===================================================");
10
 $display("              ");
11
 test.BTN_reg <= 2'b00;
12
 test.cg.next(10);
13
 test.BTN_reg <= 2'b11;
14
 test.cg.next(100);
15
 
16
 fork
17
 
18
begin
19
  test.cg.next(100);
20
  test.spi_model_master.send_packet(32'h12345678,32'h12341234);
21
  test.cg.next(10000);
22
  test.spi_model_master.send_packet(32'h5678abcd,32'h12341234);
23
  test.cg.next(10000);
24
 
25
end
26
 
27
 
28
  begin
29
  test.cg.next(12000);
30
 
31
  end
32
  join
33
 
34
 test.cg.exit;
35
end
36
 
37
 
38
 
39
 

powered by: WebSVN 2.1.0

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