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
8d8a33b9
Commit
8d8a33b9
authored
10 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Corrected unique labels for generate.
parent
b417e071
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/ip_stratixiv/ip_stratixiv_gxb_reconfig_v111.vhd
+4
-4
4 additions, 4 deletions
...echnology/ip_stratixiv/ip_stratixiv_gxb_reconfig_v111.vhd
with
4 additions
and
4 deletions
libraries/technology/ip_stratixiv/ip_stratixiv_gxb_reconfig_v111.vhd
+
4
−
4
View file @
8d8a33b9
...
...
@@ -46,8 +46,8 @@ END ip_stratixiv_gxb_reconfig_v111;
ARCHITECTURE
str
OF
ip_stratixiv_gxb_reconfig_v111
IS
BEGIN
gen_gx_reconfig_4
:
IF
g_nof_gx
=
4
AND
g_soft
=
FALSE
GENERATE
u_gx_reconfig_4
:
ENTITY
work
.
ip_stratixiv_gxb_reconfig_v111_4
gen_gx
b
_reconfig_4
:
IF
g_nof_gx
=
4
AND
g_soft
=
FALSE
GENERATE
u_gx
b
_reconfig_4
:
ENTITY
work
.
ip_stratixiv_gxb_reconfig_v111_4
PORT
MAP
(
reconfig_clk
=>
reconfig_clk
,
reconfig_fromgxb
=>
reconfig_fromgxb
,
...
...
@@ -56,8 +56,8 @@ BEGIN
);
END
GENERATE
;
gen_gx_reconfig_4
:
IF
g_nof_gx
=
4
AND
g_soft
=
TRUE
GENERATE
u_gx_reconfig_4
:
ENTITY
work
.
ip_stratixiv_gxb_reconfig_v111_soft_4
gen_gx
b
_reconfig_
soft_
4
:
IF
g_nof_gx
=
4
AND
g_soft
=
TRUE
GENERATE
u_gx
b
_reconfig_
soft_
4
:
ENTITY
work
.
ip_stratixiv_gxb_reconfig_v111_soft_4
PORT
MAP
(
reconfig_clk
=>
reconfig_clk
,
reconfig_fromgxb
=>
reconfig_fromgxb
,
...
...
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