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
e29b940b
"...lofar2/libraries/ddrctrl/git@git.astron.nl:rtsd/hdl.git" did not exist on "ac0f83dc850c2eb8048dfcfb19cc3e439a4801c5"
Commit
e29b940b
authored
9 years ago
by
Pepping
Browse files
Options
Downloads
Patches
Plain Diff
UPdated instance of ctrl_unb1_board
parent
3acc83a1
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
boards/uniboard1/designs/unb1_terminal_bg_mesh_db/src/vhdl/unb1_terminal_bg_mesh_db.vhd
+24
-13
24 additions, 13 deletions
...terminal_bg_mesh_db/src/vhdl/unb1_terminal_bg_mesh_db.vhd
with
24 additions
and
13 deletions
boards/uniboard1/designs/unb1_terminal_bg_mesh_db/src/vhdl/unb1_terminal_bg_mesh_db.vhd
+
24
−
13
View file @
e29b940b
...
...
@@ -137,6 +137,7 @@ ARCHITECTURE str OF unb1_terminal_bg_mesh_db IS
SIGNAL
mm_locked
:
STD_LOGIC
;
SIGNAL
mm_rst
:
STD_LOGIC
;
SIGNAL
cal_clk
:
STD_LOGIC
;
SIGNAL
epcs_clk
:
STD_LOGIC
;
SIGNAL
dp_rst
:
STD_LOGIC
;
SIGNAL
dp_clk
:
STD_LOGIC
;
...
...
@@ -220,34 +221,44 @@ BEGIN
-----------------------------------------------------------------------------
u_ctrl
:
ENTITY
unb1_board_lib
.
ctrl_unb1_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_unb1_board_mm_clk_freq_50M
,
g_use_phy
=>
c_use_phy
,
g_aux
=>
c_unb1_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_unb1_board_mm_clk_freq_125M
,
g_use_phy
=>
c_use_phy
,
g_aux
=>
c_unb1_board_aux
,
g_dp_clk_use_pll
=>
TRUE
,
g_xo_clk_use_pll
=>
TRUE
)
PORT
MAP
(
-- Clock an reset signals
-- Clock an
d
reset signals
cs_sim
=>
cs_sim
,
xo_clk
=>
xo_clk
,
xo_rst
=>
xo_rst
,
xo_rst_n
=>
xo_rst_n
,
mm_clk_out
=>
mm_clk
,
mm_clk
=>
mm_clk
,
mm_locked
=>
mm_locked
,
mm_rst
=>
mm_rst
,
mm_locked
=>
mm_locked
,
mm_locked_out
=>
mm_locked
,
epcs_clk
=>
epcs_clk
,
epcs_clk_out
=>
epcs_clk
,
dp_rst
=>
dp_rst
,
dp_clk
=>
dp_clk
,
dp_pps
=>
dp_pps
,
dp_rst_in
=>
dp_rst
,
dp_clk_in
=>
dp_clk
,
cal_rec_clk
=>
cal_clk
,
-- Toggle WDI
pout_wdi
=>
pout_wdi
,
...
...
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