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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
11cab834
Commit
11cab834
authored
10 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Corrected compile error.
parent
92cfc965
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/tse/tech_tse.vhd
+4
-4
4 additions, 4 deletions
libraries/technology/tse/tech_tse.vhd
with
4 additions
and
4 deletions
libraries/technology/tse/tech_tse.vhd
+
4
−
4
View file @
11cab834
...
@@ -30,7 +30,7 @@ USE common_lib.common_mem_pkg.ALL;
...
@@ -30,7 +30,7 @@ USE common_lib.common_mem_pkg.ALL;
USE
dp_lib
.
dp_stream_pkg
.
ALL
;
USE
dp_lib
.
dp_stream_pkg
.
ALL
;
ENTITY
tse
IS
ENTITY
tech_
tse
IS
GENERIC
(
GENERIC
(
g_technology
:
NATURAL
:
=
c_tech_select_default
;
g_technology
:
NATURAL
:
=
c_tech_select_default
;
g_ETH_PHY
:
STRING
:
=
"LVDS"
-- "LVDS" (default): uses LVDS IOs for ctrl_unb_common, "XCVR": uses tranceiver PHY
g_ETH_PHY
:
STRING
:
=
"LVDS"
-- "LVDS" (default): uses LVDS IOs for ctrl_unb_common, "XCVR": uses tranceiver PHY
...
@@ -71,15 +71,15 @@ ENTITY tse IS
...
@@ -71,15 +71,15 @@ ENTITY tse IS
tse_led
:
OUT
t_tse_led
tse_led
:
OUT
t_tse_led
);
);
END
tse
;
END
tech_
tse
;
ARCHITECTURE
str
OF
tech_
memory_ram_crw_crw
IS
ARCHITECTURE
str
OF
tech_
tse
IS
BEGIN
BEGIN
gen_ip_stratixiv
:
IF
g_technology
=
c_tech_stratixiv
GENERATE
gen_ip_stratixiv
:
IF
g_technology
=
c_tech_stratixiv
GENERATE
u0
:
ENTITY
work
.
tech_tse_stratixiv
u0
:
ENTITY
work
.
tech_tse_stratixiv
GENERIC
MAP
(
g_ETH_PHY
)
;
GENERIC
MAP
(
g_ETH_PHY
)
PORT
MAP
(
mm_rst
,
mm_clk
,
eth_clk
,
tx_snk_clk
,
rx_src_clk
,
PORT
MAP
(
mm_rst
,
mm_clk
,
eth_clk
,
tx_snk_clk
,
rx_src_clk
,
cal_rec_clk
,
cal_rec_clk
,
mm_sla_in
,
mm_sla_out
,
mm_sla_in
,
mm_sla_out
,
...
...
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