Skip to content
GitLab
Explore
Sign in
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
a25e24dd
Commit
a25e24dd
authored
10 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Corrected using ip_stratixiv_transceiver_lib instead of ip_stratixiv_lib.
parent
c22426cc
No related branches found
Branches containing commit
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libraries/technology/xaui/hdllib.cfg
+1
-1
1 addition, 1 deletion
libraries/technology/xaui/hdllib.cfg
libraries/technology/xaui/tech_xaui_stratixiv.vhd
+1
-1
1 addition, 1 deletion
libraries/technology/xaui/tech_xaui_stratixiv.vhd
with
2 additions
and
2 deletions
libraries/technology/xaui/hdllib.cfg
+
1
−
1
View file @
a25e24dd
hdl_lib_name
=
tech_xaui
hdl_library_clause_name
=
tech_xaui_lib
hdl_lib_uses
=
technology ip_stratixiv_phy_xaui common dp
hdl_lib_uses
=
technology
ip_stratixiv_transceiver
ip_stratixiv_phy_xaui common dp
hdl_lib_technology
=
build_dir_sim = $HDL_BUILD_DIR
...
...
This diff is collapsed.
Click to expand it.
libraries/technology/xaui/tech_xaui_stratixiv.vhd
+
1
−
1
View file @
a25e24dd
...
...
@@ -21,7 +21,7 @@
--------------------------------------------------------------------------------
-- Declare IP libraries to ensure default binding in simulation. The IP library clause is ignored by synthesis.
LIBRARY
ip_stratixiv_lib
,
ip_stratixiv_phy_xaui_lib
;
LIBRARY
ip_stratixiv_
transceiver_
lib
,
ip_stratixiv_phy_xaui_lib
;
LIBRARY
IEEE
,
common_lib
;
USE
IEEE
.
STD_LOGIC_1164
.
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