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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Merge requests
!250
Resolve
L2SDP-728
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve
L2SDP-728
L2SDP-728
into
master
Overview
0
Commits
1
Pipelines
1
Changes
4
Merged
Resolve L2SDP-728
Job van Wee
requested to merge
L2SDP-728
into
master
Apr 28, 2022
Overview
0
Commits
1
Pipelines
1
Changes
4
Closes
L2SDP-728
0
0
Merge request reports
Compare
master
version 1
cb537a0e
Apr 28, 2022
master (base)
and
latest version
latest version
cb537a0e
1 commit,
Apr 28, 2022
version 1
cb537a0e
2 commits,
Apr 28, 2022
4 files
+
56
−
26
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
applications/lofar2/libraries/ddrctrl/src/vhdl/ddrctrl.vhd
+
2
−
0
View file @ cb537a0e
Edit in single-file editor
Open in Web IDE
Show full file
@@ -63,6 +63,7 @@ ENTITY ddrctrl IS
@@ -63,6 +63,7 @@ ENTITY ddrctrl IS
stop_in
:
IN
STD_LOGIC
:
=
'0'
;
stop_in
:
IN
STD_LOGIC
:
=
'0'
;
out_sosi_arr
:
OUT
t_dp_sosi_arr
;
out_sosi_arr
:
OUT
t_dp_sosi_arr
;
out_siso
:
IN
t_dp_siso
:
=
c_dp_siso_rst
;
term_ctrl_out
:
OUT
t_tech_ddr3_phy_terminationcontrol
;
term_ctrl_out
:
OUT
t_tech_ddr3_phy_terminationcontrol
;
term_ctrl_in
:
IN
t_tech_ddr3_phy_terminationcontrol
:
=
c_tech_ddr3_phy_terminationcontrol_rst
;
term_ctrl_in
:
IN
t_tech_ddr3_phy_terminationcontrol
:
=
c_tech_ddr3_phy_terminationcontrol_rst
;
@@ -250,6 +251,7 @@ BEGIN
@@ -250,6 +251,7 @@ BEGIN
in_bsn
=>
bsn_co
,
in_bsn
=>
bsn_co
,
out_sosi_arr
=>
out_sosi_arr
,
out_sosi_arr
=>
out_sosi_arr
,
out_siso
=>
out_siso
,
out_ready
=>
rd_ready
out_ready
=>
rd_ready
);
);
Loading