Architecture >> BoxcarIntegrator::rtl
|
|
comb | ( ibData , ibDataE , ibValid , intCount , obAck , r , ramDoutE , rst ) |
|
seq | ( clk , rst ) |
|
comb | ( ibData , ibDataE , ibValid , intCount , obAck , r , ramDoutE , rst ) |
|
seq | ( clk , rst ) |
|
|
ACCUM_WIDTH_C | positive := ( DATA_WIDTH_G+ ADDR_WIDTH_G ) |
|
REG_INIT_C | RegType := ( obFull = > ' 0 ' , intCount = > ( others = > ' 0 ' ) , rAddr = > ( others = > ' 0 ' ) , wAddr = > ( others = > ' 0 ' ) , ibValid = > ' 0 ' , ibData = > ( others = > ' 0 ' ) , obValid = > ' 0 ' , obPeriod = > ' 0 ' , obData = > ( others = > ' 0 ' ) , ibDataE = > ( others = > ' 0 ' ) , obFullD = > ' 0 ' , ibValidD = > ' 0 ' , obPeriodD = > ' 0 ' ) |
|
|
r | RegType := REG_INIT_C |
|
rin | RegType |
|
ramDout | slv ( DATA_WIDTH_G- 1 downto 0 ) |
|
ramDoutE | signed ( DATA_WIDTH_G downto 0 ) |
|
ibDataE | signed ( DATA_WIDTH_G downto 0 ) |
|
rAddr | slv ( ADDR_WIDTH_G- 1 downto 0 ) |
|
wAddr | slv ( ADDR_WIDTH_G- 1 downto 0 ) |
The documentation for this design unit was generated from the following files:
- build/SRC_VHDL/surf/BoxcarIntegrator.vhd
- dsp/generic/fixed/BoxcarIntegrator.vhd