Forum Discussion
Altera_Forum
Honored Contributor
13 years agoAvalon-ST Test Pattern Generator and Checker
Hello, I designed my custom Avalon-ST peripheral and would like to test in on my FPGA. I found Altera's Avalon-ST Test Pattern Generator and Checker IPs and would like to use them in my tests. ...
Altera_Forum
Honored Contributor
13 years agoI solved it:
data_sink_init(SINK_0_BASE); data_sink_set_enable(SINK_0_BASE, 1); data_source_set_enable(SOURCE_0_CSR_BASE, 1); data_source_send_data(SOURCE_0_COMMAND_BASE, 1, 64, 0x03, 0, 0); With these commands I am able to generate the needed packets.