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
074b245f
Commit
074b245f
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Add u_mm_file_pio_jesd_ctrl.
parent
c5f82828
No related branches found
Branches containing commit
No related tags found
1 merge request
!258
Shortened sync interval and used pps_rst to make the tb simulate faster (few...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/designs/lofar2_unb2c_sdp_station/src/vhdl/mmm_lofar2_unb2c_sdp_station.vhd
+3
-0
3 additions, 0 deletions
...b2c_sdp_station/src/vhdl/mmm_lofar2_unb2c_sdp_station.vhd
with
3 additions
and
0 deletions
applications/lofar2/designs/lofar2_unb2c_sdp_station/src/vhdl/mmm_lofar2_unb2c_sdp_station.vhd
+
3
−
0
View file @
074b245f
...
@@ -365,6 +365,9 @@ BEGIN
...
@@ -365,6 +365,9 @@ BEGIN
u_mm_file_jesd204b
:
mm_file
GENERIC
MAP
(
mmf_unb_file_prefix
(
g_sim_unb_nr
,
c_sim_node_nr
,
c_sim_node_type
)
&
"JESD204B"
)
u_mm_file_jesd204b
:
mm_file
GENERIC
MAP
(
mmf_unb_file_prefix
(
g_sim_unb_nr
,
c_sim_node_nr
,
c_sim_node_type
)
&
"JESD204B"
)
PORT
MAP
(
mm_rst
,
mm_clk
,
jesd204b_copi
,
jesd204b_cipo
);
PORT
MAP
(
mm_rst
,
mm_clk
,
jesd204b_copi
,
jesd204b_cipo
);
u_mm_file_pio_jesd_ctrl
:
mm_file
GENERIC
MAP
(
mmf_unb_file_prefix
(
g_sim_unb_nr
,
c_sim_node_nr
,
c_sim_node_type
)
&
"PIO_JESD_CTRL"
)
PORT
MAP
(
mm_rst
,
mm_clk
,
jesd_ctrl_copi
,
jesd_ctrl_cipo
);
u_mm_file_reg_dp_shiftram
:
mm_file
GENERIC
MAP
(
mmf_unb_file_prefix
(
g_sim_unb_nr
,
c_sim_node_nr
,
c_sim_node_type
)
&
"REG_DP_SHIFTRAM"
)
u_mm_file_reg_dp_shiftram
:
mm_file
GENERIC
MAP
(
mmf_unb_file_prefix
(
g_sim_unb_nr
,
c_sim_node_nr
,
c_sim_node_type
)
&
"REG_DP_SHIFTRAM"
)
PORT
MAP
(
mm_rst
,
mm_clk
,
reg_dp_shiftram_copi
,
reg_dp_shiftram_cipo
);
PORT
MAP
(
mm_rst
,
mm_clk
,
reg_dp_shiftram_copi
,
reg_dp_shiftram_cipo
);
...
...
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