Architecture >> sfixedMult::rtl
|
comb | ( a , aVld , b , bVld , c , r ) |
seq | ( clk ) |
|
C_HIGH_BIT_C | integer := a ' high+ b ' high+ 1 |
C_LOW_BIT_C | integer := a ' low+ b ' low |
REG_INIT_C | RegType := ( areg = > ( others = > ' 0 ' ) , breg = > ( others = > ' 0 ' ) , mreg = > ( others = > ' 0 ' ) , preg = > ( others = > ( others = > ' 0 ' ) ) , vld = > ( others = > ' 0 ' ) ) |
|
c | sfixed ( C_HIGH_BIT_C downto C_LOW_BIT_C ) := ( others = > ' 0 ' ) |
r | RegType := REG_INIT_C |
rin | RegType |
The documentation for this design unit was generated from the following file: