Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
31a83151
Commit
31a83151
authored
8 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Corrected unb_common_lib to unb1_board_lib.
parent
01ff2dde
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
boards/uniboard1/designs/unb1_bn_capture/tb/vhdl/tb_unb1_bn_capture.vhd
+3
-3
3 additions, 3 deletions
...d1/designs/unb1_bn_capture/tb/vhdl/tb_unb1_bn_capture.vhd
with
3 additions
and
3 deletions
boards/uniboard1/designs/unb1_bn_capture/tb/vhdl/tb_unb1_bn_capture.vhd
+
3
−
3
View file @
31a83151
...
@@ -35,11 +35,11 @@
...
@@ -35,11 +35,11 @@
-- . Set g_use_phy = (0, 0, 0, 0, 1, 0, 1, 0)
-- . Set g_use_phy = (0, 0, 0, 0, 1, 0, 1, 0)
LIBRARY
IEEE
,
common_lib
,
dp_lib
,
i2c_lib
,
unb
_common
_lib
,
diag_lib
,
aduh_lib
,
ddr3_lib
;
LIBRARY
IEEE
,
common_lib
,
dp_lib
,
i2c_lib
,
unb
1_board
_lib
,
diag_lib
,
aduh_lib
,
ddr3_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
;
...
@@ -47,7 +47,7 @@ USE common_lib.tb_common_mem_pkg.ALL;
...
@@ -47,7 +47,7 @@ USE common_lib.tb_common_mem_pkg.ALL;
USE
dp_lib
.
dp_stream_pkg
.
ALL
;
USE
dp_lib
.
dp_stream_pkg
.
ALL
;
USE
diag_lib
.
diag_pkg
.
ALL
;
USE
diag_lib
.
diag_pkg
.
ALL
;
USE
aduh_lib
.
aduh_dd_pkg
.
ALL
;
USE
aduh_lib
.
aduh_dd_pkg
.
ALL
;
USE
unb
_common
_lib
.
unb
_common
_pkg
.
ALL
;
USE
unb
1_board
_lib
.
unb
1_board
_pkg
.
ALL
;
USE
ddr3_lib
.
ddr3_pkg
.
ALL
;
USE
ddr3_lib
.
ddr3_pkg
.
ALL
;
USE
i2c_lib
.
i2c_dev_unb_pkg
.
ALL
;
USE
i2c_lib
.
i2c_dev_unb_pkg
.
ALL
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment