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
Merge requests
!52
Initial commit of sdp_beamformer_local.vhd
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Initial commit of sdp_beamformer_local.vhd
L2SDP-168
into
master
Overview
1
Commits
2
Pipelines
0
Changes
1
Merged
Reinier van der Walle
requested to merge
L2SDP-168
into
master
4 years ago
Overview
1
Commits
2
Pipelines
0
Changes
1
Expand
Closes
L2SDP-168
0
0
Merge request reports
Viewing commit
deb88bf5
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
deb88bf5
Set g_msb_clip from to FALSE
· deb88bf5
Reinier van der Walle
authored
4 years ago
applications/lofar2/libraries/sdp/src/vhdl/sdp_beamformer_local.vhd
+
1
−
1
Options
@@ -231,7 +231,7 @@ BEGIN
g_lsb_w
=>
c_sdp_W_bf_fraction
,
g_lsb_round
=>
TRUE
,
g_lsb_round_clip
=>
FALSE
,
g_msb_clip
=>
TRU
E
,
g_msb_clip
=>
FALS
E
,
g_msb_clip_symmetric
=>
FALSE
,
g_in_dat_w
=>
c_complex_adder_sum_w
,
g_out_dat_w
=>
c_sdp_W_beamlet_sum
Loading