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
7da83c34
Commit
7da83c34
authored
3 years ago
by
Pieter Donker
Browse files
Options
Downloads
Patches
Plain Diff
L2SDP-515
, after repairing this bug, changed fixed value to parameter value.
parent
5afd2764
No related branches found
No related tags found
1 merge request
!187
Resolve L2SDP-515
Pipeline
#23388
passed
3 years ago
Stage: simulation
Stage: synthesis
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libraries/base/dp/dp.peripheral.yaml
+2
-2
2 additions, 2 deletions
libraries/base/dp/dp.peripheral.yaml
libraries/base/util/util.peripheral.yaml
+4
-4
4 additions, 4 deletions
libraries/base/util/util.peripheral.yaml
with
6 additions
and
6 deletions
libraries/base/dp/dp.peripheral.yaml
+
2
−
2
View file @
7da83c34
...
...
@@ -78,7 +78,7 @@ peripherals:
field_description
:
|
"When enable_stream = 0 the data stream is stopped, else when 1 then the data stream is passed on.
Toggling the data stream on or off happens at block or packet boundaries."
number_of_fields
:
1
#
g_nof_streams
#
sel_a_b(g_combine_streams, 1, g_nof_streams)
number_of_fields
:
g_nof_streams
#
sel_a_b(g_combine_streams, 1, g_nof_streams)
address_offset
:
0x0
mm_width
:
1
access_mode
:
RW
...
...
@@ -431,7 +431,7 @@ peripherals:
fields
:
-
-
field_name
:
err_count_index
field_description
:
"
The
total
amount
of
discarded
DP
blocks
per
bit
in
the
in_sosi.err
field
(g_nof_err_counts-1
DOWNTO
0)."
number_of_fields
:
8
#
g_nof_err_counts
number_of_fields
:
g_nof_err_counts
address_offset
:
0
access_mode
:
RO
-
-
field_name
:
total_discarded_blocks
...
...
This diff is collapsed.
Click to expand it.
libraries/base/util/util.peripheral.yaml
+
4
−
4
View file @
7da83c34
...
...
@@ -9,21 +9,21 @@ peripherals:
peripheral_description
:
"
Heater
component,
see
util_heater.vhd"
parameters
:
-
{
name
:
c_nof_mac4_max
,
value
:
800
}
-
{
name
:
c_reg_nof_words
,
value
:
c_nof_mac4_max // 32
}
# = 25
-
{
name
:
c_reg_nof_words
,
value
:
c_nof_mac4_max // 32
}
# = 25
for c_nof_mac4_max=800
mm_ports
:
# MM port for util_heater.vhd
-
mm_port_name
:
REG_HEATER
mm_port_type
:
REG
mm_port_span
:
ceil_pow2(25) * MM_BUS_SIZE
#
ceil_pow2(c_reg_nof_words) * MM_BUS_SIZE
mm_port_span
:
ceil_pow2(25) * MM_BUS_SIZE
#
ceil_pow2(c_reg_nof_words) * MM_BUS_SIZE
mm_port_description
:
"
Heater
control."
fields
:
-
-
field_name
:
enable
field_description
:
|
"The heater elements can be enabled or disabled via this MM register.
Each heater element consists of a MAC4. A MAC4 uses 4 18x18 multipliers.
The MM register allows enabling 0, 1, more or all MAC4 under SW control.
The MM register allows enabling 0, 1, more or all MAC4 under SW control.
In this way it is possible to vary the power consumption during run time."
number_of_fields
:
25
#
c_reg_nof_words
number_of_fields
:
c_reg_nof_words
address_offset
:
0x0
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