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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Merge requests
!95
Resolve
L2SDP-253
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve
L2SDP-253
L2SDP-253
into
master
Overview
3
Commits
4
Pipelines
0
Changes
1
2 unresolved threads
Hide all comments
Merged
Reinier van der Walle
requested to merge
L2SDP-253
into
master
4 years ago
Overview
3
Commits
4
Pipelines
0
Changes
1
2 unresolved threads
Hide all comments
Closes
L2SDP-253
0
0
Merge request reports
Viewing commit
54581736
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
54581736
processed review comments
· 54581736
Reinier van der Walle
authored
4 years ago
applications/lofar2/libraries/sdp/src/vhdl/node_sdp_beamformer.vhd
+
1
−
1
View file @ 54581736
Edit in single-file editor
Open in Web IDE
Show full file
@@ -260,7 +260,7 @@ BEGIN
u_mem_master_mux
:
ENTITY
mm_lib
.
mm_master_mux
GENERIC
MAP
(
g_nof_masters
=>
c_nof_masters
,
g_rd_latency_min
=>
1
--
TODO, make constant and check if value is right
g_rd_latency_min
=>
1
--
read latency of statistics RAM is 1
)
PORT
MAP
(
mm_clk
=>
mm_clk
,
Loading