OpenCores
URL https://opencores.org/ocsvn/dblclockfft/dblclockfft/trunk

Subversion Repositories dblclockfft

[/] [dblclockfft/] [trunk/] [bench/] [rtl/] [Makefile] - Diff between revs 35 and 41

Show entire file | Details | Blame | View Log

Rev 35 Rev 41
Line 1... Line 1...
all: ifft_tb
all: ifft_tb
############################################################################
################################################################################
##
##
## Filename:    Makefile
## Filename:    Makefile
##
##
## Project:     A Doubletime Pipelined FFT
## Project:     A General Purpose Pipelined FFT Implementation
##
##
## Purpose:     This programs the build process for part of the ifft_tb test
## Purpose:     This programs the build process for part of the ifft_tb test
##              bench associated with the double clocked FFT project.
##              bench associated with the double clocked FFT project.
##
##
##              This is only part of the test bench program.  This one is
##              This is only part of the test bench program.  This one is
Line 15... Line 15...
##              code found in this directory and built here.
##              code found in this directory and built here.
##
##
## Creator:     Dan Gisselquist, Ph.D.
## Creator:     Dan Gisselquist, Ph.D.
##              Gisselquist Technology, LLC
##              Gisselquist Technology, LLC
##
##
##########################################################################/
################################################################################
##
##
## Copyright (C) 2015, Gisselquist Technology, LLC
## Copyright (C) 2015, Gisselquist Technology, LLC
##
##
## This program is free software (firmware): you can redistribute it and/or
## This program is free software (firmware): you can redistribute it and/or
## modify it under the terms of  the GNU General Public License as published
## modify it under the terms of  the GNU General Public License as published
Line 30... Line 30...
## ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
## ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
## FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
## FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
## for more details.
## for more details.
##
##
## You should have received a copy of the GNU General Public License along
## You should have received a copy of the GNU General Public License along
## with this program.  (It's in the $(ROOT)/doc directory, run make with no
## with this program.  (It's in the $(ROOT)/doc directory.  Run make with no
## target there if the PDF file isn't present.)  If not, see
## target there if the PDF file isn't present.)  If not, see
##  for a copy.
##  for a copy.
##
##
## License:     GPL, v3, as defined and found on www.gnu.org,
## License:     GPL, v3, as defined and found on www.gnu.org,
##              http:##www.gnu.org/licenses/gpl.html
##              http://www.gnu.org/licenses/gpl.html
##
##
##
##
##########################################################################/
################################################################################
##
##
##
##
# This is really simple ...
# This is really simple ...
all: ifft_tb
all: ifft_tb
CORED := fft-core
CORED := fft-core

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.