Forum Discussion
Altera_Forum
Honored Contributor
11 years agoFFT_tb
Hi ! I created 16 FFT code by using megawizard. I ran its stimulation by using the test bench code which megawizard created. It is running only for 4 frames. I modified the frame number and its ...
Altera_Forum
Honored Contributor
11 years agoIf you're using fft_tb.v then you need to edit line 51:
parameter NUM_FRAMES_c = 4; To what you want. For fft_tb.vhd you need to edit line 56: constant NUM_FRAMES_c : natural := 4; Does that help?