URL
https://opencores.org/ocsvn/socgen/socgen/trunk
Subversion Repositories socgen
[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [logic/] [ip/] [micro_bus/] [sim/] [icarus/] [default/] [test_define] - Rev 131
Compare with Previous | Blame | View Log
initial
begin
$display(" ");
$display(" ===================================================");
$display("%t Test Start",$realtime);
$display(" ===================================================");
$display(" ");
test.cg.next(20);
test.cg.next(10);
test.bus.u_write(16'h8001, 8'h01);
test.cg.next(1);
test.cg.next(1);
test.cg.next(1000);
test.cg.exit;
end