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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
32166ac5
Commit
32166ac5
authored
Oct 13, 2022
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Add peripheral_name: dp_strobe_total_count.
parent
ddad0120
No related branches found
No related tags found
1 merge request
!285
Resolve L2SDP-840
Pipeline
#37493
passed
Oct 13, 2022
Stage: simulation
Stage: synthesis
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/dp.peripheral.yaml
+25
-0
25 additions, 0 deletions
libraries/base/dp/dp.peripheral.yaml
with
25 additions
and
0 deletions
libraries/base/dp/dp.peripheral.yaml
+
25
−
0
View file @
32166ac5
...
...
@@ -442,6 +442,31 @@ peripherals:
access_mode
:
RW
-
peripheral_name
:
dp_strobe_total_count
peripheral_description
:
"
Count
strobes"
parameters
:
-
{
name
:
g_nof_counts_max
,
value
:
15
}
# fixed by REGMAP
-
{
name
:
g_nof_counts
,
value
:
1
}
# actual nof counts, <= g_nof_counts_max
mm_ports
:
# MM port for dp_strobe_total_count.vhd
-
mm_port_name
:
REG_DP_STROBE_TOTAL_COUNT
mm_port_type
:
REG
mm_port_span
:
ceil_pow2(g_nof_counts_max*2 + 1) * MM_BUS_SIZE
mm_port_description
:
"
"
fields
:
-
-
field_name
:
counts
field_description
:
"
Total
number
of
strobes
counters."
number_of_fields
:
g_nof_counts
address_offset
:
0
user_width
:
64
radix
:
uint64
access_mode
:
RO
-
-
field_name
:
clear
field_description
:
"
Read
or
write
this
register
to
clear
all
counters."
address_offset
:
(g_nof_counts_max*2 + 1) * MM_BUS_SIZE
# 31 * MM_BUS_SIZE
access_mode
:
RW
-
peripheral_name
:
dp_block_validate_err
# pi_dp_block_validate_err.py
peripheral_description
:
"
Validate
the
error
field
of
a
DP
block"
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