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.

need help in VHDL FIR filter..!

Status
Not open for further replies.

scrawler232

Newbie level 1
Joined
Jun 26, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
London
Activity points
1,285
Hi

I have attached my VHDL fir file code, please help me in identifying the mistake
 

you are missing a signals from the datapath process sensitivity list.

As well as pres_state, s2 and s3, you also need to include: reg, sel, temp_reg.

Also, ALL signals need an output in EVERY state, or latches are created. I can see that "oe" "t_reg" only get set in certain states.

Added after 28 seconds:

To avoid the problems above, change from the 2 process state machine to a 1 process state machine.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top