Skip to content
Snippets Groups Projects
Commit 418a85bf authored by Zanting's avatar Zanting
Browse files

Commit before move to new library common_mult

parent 44a140aa
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,9 @@
--
-------------------------------------------------------------------------------
LIBRARY ieee;
LIBRARY ieee, tech_mult_lib, technology_lib;
USE ieee.std_logic_1164.ALL;
USE technology_lib.technology_select_pkg.ALL;
USE work.common_pkg.ALL;
-- Function: Default one or more independent products dependent on g_nof_mult
......@@ -47,6 +48,7 @@ USE work.common_pkg.ALL;
ENTITY common_mult IS
GENERIC (
g_technology : NATURAL := c_tech_select_default;
g_in_a_w : POSITIVE := 18;
g_in_b_w : POSITIVE := 18;
g_out_p_w : POSITIVE := 36; -- c_prod_w = g_in_a_w+g_in_b_w, use smaller g_out_p_w to truncate MSbits, or larger g_out_p_w to extend MSbits
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment