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

Corrected bn_capture_pkg to unb1_bn_capture_pkg.

parent 31a83151
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ LIBRARY IEEE, common_lib, dp_lib, unb1_board_lib, diag_lib, aduh_lib, i2c_lib; ...@@ -36,7 +36,7 @@ LIBRARY IEEE, common_lib, dp_lib, unb1_board_lib, diag_lib, aduh_lib, i2c_lib;
USE IEEE.std_logic_1164.ALL; USE IEEE.std_logic_1164.ALL;
USE IEEE.numeric_std.ALL; USE IEEE.numeric_std.ALL;
USE IEEE.MATH_REAL.ALL; USE IEEE.MATH_REAL.ALL;
USE work.bn_capture_pkg.ALL; USE work.unb1_bn_capture_pkg.ALL;
USE common_lib.common_pkg.ALL; USE common_lib.common_pkg.ALL;
USE common_lib.common_mem_pkg.ALL; USE common_lib.common_mem_pkg.ALL;
USE common_lib.tb_common_pkg.ALL; USE common_lib.tb_common_pkg.ALL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment