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.

Sequential FIR Filter verilog, execute all 64 computations

Status
Not open for further replies.

hrishi24h

Newbie level 2
Joined
Apr 15, 2010
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,292
Hello,

I have 64-tap parallel FIR filter designed in verilog. and I want to convert it into sequential FIR filter i.e. I want to execute all 64 computations on single MAC unit.

I took 64 co-efficients and multiplied it with input sample using for loop but didnt work.

I am new to verilog.

Does anybody know how to do it??

Thanks,
Hrishi
 


Re: Sequential FIR Filter

Thank you very much.
Its working and I got the idea as well.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top