URL
https://opencores.org/ocsvn/socgen/socgen/trunk
Subversion Repositories socgen
[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [logic/] [ip/] [vga_char_ctrl/] [sim/] [icarus/] [default_600x432/] [test_define] - Rev 131
Compare with Previous | Blame | View Log
initial
begin
$display(" ");
$display(" ===================================================");
$display("%8d Test Start",$realtime );
$display(" ===================================================");
$display(" ");
test.cg.next(12);
test.cg.next(1300000);
test.cg.exit;
end