Forum Discussion
Altera_Forum
Honored Contributor
17 years agoIf I understand correctly, your transmitting more data than you're using. It really depends on what your requirements are:
- Ease - Just leave it as is. This may be 0s, but might be a re-transmit of what you already did. This is also probably the least amount of logic - Power - Having it drive a constant is best - DC/Edge requirements - Some protocols, usually CDR require a certain density of edges, and/or a certain DC balance over time. I'm sure you'd already know if you had this requirement, but just mentioning it - Reliability - You could retransmit it and compare to check for errors. You could encode/decode the data, which usually requires overhead. You could interleave, etc. - Increase bandwidth of data or use it for something else. Many systems will use as much bandwidth as they can get. Anyway, just some ideas. Most likely just tie it to 0, but it's hard to say without more info.