Forum Discussion
Altera_Forum
Honored Contributor
9 years agomoving average filter - unkown signal issue
The moving average filter consists of 3 components: Counter - to increment the ram address Ram - to store 4 data samples average logic - computes the average and the result is latched Th...
Altera_Forum
Honored Contributor
9 years agoThank you for you reply Tricky!
I have attached the project folder, all design files are found in vhd_files. stimulus.vhd contains the input stimuli and testbench.vhd is the top level design file. I have created a .do file, if you change the path to the project directory and execute it with modelsim will bring up the simulated result. Thanks a lot for your help!