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
Commits
840e198b
Commit
840e198b
authored
3 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added dp_bsn_sync_scheduler peripheral.
parent
664a91f4
Branches
Branches containing commit
No related tags found
1 merge request
!132
Renamed proc_dp_verify_sync_v2() into overloaded proc_dp_verify_sync() and...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/dp.peripheral.yaml
+43
-0
43 additions, 0 deletions
libraries/base/dp/dp.peripheral.yaml
with
43 additions
and
0 deletions
libraries/base/dp/dp.peripheral.yaml
+
43
−
0
View file @
840e198b
...
...
@@ -206,6 +206,49 @@ peripherals:
access_mode
:
RW
-
peripheral_name
:
dp_bsn_sync_scheduler
# pi_dp_bsn_sync_scheduler.py
peripheral_description
:
"
Disable
the
output,
or
enable
the
output
with
a
programmable
sync
interval."
mm_ports
:
# MM port for mmp_dp_bsn_sync_scheduler.vhd
-
mm_port_name
:
REG_DP_BSN_SYNC_SCHEDULER
mm_port_type
:
REG
mm_port_span
:
16 * MM_BUS_SIZE
mm_port_description
:
"
"
fields
:
-
-
field_name
:
ctrl_enable
field_description
:
"
Enable
the
output
when
1,
disable
the
output
when
0.
To
first
disable
output
to
re-enable
output."
address_offset
:
0x0
mm_width
:
1
access_mode
:
RW
-
-
field_name
:
ctrl_interval_size
field_description
:
"
Number
of
samples
in
output
sync
interval"
address_offset
:
0x4
access_mode
:
RW
-
-
field_name
:
ctrl_start_bsn
field_description
:
"
Schedule
start
BSN
for
the
output."
address_offset
:
0x8
user_width
:
64
radix
:
uint64
access_mode
:
RW
-
-
field_name
:
mon_current_input_bsn
field_description
:
"
Current
input
BSN.
This
can
be
read
to
determine
a
start
BSN
in
the
future."
address_offset
:
0x10
user_width
:
64
radix
:
uint64
access_mode
:
RO
-
-
field_name
:
mon_output_enable
field_description
:
"
1
when
output
is
enabled,
0
when
output
is
disabled."
address_offset
:
0x18
mm_width
:
1
access_mode
:
RO
-
-
field_name
:
mon_output_sync_bsn
field_description
:
"
Output
BSN
at
sync.
This
yields
the
number
of
blocks
per
output
sync
interval."
address_offset
:
0x1C
user_width
:
64
radix
:
uint64
access_mode
:
RO
-
peripheral_name
:
dp_bsn_monitor
# pi_dp_bsn_monitor.py
peripheral_description
:
"
Monitor
the
Block
Sequence
Number
(BSN)
status
of
streaming
data."
parameters
:
...
...
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