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
5166274d
Commit
5166274d
authored
4 years ago
by
Reinier van der Walle
Browse files
Options
Downloads
Patches
Plain Diff
Updated Port comment
parent
ad374a6d
No related branches found
No related tags found
1 merge request
!38
Resolve L2SDP-130
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/libraries/sdp/src/vhdl/sdp_scope.vhd
+3
-3
3 additions, 3 deletions
applications/lofar2/libraries/sdp/src/vhdl/sdp_scope.vhd
with
3 additions
and
3 deletions
applications/lofar2/libraries/sdp/src/vhdl/sdp_scope.vhd
+
3
−
3
View file @
5166274d
...
@@ -46,10 +46,10 @@ ENTITY sdp_scope IS
...
@@ -46,10 +46,10 @@ ENTITY sdp_scope IS
clk
:
IN
STD_LOGIC
;
clk
:
IN
STD_LOGIC
;
rst
:
IN
STD_LOGIC
;
rst
:
IN
STD_LOGIC
;
-- Streaming input
samples for g_nof_
streams
-- Streaming input
for P_pfb complex
streams
sp_sosi_arr
:
IN
t_dp_sosi_arr
(
c_sdp_P_pfb
-1
DOWNTO
0
);
-- = [3:0] = Signal Paths [D,C,B,A]
sp_sosi_arr
:
IN
t_dp_sosi_arr
(
c_sdp_P_pfb
-1
DOWNTO
0
);
-- Scope output
samples for g_nof_
streams
-- Scope output
for S_pn
streams
scope_sosi_arr
:
OUT
t_dp_sosi_integer_arr
(
c_sdp_S_pn
-1
DOWNTO
0
)
scope_sosi_arr
:
OUT
t_dp_sosi_integer_arr
(
c_sdp_S_pn
-1
DOWNTO
0
)
);
);
END
sdp_scope
;
END
sdp_scope
;
...
...
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