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
580dc73d
Commit
580dc73d
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Add g_nof_reg to BG to one control per stream or one for all streams.
parent
c50f5fc5
No related branches found
No related tags found
1 merge request
!293
Rename eth_stream into eth_stream_udp. Create new eth_stream.vhd that contains...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/diag/diag.peripheral.yaml
+3
-2
3 additions, 2 deletions
libraries/base/diag/diag.peripheral.yaml
with
3 additions
and
2 deletions
libraries/base/diag/diag.peripheral.yaml
+
3
−
2
View file @
580dc73d
...
...
@@ -100,10 +100,11 @@ peripherals:
user_width
:
g_data_w
-
peripheral_name
:
diag_block_gen
# pi_diag_block_gen.py
peripheral_description
:
"
Block
generator
(BG)"
peripheral_description
:
"
Block
generator
(BG)
with
g_nof_reg
=
1
reg
shared
by
all
streams
or
g_nof_reg
=
g_nof_streams
to
have
one
reg
per
stream
"
parameters
:
# Parameters of mms_diag_block_gen.vhd
-
{
name
:
g_nof_streams
,
value
:
1
}
-
{
name
:
g_nof_reg
,
value
:
1
}
-
{
name
:
g_buf_dat_w
,
value
:
16
}
-
{
name
:
g_buf_addr_w
,
value
:
7
}
mm_ports
:
...
...
@@ -112,7 +113,7 @@ peripherals:
mm_port_type
:
REG
mm_port_span
:
8 * MM_BUS_SIZE
mm_port_description
:
"
Block
generator
control."
number_of_mm_ports
:
1
number_of_mm_ports
:
g_nof_reg
fields
:
-
-
field_name
:
enable
field_description
:
"
Starts
the
block
generator."
...
...
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