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
909bf4f3
Commit
909bf4f3
authored
5 years ago
by
Pieter Donker
Browse files
Options
Downloads
Patches
Plain Diff
another unb2 to unb2b change
parent
1b133e28
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
boards/uniboard2b/libraries/unb2b_board_10gbe/src/vhdl/unb2b_board_10gbe.vhd
+4
-4
4 additions, 4 deletions
...ibraries/unb2b_board_10gbe/src/vhdl/unb2b_board_10gbe.vhd
with
4 additions
and
4 deletions
boards/uniboard2b/libraries/unb2b_board_10gbe/src/vhdl/unb2b_board_10gbe.vhd
+
4
−
4
View file @
909bf4f3
...
@@ -28,7 +28,7 @@ USE dp_lib.dp_stream_pkg.ALL;
...
@@ -28,7 +28,7 @@ USE dp_lib.dp_stream_pkg.ALL;
USE
technology_lib
.
technology_pkg
.
ALL
;
USE
technology_lib
.
technology_pkg
.
ALL
;
ENTITY
unb2_board_10gbe
IS
ENTITY
unb2
b
_board_10gbe
IS
GENERIC
(
GENERIC
(
g_sim
:
BOOLEAN
:
=
FALSE
;
g_sim
:
BOOLEAN
:
=
FALSE
;
g_sim_level
:
NATURAL
:
=
1
;
-- 0 = use IP; 1 = use fast serdes model
g_sim_level
:
NATURAL
:
=
1
;
-- 0 = use IP; 1 = use fast serdes model
...
@@ -70,17 +70,17 @@ ENTITY unb2_board_10gbe IS
...
@@ -70,17 +70,17 @@ ENTITY unb2_board_10gbe IS
serial_tx_arr
:
OUT
STD_LOGIC_VECTOR
(
g_nof_macs
-1
downto
0
);
serial_tx_arr
:
OUT
STD_LOGIC_VECTOR
(
g_nof_macs
-1
downto
0
);
serial_rx_arr
:
IN
STD_LOGIC_VECTOR
(
g_nof_macs
-1
downto
0
)
:
=
(
OTHERS
=>
'0'
)
serial_rx_arr
:
IN
STD_LOGIC_VECTOR
(
g_nof_macs
-1
downto
0
)
:
=
(
OTHERS
=>
'0'
)
);
);
END
unb2_board_10gbe
;
END
unb2
b
_board_10gbe
;
ARCHITECTURE
str
OF
unb2_board_10gbe
IS
ARCHITECTURE
str
OF
unb2
b
_board_10gbe
IS
SIGNAL
tr_ref_clk_312
:
STD_LOGIC
;
SIGNAL
tr_ref_clk_312
:
STD_LOGIC
;
SIGNAL
tr_ref_clk_156
:
STD_LOGIC
;
SIGNAL
tr_ref_clk_156
:
STD_LOGIC
;
SIGNAL
tr_ref_rst_156
:
STD_LOGIC
;
SIGNAL
tr_ref_rst_156
:
STD_LOGIC
;
BEGIN
BEGIN
u_unb2_board_clk644_pll
:
ENTITY
tech_pll_lib
.
tech_pll_xgmii_mac_clocks
u_unb2
b
_board_clk644_pll
:
ENTITY
tech_pll_lib
.
tech_pll_xgmii_mac_clocks
GENERIC
MAP
(
GENERIC
MAP
(
g_technology
=>
g_technology
g_technology
=>
g_technology
)
)
...
...
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