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
98bc67c7
Commit
98bc67c7
authored
10 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Use 13 bit CSR address width (INSERT_CSR_ADAPTOR=1 in ip_arria10_mac_10g.qsys).
parent
0b7b7fa6
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
libraries/technology/mac_10g/tech_mac_10g_pkg.vhd
+1
-1
1 addition, 1 deletion
libraries/technology/mac_10g/tech_mac_10g_pkg.vhd
with
1 addition
and
1 deletion
libraries/technology/mac_10g/tech_mac_10g_pkg.vhd
+
1
−
1
View file @
98bc67c7
...
@@ -52,7 +52,7 @@ PACKAGE BODY tech_mac_10g_pkg IS
...
@@ -52,7 +52,7 @@ PACKAGE BODY tech_mac_10g_pkg IS
BEGIN
BEGIN
CASE
c_technology
IS
CASE
c_technology
IS
WHEN
c_tech_stratixiv
=>
v_csr_addr_w
:
=
13
;
WHEN
c_tech_stratixiv
=>
v_csr_addr_w
:
=
13
;
WHEN
c_tech_arria10
=>
v_csr_addr_w
:
=
1
0
;
WHEN
c_tech_arria10
=>
v_csr_addr_w
:
=
1
3
;
-- 13 with INSERT_CSR_ADAPTOR=1 in ip_arria10_mac_10g.qsys, 10 without
WHEN
OTHERS
=>
v_csr_addr_w
:
=
13
;
-- default to c_tech_stratixiv
WHEN
OTHERS
=>
v_csr_addr_w
:
=
13
;
-- default to c_tech_stratixiv
END
CASE
;
END
CASE
;
RETURN
v_csr_addr_w
;
RETURN
v_csr_addr_w
;
...
...
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