|
|
ZERO_Result | std_logic_vector ( Result_big ( 0 ) ' high downto Result ( 0 ) ' high+ 1 ) := ( others = > ' 0 ' ) |
|
|
param_t | array ( natural range <> ) of std_logic_vector ( MULTIPLIER_PAR_INPUT_WIDTH- 1 downto 0 ) |
|
data_t | array ( natural range <> ) of std_logic_vector ( MULTIPLIER_DATA_INPUT_WIDTH- 1 downto 0 ) |
|
result_big_t | array ( natural range <> ) of std_logic_vector ( MULTIPLIER_OUTPUT_WIDTH- 1 downto 0 ) |
|
|
Param | param_t ( parameters- 1 downto 0 ) |
|
Data | data_t ( parameters- 1 downto 0 ) |
|
Overflow | std_logic_vector ( parameters- 1 downto 0 ) |
|
Result_big | result_big_t ( parameters- 1 downto 0 ) |
|
Result | DataWords ( parameters- 1 downto 0 ) |
Definition at line 21 of file MultiMultiplier.vhd.
The documentation for this class was generated from the following file: