Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- 1) the bit are always produced. Treating as block would be possible, I think, but at this point this is just data bits. Ideally I would like the streamed bits to be routed directly to the Ethernet Link without using a RAM module (that I think require to assemble the bit into binary words compatible with the RAM modules). --- Quote End --- There really is no 1-bit data transport. You will need to pack the data into a larger packet. For example, you could create a block of samples that is the payload to a UDP packet. You might want to use some of the payload for a header indicating the start bit number and the length, and then you'd wrap that in a standard UDP packet http://en.wikipedia.org/wiki/user_datagram_protocol There is a UDP offload example on the Altera Wiki: http://www.alterawiki.com/wiki/nios_ii_udp_offload_example Perhaps someone who has used these examples can comment on whether they would be suitable for your application. Cheers, Dave