Inherits FILTER::ar_FILTER.
Architectures | |
| ar_FILTER | Architecture |
Libraries | |
| IEEE | |
| lpp | |
Packages | |
| numeric_std | |
| std_logic_1164 | |
| iir_filter | Package <iir_filter> |
| FILTERcfg | Package <FILTERcfg> |
| general_purpose | Package <general_purpose> |
Generics | |
| Smpl_SZ | integer := 16 |
| ChanelsCNT | integer := 3 |
Ports | |
| reset | in std_logic |
| clk | in std_logic |
| sample_clk | in std_logic |
| Sample_IN | in std_logic_vector ( Smpl_SZ *ChanelsCNT -1 downto 0 ) |
| Sample_OUT | out std_logic_vector ( Smpl_SZ *ChanelsCNT -1 downto 0 ) |
Definition at line 33 of file FILTER.vhd.
ChanelsCNT integer := 3 [Generic] |
Definition at line 35 of file FILTER.vhd.
clk in std_logic [Port] |
Reimplemented from FilterCTRLR.
Definition at line 40 of file FILTER.vhd.
FILTERcfg package [Package] |
Reimplemented from FilterCTRLR.
Definition at line 27 of file FILTER.vhd.
general_purpose package [Package] |
Reimplemented from FilterCTRLR.
Definition at line 28 of file FILTER.vhd.
IEEE library [Library] |
Reimplemented from FilterCTRLR.
Definition at line 22 of file FILTER.vhd.
iir_filter package [Package] |
Reimplemented from FilterCTRLR.
Definition at line 26 of file FILTER.vhd.
lpp library [Library] |
Reimplemented from FilterCTRLR.
Definition at line 25 of file FILTER.vhd.
numeric_std package [Package] |
Reimplemented from FilterCTRLR.
Definition at line 23 of file FILTER.vhd.
reset in std_logic [Port] |
Reimplemented from FilterCTRLR.
Definition at line 39 of file FILTER.vhd.
sample_clk in std_logic [Port] |
Reimplemented from FilterCTRLR.
Definition at line 41 of file FILTER.vhd.
Sample_IN in std_logic_vector ( Smpl_SZ *ChanelsCNT -1 downto 0 ) [Port] |
Definition at line 42 of file FILTER.vhd.
Sample_OUT out std_logic_vector ( Smpl_SZ *ChanelsCNT -1 downto 0 ) [Port] |
Definition at line 43 of file FILTER.vhd.
Smpl_SZ integer := 16 [Generic] |
Definition at line 34 of file FILTER.vhd.
std_logic_1164 package [Package] |
Reimplemented from FilterCTRLR.
Definition at line 24 of file FILTER.vhd.