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
572e79ef
Commit
572e79ef
authored
1 year ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Use N_destinations_max = 32
parent
460fb664
No related branches found
No related tags found
1 merge request
!359
Clarify g_nof_destinations_max design revision parameter and package constants...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/libraries/sdp/sdp.peripheral.yaml
+8
-9
8 additions, 9 deletions
applications/lofar2/libraries/sdp/sdp.peripheral.yaml
with
8 additions
and
9 deletions
applications/lofar2/libraries/sdp/sdp.peripheral.yaml
+
8
−
9
View file @
572e79ef
...
@@ -193,11 +193,10 @@ peripherals:
...
@@ -193,11 +193,10 @@ peripherals:
-
peripheral_name
:
sdp_bdo_destinations
-
peripheral_name
:
sdp_bdo_destinations
peripheral_description
:
"
SDP
beamlet
data
output
(BDO)
destinations."
peripheral_description
:
"
SDP
beamlet
data
output
(BDO)
destinations."
parameters
:
parameters
:
# Parameters fixed in sdp_beamformer_output.vhd / sdp_pkg.vhd
# Parameters fixed in sdp_bdo_destinations_reg.vhd / sdp_pkg.vhd
-
{
name
:
N_destinations_max
,
value
:
16
}
-
{
name
:
N_destinations_max
,
value
:
32
}
-
{
name
:
N_reorder_blocks_max
,
value
:
16
}
mm_ports
:
mm_ports
:
# MM port for sdp_b
eamformer_output
.vhd / mm_fields.vhd
# MM port for sdp_b
do_destinations_reg
.vhd / mm_fields.vhd
-
mm_port_name
:
REG_BDO_DESTINATIONS
-
mm_port_name
:
REG_BDO_DESTINATIONS
mm_port_type
:
REG
mm_port_type
:
REG
mm_port_span
:
16 * MM_BUS_SIZE
mm_port_span
:
16 * MM_BUS_SIZE
...
@@ -207,15 +206,15 @@ peripherals:
...
@@ -207,15 +206,15 @@ peripherals:
The number of destinations is 1 <= nof_destinations <= N_destinations_max. The actual
The number of destinations is 1 <= nof_destinations <= N_destinations_max. The actual
nof_destinations is reported via nof_destinations_act.
nof_destinations is reported via nof_destinations_act.
The actual number of blocks per packet depends on nof_destinations_act, and is reported
The actual number of blocks per packet depends on nof_destinations_act, and is reported
via nof_blocks_per_packet
_act
."
via nof_blocks_per_packet."
fields
:
fields
:
-
-
{
field_name
:
eth_destination_mac
,
number_of_fields
:
N_destinations_max
,
mm_width
:
32
,
user_width
:
48
,
radix
:
uint64
,
access_mode
:
RW
,
address_offset
:
0x0
}
-
-
{
field_name
:
eth_destination_mac
,
number_of_fields
:
N_destinations_max
,
mm_width
:
32
,
user_width
:
48
,
radix
:
uint64
,
access_mode
:
RW
,
address_offset
:
0x0
}
-
-
{
field_name
:
ip_destination_address
,
number_of_fields
:
N_destinations_max
,
mm_width
:
32
,
access_mode
:
RW
,
address_offset
:
0x80
}
-
-
{
field_name
:
ip_destination_address
,
number_of_fields
:
N_destinations_max
,
mm_width
:
32
,
access_mode
:
RW
,
address_offset
:
0x80
}
-
-
{
field_name
:
udp_destination_port
,
number_of_fields
:
N_destinations_max
,
mm_width
:
16
,
access_mode
:
RW
,
address_offset
:
0xC0
}
-
-
{
field_name
:
udp_destination_port
,
number_of_fields
:
N_destinations_max
,
mm_width
:
16
,
access_mode
:
RW
,
address_offset
:
0xC0
}
-
-
{
field_name
:
nof_destinations
,
mm_width
:
8
,
access_mode
:
RW
,
address_offset
:
0x100
}
-
-
{
field_name
:
nof_destinations
,
mm_width
:
8
,
access_mode
:
RW
,
address_offset
:
0x100
}
-
-
{
field_name
:
nof_destinations_act
,
mm_width
:
8
,
access_mode
:
RO
,
address_offset
:
0x104
}
-
-
{
field_name
:
nof_destinations_act
,
mm_width
:
8
,
access_mode
:
RO
,
address_offset
:
0x104
}
-
-
{
field_name
:
nof_destinations_max
,
mm_width
:
8
,
access_mode
:
RO
,
address_offset
:
0x108
}
-
-
{
field_name
:
nof_destinations_max
,
mm_width
:
8
,
access_mode
:
RO
,
address_offset
:
0x108
}
-
-
{
field_name
:
nof_blocks_per_packet
_act
,
mm_width
:
8
,
access_mode
:
RO
,
address_offset
:
0x10C
}
-
-
{
field_name
:
nof_blocks_per_packet
,
mm_width
:
8
,
access_mode
:
RO
,
address_offset
:
0x10C
}
-
peripheral_name
:
sdp_beamformer_output_hdr_dat
# pi_dp_offload_tx_hdr_dat_lofar2_beamformer_output.py
-
peripheral_name
:
sdp_beamformer_output_hdr_dat
# pi_dp_offload_tx_hdr_dat_lofar2_beamformer_output.py
...
...
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