URL
https://opencores.org/ocsvn/socgen/socgen/trunk
Subversion Repositories socgen
[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [fpgas/] [ip/] [Nexys2_T6502/] [sim/] [icarus/] [kim_2/] [test_define] - Rev 131
Go to most recent revision | Compare with Previous | Blame | View Log
initialbegin$display(" ");$display(" ===================================================");$display(" Test Start");$display(" ===================================================");$display(" ");test.cg.next(20);forkbeginendbegintest.cg.next(400000);test.uart_model.send_byte(8'h34);test.cg.next(10000);test.uart_model.send_byte(8'h30);test.cg.next(10000);test.uart_model.send_byte(8'h30);test.cg.next(10000);test.uart_model.send_byte(8'h31);test.cg.next(10000);test.uart_model.send_byte(8'h20);test.cg.next(10000);test.uart_model.send_byte(8'h38);test.cg.next(10000);test.uart_model.send_byte(8'h36);test.cg.next(10000);test.uart_model.send_byte(8'h2e);test.cg.next(80000);endjointest.cg.exit;end
Go to most recent revision | Compare with Previous | Blame | View Log
