OpenCores
Issue List
Use standardized packages #5
Open fpgausr opened this issue almost 6 years ago
fpgausr commented almost 6 years ago

Most of the library items in math category are making use of

use ieee.std_logic_arith.all; use ieee.std_logic_signed.all;

packages that are most than obsolete.

Please update to make use of the standardized ones: ieee.numeric_std.all

You should consider too to use type signed unsigned type in the entities versus std_logic_vector.

ghuber was assigned almost 6 years ago

Assignee
ghuber
Labels
Request