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
Commits
a5ceab4d
Commit
a5ceab4d
authored
Sep 6, 2022
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Correct address offset for latency field.
parent
12f7da0e
No related branches found
No related tags found
1 merge request
!278
Resolve L2SDP-811
Pipeline
#35438
failed
Sep 6, 2022
Stage: simulation
Stage: synthesis
Stage: hardware
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/dp.peripheral.yaml
+5
-5
5 additions, 5 deletions
libraries/base/dp/dp.peripheral.yaml
with
5 additions
and
5 deletions
libraries/base/dp/dp.peripheral.yaml
+
5
−
5
View file @
a5ceab4d
...
@@ -386,25 +386,25 @@ peripherals:
...
@@ -386,25 +386,25 @@ peripherals:
access_mode
:
RO
access_mode
:
RO
-
-
field_name
:
bsn_at_sync
-
-
field_name
:
bsn_at_sync
field_description
:
"
Data
stream
BSN
at
sync."
field_description
:
"
Data
stream
BSN
at
sync."
address_offset
:
0x4
address_offset
:
1 * MM_BUS_SIZE
user_width
:
64
user_width
:
64
radix
:
uint64
radix
:
uint64
access_mode
:
RO
access_mode
:
RO
-
-
field_name
:
nof_sop
-
-
field_name
:
nof_sop
field_description
:
"
Number
data
blocks
(sop
=
start
of
packet)
during
last
sync
interval."
field_description
:
"
Number
data
blocks
(sop
=
start
of
packet)
during
last
sync
interval."
address_offset
:
0xC
address_offset
:
3 * MM_BUS_SIZE
access_mode
:
RO
access_mode
:
RO
-
-
field_name
:
nof_valid
-
-
field_name
:
nof_valid
field_description
:
"
Number
valid
samples
of
the
data
blocks
during
last
sync
interval
(=
nof_sop
*
block
size)."
field_description
:
"
Number
valid
samples
of
the
data
blocks
during
last
sync
interval
(=
nof_sop
*
block
size)."
address_offset
:
0x10
address_offset
:
4 * MM_BUS_SIZE
access_mode
:
RO
access_mode
:
RO
-
-
field_name
:
nof_err
-
-
field_name
:
nof_err
field_description
:
"
Number
data
blocks
with
error
indication
during
last
sync
interval."
field_description
:
"
Number
data
blocks
with
error
indication
during
last
sync
interval."
address_offset
:
0x14
address_offset
:
5 * MM_BUS_SIZE
access_mode
:
RO
access_mode
:
RO
-
-
field_name
:
latency
-
-
field_name
:
latency
field_description
:
"
Arrival
latency
of
data
stream
BSN
at
sync,
relative
to
local
sync."
field_description
:
"
Arrival
latency
of
data
stream
BSN
at
sync,
relative
to
local
sync."
address_offset
:
0x20
address_offset
:
6 * MM_BUS_SIZE
access_mode
:
RO
access_mode
:
RO
...
...
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