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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
ce9d5a19
Commit
ce9d5a19
authored
3 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Use c_sdp_unit_beamlet_scale.
parent
6e1cc6eb
No related branches found
No related tags found
1 merge request
!247
Use c_sdp_FS_adc, c_sdp_wg_ampl_lsb and c_sdp_wg_subband_freq_unit from...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
+2
-2
2 additions, 2 deletions
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
with
2 additions
and
2 deletions
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
+
2
−
2
View file @
ce9d5a19
...
@@ -34,11 +34,11 @@ USE common_lib.common_pkg.ALL;
...
@@ -34,11 +34,11 @@ USE common_lib.common_pkg.ALL;
USE
common_lib
.
common_mem_pkg
.
ALL
;
USE
common_lib
.
common_mem_pkg
.
ALL
;
USE
common_lib
.
common_field_pkg
.
ALL
;
USE
common_lib
.
common_field_pkg
.
ALL
;
USE
common_lib
.
common_network_layers_pkg
.
ALL
;
USE
common_lib
.
common_network_layers_pkg
.
ALL
;
USE
diag_lib
.
diag_pkg
.
ALL
;
USE
rTwoSDF_lib
.
rTwoSDFPkg
.
ALL
;
USE
rTwoSDF_lib
.
rTwoSDFPkg
.
ALL
;
USE
fft_lib
.
fft_pkg
.
ALL
;
USE
fft_lib
.
fft_pkg
.
ALL
;
USE
filter_lib
.
fil_pkg
.
ALL
;
USE
filter_lib
.
fil_pkg
.
ALL
;
USE
wpfb_lib
.
wpfb_pkg
.
ALL
;
USE
wpfb_lib
.
wpfb_pkg
.
ALL
;
USE
diag_pkg
.
vhd
.
ALL
;
PACKAGE
sdp_pkg
is
PACKAGE
sdp_pkg
is
-------------------------------------------------
-------------------------------------------------
...
@@ -366,7 +366,7 @@ PACKAGE sdp_pkg is
...
@@ -366,7 +366,7 @@ PACKAGE sdp_pkg is
(
field_name_pad
(
"sdp_source_info_gn_id"
),
"RW"
,
5
,
field_default
(
0
)
),
(
field_name_pad
(
"sdp_source_info_gn_id"
),
"RW"
,
5
,
field_default
(
0
)
),
(
field_name_pad
(
"sdp_reserved"
),
"RW"
,
40
,
field_default
(
0
)
),
(
field_name_pad
(
"sdp_reserved"
),
"RW"
,
40
,
field_default
(
0
)
),
(
field_name_pad
(
"sdp_beamlet_scale"
),
"RW"
,
16
,
field_default
(
c_sdp_beamlet_scale
_default
)
),
(
field_name_pad
(
"sdp_beamlet_scale"
),
"RW"
,
16
,
field_default
(
c_sdp_
unit_
beamlet_scale
)
),
(
field_name_pad
(
"sdp_beamlet_index"
),
"RW"
,
16
,
field_default
(
0
)
),
(
field_name_pad
(
"sdp_beamlet_index"
),
"RW"
,
16
,
field_default
(
0
)
),
(
field_name_pad
(
"sdp_nof_blocks_per_packet"
),
"RW"
,
8
,
field_default
(
c_sdp_cep_nof_blocks_per_packet
)
),
(
field_name_pad
(
"sdp_nof_blocks_per_packet"
),
"RW"
,
8
,
field_default
(
c_sdp_cep_nof_blocks_per_packet
)
),
(
field_name_pad
(
"sdp_nof_beamlets_per_block"
),
"RW"
,
16
,
field_default
(
c_sdp_cep_nof_beamlets_per_block
)
),
(
field_name_pad
(
"sdp_nof_beamlets_per_block"
),
"RW"
,
16
,
field_default
(
c_sdp_cep_nof_beamlets_per_block
)
),
...
...
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