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
431490a9
"tangostationcontrol/integration_tests/README.md" did not exist on "master"
Commit
431490a9
authored
10 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Remove g_soft, because the true distinction is made via g_nof_gx which needs 16 for soft XAUI.
parent
6056f0a3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/technology/ip_stratixiv/ip_stratixiv_gxb_reconfig_v111.vhd
+2
-3
2 additions, 3 deletions
...echnology/ip_stratixiv/ip_stratixiv_gxb_reconfig_v111.vhd
with
2 additions
and
3 deletions
libraries/technology/ip_stratixiv/ip_stratixiv_gxb_reconfig_v111.vhd
+
2
−
3
View file @
431490a9
...
@@ -29,7 +29,6 @@ USE technology_lib.technology_pkg.ALL;
...
@@ -29,7 +29,6 @@ USE technology_lib.technology_pkg.ALL;
ENTITY
ip_stratixiv_gxb_reconfig_v111
IS
ENTITY
ip_stratixiv_gxb_reconfig_v111
IS
GENERIC
(
GENERIC
(
g_soft
:
BOOLEAN
:
=
FALSE
;
g_nof_gx
:
NATURAL
;
g_nof_gx
:
NATURAL
;
g_fromgxb_bus_w
:
NATURAL
:
=
17
;
g_fromgxb_bus_w
:
NATURAL
:
=
17
;
g_togxb_bus_w
:
NATURAL
:
=
4
g_togxb_bus_w
:
NATURAL
:
=
4
...
@@ -46,7 +45,7 @@ END ip_stratixiv_gxb_reconfig_v111;
...
@@ -46,7 +45,7 @@ END ip_stratixiv_gxb_reconfig_v111;
ARCHITECTURE
str
OF
ip_stratixiv_gxb_reconfig_v111
IS
ARCHITECTURE
str
OF
ip_stratixiv_gxb_reconfig_v111
IS
BEGIN
BEGIN
gen_gxb_reconfig_4
:
IF
g_nof_gx
<=
4
AND
g_soft
=
FALSE
GENERATE
gen_gxb_reconfig_4
:
IF
g_nof_gx
<=
4
GENERATE
u_gxb_reconfig_4
:
ENTITY
work
.
ip_stratixiv_gxb_reconfig_v111_4
u_gxb_reconfig_4
:
ENTITY
work
.
ip_stratixiv_gxb_reconfig_v111_4
PORT
MAP
(
PORT
MAP
(
reconfig_clk
=>
reconfig_clk
,
reconfig_clk
=>
reconfig_clk
,
...
@@ -56,7 +55,7 @@ BEGIN
...
@@ -56,7 +55,7 @@ BEGIN
);
);
END
GENERATE
;
END
GENERATE
;
gen_gxb_reconfig_16
:
IF
g_nof_gx
>
12
AND
g_nof_gx
<=
16
AND
g_soft
=
TRUE
GENERATE
gen_gxb_reconfig_16
:
IF
g_nof_gx
>
12
AND
g_nof_gx
<=
16
GENERATE
u_gxb_reconfig_16
:
ENTITY
work
.
ip_stratixiv_gxb_reconfig_v111_16
u_gxb_reconfig_16
:
ENTITY
work
.
ip_stratixiv_gxb_reconfig_v111_16
PORT
MAP
(
PORT
MAP
(
reconfig_clk
=>
reconfig_clk
,
reconfig_clk
=>
reconfig_clk
,
...
...
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