Altera_Forum
Honored Contributor
14 years agoResource consumption
Dear my friends I checked an adder, multiplier and a divider. All of them used LPM library. This is my code of Adder:
LIBRARY IEEE;
USE IEEE.std_logic_1164.all;
USE IEEE.std_logic_arith.al...