VHDL source code scrambler

B

brian

Hi all,

I need a VHDL source code scrambler/descrambler.
Polyn : x ^ 7 + x ^ 6 + 1

I found some information on web (LFSR xilinx, etc...), but I have some
problem with my example.

Thanks a lot for any reply about this subject (web, litteratur,vhdl
code...).
Brian
 
R

Ralf Hildebrandt

brian said:
I need a VHDL source code scrambler/descrambler.
Polyn : x ^ 7 + x ^ 6 + 1

I found some information on web (LFSR xilinx, etc...), but I have some
problem with my example.

Post your code _and_ what you think about the problem / your ideas for
solution.

A scrambler is nothing more than some Flipflops (shift register) and
XOR-gates (for the feedback).

Ralf
 
Joined
May 20, 2009
Messages
8
Reaction score
0
There is an online tool that generates a Verilog code for parallel scramblers with different polynomial sizes and coefficients. It's on "http OutputLogic dot com" [sorry, this forum doesn't let me post a link in a regular way]

Hope that helps
 
Last edited by a moderator:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top