fftdef.vhd

来自「基于存储器的基4按频率抽取的fft 的vhdl描述 可以对连续数据流进行256」· VHDL 代码 · 共 30 行

VHD
30
字号
library ieee;	use ieee.std_logic_1164.all;	use IEEE.std_logic_arith.all;----defintionpackage fftDef is	--	constant Addrw : natural := 8;	constant pstDw : natural := 16;	constant fftRdx : natural := 4;	--	subtype slvAddrt is unsigned(Addrw -1 downto 0);	subtype slvBRAddrt is unsigned(Addrw -3 downto 0);	---	subtype slvSct is unsigned(Addrw/2-1 downto 0);--(Addrw/2 -1  downto 0);	---	---	--pipeline length of fft processor	--adg->rdmen&rdcof->fft4st1->fft4st2->rotst1->rotst2->wrback	--7 stage	constant plsts : natural := 10; 	--	--get real, get imagineend package fftDef;package body  fftDef isend package body fftDef;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?