Skip to content
Snippets Groups Projects
Commit aee1a240 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added IEEE.NUMERIC_STD.ALL needed for unsigned().

parent 42945002
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@
LIBRARY IEEE, common_lib, dp_lib;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.NUMERIC_STD.ALL;
USE common_lib.common_pkg.ALL;
USE dp_lib.dp_stream_pkg.ALL;
......
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