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
!233
Resolve
L2SDP-697
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve
L2SDP-697
L2SDP-697
into
master
Overview
5
Commits
7
Pipelines
3
Changes
12
5 open threads
Hide all comments
Merged
Resolve L2SDP-697
Job van Wee
requested to merge
L2SDP-697
into
master
Apr 6, 2022
Overview
5
Commits
7
Pipelines
3
Changes
12
5 open threads
Hide all comments
Closes
L2SDP-697
0
0
Merge request reports
Compare
master
version 3
af9fee81
Apr 7, 2022
version 2
af9fee81
Apr 6, 2022
version 1
efc7da9e
Apr 6, 2022
master (base)
and
latest version
latest version
beb57cbe
7 commits,
Apr 7, 2022
version 3
af9fee81
6 commits,
Apr 7, 2022
version 2
af9fee81
15 commits,
Apr 6, 2022
version 1
efc7da9e
13 commits,
Apr 6, 2022
12 files
+
201
−
779
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
applications/lofar2/libraries/ddrctrl/src/vhdl/ddrctrl.vhd
+
4
−
1
View file @ beb57cbe
Edit in single-file editor
Open in Web IDE
Show full file
@@ -95,6 +95,7 @@ ARCHITECTURE str OF ddrctrl IS
SIGNAL
dvr_mosi
:
t_mem_ctlr_mosi
:
=
c_mem_ctlr_mosi_rst
;
SIGNAL
wr_sosi
:
t_dp_sosi
:
=
c_dp_sosi_init
;
SIGNAL
rd_siso
:
t_dp_siso
:
=
c_dp_siso_rst
;
SIGNAL
stop
:
STD_LOGIC
;
BEGIN
@@ -112,6 +113,7 @@ BEGIN
clk
=>
clk
,
rst
=>
rst
,
in_sosi_arr
=>
in_sosi_arr
,
in_stop
=>
stop
,
out_of
=>
out_of
,
out_sosi
=>
out_sosi
,
out_adr
=>
out_adr
@@ -209,7 +211,8 @@ BEGIN
wr_sosi
=>
wr_sosi
,
rd_siso
=>
rd_siso
,
stop_in
=>
stop_in
stop_in
=>
stop_in
,
stop_out
=>
stop
);
END
str
;
Loading