Skip to content
Snippets Groups Projects
Commit 7e99a602 authored by David Brouwer's avatar David Brouwer
Browse files

RTSD-209: Fix g_in_dat_a -> g_in_dat_b for datab in component lpm_mult.

parent 6b4df340
No related branches found
No related tags found
1 merge request!370RTSD-229: Verify the wpfb for iwave agilex7 through synthesis in Quartus
...@@ -80,7 +80,7 @@ architecture str of ip_agi027_xxxx_mult is ...@@ -80,7 +80,7 @@ architecture str of ip_agi027_xxxx_mult is
); );
port ( port (
dataa : in std_logic_vector(g_nof_mult * g_in_a_w - 1 downto 0); dataa : in std_logic_vector(g_nof_mult * g_in_a_w - 1 downto 0);
datab : in std_logic_vector(g_nof_mult * g_in_a_w - 1 downto 0); datab : in std_logic_vector(g_nof_mult * g_in_b_w - 1 downto 0);
-- sum : in STD_LOGIC_VECTOR((g_nof_mult*g_in_s_w-1 DOWNTO 0) := (OTHERS => '0'); (not used in current designs) -- sum : in STD_LOGIC_VECTOR((g_nof_mult*g_in_s_w-1 DOWNTO 0) := (OTHERS => '0'); (not used in current designs)
-- aclr : in STD_LOGIC; (not used in current designs) -- aclr : in STD_LOGIC; (not used in current designs)
clock : in std_logic; clock : in std_logic;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment