Architecture >> add3::rtl
|
INT_OVERFLOW_STYLE_C | fixed_overflow_style_type := fixed_wrap |
INT_ROUNDING_STYLE_C | fixed_round_style_type := fixed_truncate |
HIGH_ARRAY_C | IntegerArray ( 2 downto 0 ) := ( 0 = > a ' high , 1 = > b ' high , 2 = > c ' high ) |
LOW_ARRAY_C | IntegerArray ( 2 downto 0 ) := ( 0 = > a ' low , 1 = > b ' low , 2 = > c ' low ) |
HIGH_BIT_C | integer := maximum ( HIGH_ARRAY_C ) + EXTRA_MSB_G |
LOW_BIT_C | integer := minimum ( LOW_ARRAY_C ) |
REG_INIT_C | RegType := ( a = > ( others = > ' 0 ' ) , b = > ( others = > ' 0 ' ) , c = > ( others = > ' 0 ' ) , sum = > ( others = > ' 0 ' ) ) |
|
r | RegType := REG_INIT_C |
rin | RegType |
The documentation for this design unit was generated from the following file: