Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Paul Boven
DT-Backend-S3A1800dsp
Commits
d5ef3fbd
Commit
d5ef3fbd
authored
Sep 21, 2016
by
Paul Boven
Browse files
Cleaning up the VHDL dependencies and FFT core
parent
7d0c2532
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
VHDL/FFT_stream.vhd
deleted
100644 → 0
View file @
7d0c2532
This diff is collapsed.
Click to expand it.
VHDL/FFT_stream.xco
0 → 100644
View file @
d5ef3fbd
##############################################################
#
# Xilinx Core Generator version K.39
# Date: Tue Dec 2 21:55:35 2008
#
##############################################################
#
# This file contains the customisation parameters for a
# Xilinx CORE Generator IP GUI. It is strongly recommended
# that you do not manually alter this file as it may cause
# unexpected and unsupported behavior.
#
##############################################################
#
# BEGIN Project Options
SET addpads = False
SET asysymbol = True
SET busformat = BusFormatAngleBracketNotRipped
SET createndf = False
SET designentry = VHDL
SET device = xc3sd1800a
SET devicefamily = spartan3adsp
SET flowvendor = Foundation_iSE
SET formalverification = False
SET foundationsym = False
SET implementationfiletype = Ngc
SET package = fg676
SET removerpms = False
SET simulationfiles = Behavioral
SET speedgrade = -4
SET verilogsim = True
SET vhdlsim = True
# END Project Options
# BEGIN Select
SELECT Fast_Fourier_Transform family Xilinx,_Inc. 6.0
# END Select
# BEGIN Parameters
CSET ce=false
CSET channels=1
CSET component_name=FFT_stream
CSET cyclic_prefix_insertion=false
CSET data_format=fixed_point
CSET fast_butterfly=false
CSET fast_complex_mult=false
CSET implementation_options=pipelined_streaming_io
CSET input_width=16
CSET memory_options_data=block_ram
CSET memory_options_hybrid=true
CSET memory_options_phase_factors=block_ram
CSET memory_options_reorder=block_ram
CSET number_of_stages_using_block_ram_for_data_and_phase_factors=5
CSET optimize_for_speed_using_xtreme_dsp_slices=false
CSET output_ordering=natural_order
CSET ovflo=false
CSET phase_factor_width=16
CSET rounding_modes=truncation
CSET run_time_configurable_transform_length=false
CSET scaling_options=unscaled
CSET sclr=false
CSET target_clock_frequency=125
CSET target_data_throughput=50
CSET transform_length=4096
# END Parameters
GENERATE
# CRC: dc5a4490
VHDL/Makefile
View file @
d5ef3fbd
...
@@ -8,7 +8,7 @@ all: main.twr main.bit
...
@@ -8,7 +8,7 @@ all: main.twr main.bit
xst/projnav.tmp
:
xst/projnav.tmp
:
mkdir
-p
xst/projnav.tmp
mkdir
-p
xst/projnav.tmp
# XST
# XST
main.ngc
:
main.xst main.prj main.vhd FFT_stream.
vhd
eth_tx.vhd PCK_CRC32_D4.vhd LCD_Driver.vhd LCD_Controller.vhd window.vhd main.lso xst/projnav.tmp
main.ngc
:
main.xst main.prj main.vhd FFT_stream.
xco
eth_tx.vhd PCK_CRC32_D4.vhd LCD_Driver.vhd LCD_Controller.vhd window.vhd main.lso xst/projnav.tmp
xst
-ifn
main.xst
-ofn
main.syr
xst
-ifn
main.xst
-ofn
main.syr
# TODO: generate the window file automatically
# TODO: generate the window file automatically
...
...
VHDL/main.prj
View file @
d5ef3fbd
...
@@ -2,6 +2,5 @@ vhdl work "PCK_CRC32_D4.vhd"
...
@@ -2,6 +2,5 @@ vhdl work "PCK_CRC32_D4.vhd"
vhdl work "LCD_Controller.vhd"
vhdl work "LCD_Controller.vhd"
vhdl work "LCD_Driver.vhd"
vhdl work "LCD_Driver.vhd"
vhdl work "window.vhd"
vhdl work "window.vhd"
vhdl work "FFT_stream.vhd"
vhdl work "eth_tx.vhd"
vhdl work "eth_tx.vhd"
vhdl work "main.vhd"
vhdl work "main.vhd"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment