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
c761492f
Commit
c761492f
authored
10 years ago
by
Kenneth Hiemstra
Browse files
Options
Downloads
Patches
Plain Diff
added the ETH_CLK config options 25 , 125 MHz
parent
f879b694
Branches
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/uniboard2/designs/unb2_minimal/src/vhdl/unb2_minimal.vhd
+16
-21
16 additions, 21 deletions
.../uniboard2/designs/unb2_minimal/src/vhdl/unb2_minimal.vhd
with
16 additions
and
21 deletions
boards/uniboard2/designs/unb2_minimal/src/vhdl/unb2_minimal.vhd
+
16
−
21
View file @
c761492f
...
...
@@ -70,18 +70,15 @@ ARCHITECTURE str OF unb2_minimal IS
-- System
SIGNAL
cs_sim
:
STD_LOGIC
;
SIGNAL
xo_clk
25
:
STD_LOGIC
;
SIGNAL
xo_rst
25
:
STD_LOGIC
;
SIGNAL
xo_rst
25
_n
:
STD_LOGIC
;
SIGNAL
xo_
eth
clk
:
STD_LOGIC
;
SIGNAL
xo_rst
:
STD_LOGIC
;
SIGNAL
xo_rst_n
:
STD_LOGIC
;
SIGNAL
mm_clk
:
STD_LOGIC
;
SIGNAL
mm_locked
:
STD_LOGIC
;
SIGNAL
mm_rst
:
STD_LOGIC
;
SIGNAL
st_rst
:
STD_LOGIC
;
SIGNAL
st_clk
:
STD_LOGIC
;
SIGNAL
epcs_clk
:
STD_LOGIC
;
-- PIOs
SIGNAL
pout_wdi
:
STD_LOGIC
;
...
...
@@ -139,29 +136,27 @@ BEGIN
-----------------------------------------------------------------------------
u_ctrl
:
ENTITY
unb2_board_lib
.
ctrl_unb2_board
GENERIC
MAP
(
g_sim
=>
g_sim
,
g_design_name
=>
g_design_name
,
g_design_note
=>
g_design_note
,
g_stamp_date
=>
g_stamp_date
,
g_stamp_time
=>
g_stamp_time
,
g_stamp_svn
=>
g_stamp_svn
,
g_fw_version
=>
c_fw_version
,
g_mm_clk_freq
=>
c_unb2_board_mm_clk_freq_50M
,
g_aux
=>
c_unb2_board_aux
g_sim
=>
g_sim
,
g_design_name
=>
g_design_name
,
g_design_note
=>
g_design_note
,
g_stamp_date
=>
g_stamp_date
,
g_stamp_time
=>
g_stamp_time
,
g_stamp_svn
=>
g_stamp_svn
,
g_fw_version
=>
c_fw_version
,
g_mm_clk_freq
=>
c_unb2_board_mm_clk_freq_50M
,
g_eth_clk_freq
=>
c_unb2_board_eth_clk_freq_125M
,
g_aux
=>
c_unb2_board_aux
)
PORT
MAP
(
-- Clock an reset signals
cs_sim
=>
cs_sim
,
xo_clk
25
=>
xo_clk
25
,
xo_rst
25
=>
xo_rst
25
,
xo_rst
25
_n
=>
xo_rst
25
_n
,
xo_
eth
clk
=>
xo_
eth
clk
,
xo_rst
=>
xo_rst
,
xo_rst_n
=>
xo_rst_n
,
mm_clk
=>
mm_clk
,
mm_locked
=>
mm_locked
,
mm_rst
=>
mm_rst
,
epcs_clk
=>
epcs_clk
,
dp_rst
=>
st_rst
,
dp_clk
=>
st_clk
,
dp_pps
=>
OPEN
,
...
...
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