Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Verilog code for CRC (7-bits) calculation

Status
Not open for further replies.

SystemEngineer

Newbie level 1
Newbie level 1
Joined
Jun 17, 2004
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
8
Hello ,

I need to generate CRC (7-bits) for a 40-bit data input.

I know the following:
G(x) [Generator polynomial]
M(x) [40-bits Polynomial]

Can anyone please guide me to write the verilog code?

Thanx,
eagerly waiting...
Please Reply at: iamyourengineer2004 AT hotmail DOT com
 

crc7 calculation

/http://www.easics.be/webtools/crctool
 

crc-7 calculator

The detail complementation by hardware is depending on whether the data is serially or parallel, and whether the default value in regs are 0 or 1, both of them can work, but you will get different hardware.

Another thing you should think is whether you wanna get the CRC result as soon as the data input finish or after some cycles, this will cause different hardware too.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top