URL
https://opencores.org/ocsvn/dblclockfft/dblclockfft/trunk
[/] [dblclockfft/] [trunk/] [sw/] [Makefile] - Diff between revs 23 and 26
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 23 |
Rev 26 |
Line 64... |
Line 64... |
# you may need to adjust the test benches if you wish to prove that your
|
# you may need to adjust the test benches if you wish to prove that your
|
# changes work.
|
# changes work.
|
#
|
#
|
.PHONY: fft
|
.PHONY: fft
|
fft: fftgen
|
fft: fftgen
|
./fftgen -f 2048 -n 16 -p 1
|
./fftgen -f 2048 -n 16 -p 4
|
cd $(CORED)/; verilator -cc fftmain.v
|
cd $(CORED)/; verilator -cc fftmain.v
|
cd $(OBJDR); make -f Vfftmain.mk
|
cd $(OBJDR); make -f Vfftmain.mk
|
|
|
.PHONY: ifft
|
.PHONY: ifft
|
ifft: fftgen
|
ifft: fftgen
|
./fftgen -f 2048 -1 -n 22 -p 4
|
./fftgen -f 2048 -i -n 22 -p 4
|
cd $(CORED)/; verilator -cc ifftmain.v
|
cd $(CORED)/; verilator -cc ifftmain.v
|
cd $(OBJDR); make -f Vifftmain.mk
|
cd $(OBJDR); make -f Vifftmain.mk
|
|
|
.PHONY: shiftaddmpy
|
.PHONY: shiftaddmpy
|
shiftaddmpy: $(OBJDR)/Vshiftaddmpy__ALL.a
|
shiftaddmpy: $(OBJDR)/Vshiftaddmpy__ALL.a
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.