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] - Rev 131

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

initial
 begin
 $display("              ");
 $display("          ===================================================");
 $display("%t  Test Start",$realtime);
 $display("          ===================================================");
 $display("              ");
 test.R_PosD           = 16'b0000000000000000;
 test.R_PosL           = 8'b00000000;
 test.R_sw_pad_in      = 8'b00000000;
 test.R_btn_pad_in     = 4'b0000;

 test.cg.next(8);
 
 test.cg.next(88);
 $display("%t   Start xmit test ",$realtime  );

 test.cg.next(1000);

 test.R_PosD           = 16'b1010101010101010;
 test.R_PosL           = 8'b10101010;
 test.R_sw_pad_in      = 8'b10101010;
 test.R_btn_pad_in     = 4'b1010;

 test.cg.next(1000);

 test.R_PosD           = 16'b1111111111111111;
 test.R_PosL           = 8'b11111111;
 test.R_sw_pad_in      = 8'b11111111;
 test.R_btn_pad_in     = 4'b1111;

 test.cg.next(1000);

 $display("%t   Stop  xmit test ",$realtime  );
 test.cg.exit;
end







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

powered by: WebSVN 2.1.0

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