Architecture >> FirFilterTap::rtl
|
comb | ( cascin , coeffce , coeffin , datain , en , r ) |
seq | ( clk ) |
comb | ( cascin , coeffce , coeffin , datain , en , r ) |
seq | ( clk ) |
|
PROD_WIDTH_C | integer := DATA_WIDTH_G+ COEFF_WIDTH_G |
COEFF_INIT_C | slv ( COEFF_WIDTH_G- 1 downto 0 ) := resize ( COEFF_INIT_G , COEFF_WIDTH_G ) |
REG_INIT_C | RegType := ( accum = > ( others = > ' 0 ' ) , coeff = > ( others = > ' 0 ' ) ) |
|
r | RegType := REG_INIT_C |
rin | RegType |
The documentation for this design unit was generated from the following files:
- build/SRC_VHDL/surf/FirFilterTap.vhd
- dsp/generic/fixed/FirFilterTap.vhd