Forum Discussion
7 Replies
- Altera_Forum
Honored Contributor
Is your question specifically how to implement the polynomial? This is typically done using shift registers (which you can fake in C). The exponents in the polynomial indicate which bits get XOR'd with the input bit.
Jake - Altera_Forum
Honored Contributor
Thank you for the reply.
Before generating the sequence don't I have to know the seed as well? I can't find this information. I just want to know the exact PRBS generated by the demos - Altera_Forum
Honored Contributor
Why not look into the code?
- Altera_Forum
Honored Contributor
Altera only provides .sof files. Is it possible to tell from these? Sorry, I am new to all this stuff and there is a lot of things I am just learning.
- Altera_Forum
Honored Contributor
I was assuming, that HDL design files are available for the project. If this isn't the case, you have to find the seed from data analysis. But that's pretty easy, if the polynomial is known.
- Altera_Forum
Honored Contributor
the PRBS sequence that you need is for single bus line? if this is the case, then you can set your seed to be 7'b1111111.
- Altera_Forum
Honored Contributor
Can any1 help wiz generating PRBS in Matlab 7.0?