W
Weng Tianxiang
Guest
Hi,
What official functions should I call to genertate a sum of products
in VHDL?
S(...) <= A0*B0(...) + A1*B1(...) + A2*B2(...) + ... + An*Bn(...);
Ax is a type of std_logic or bool; Bx() is a type of std_logic_vector
or unsigned.
I use the following two libraries:
USE ieee.std_logic_1164.all;
use ieee.numeric_std.all;
Thank you.
Weng
What official functions should I call to genertate a sum of products
in VHDL?
S(...) <= A0*B0(...) + A1*B1(...) + A2*B2(...) + ... + An*Bn(...);
Ax is a type of std_logic or bool; Bx() is a type of std_logic_vector
or unsigned.
I use the following two libraries:
USE ieee.std_logic_1164.all;
use ieee.numeric_std.all;
Thank you.
Weng