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
8b6ea753
Commit
8b6ea753
authored
7 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Removed tools/oneclick/prestudy/YAML/slave_port_naming.txt old style stuff.
parent
300a78fc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/oneclick/prestudy/YAML/slave_port_naming.txt
+6
-68
6 additions, 68 deletions
tools/oneclick/prestudy/YAML/slave_port_naming.txt
with
6 additions
and
68 deletions
tools/oneclick/prestudy/YAML/slave_port_naming.txt
+
6
−
68
View file @
8b6ea753
...
...
@@ -60,7 +60,7 @@
###############################################################################
###############################################################################
#
New f
ormat for the system.yaml file
#
F
ormat for the system.yaml file
protocol_name: args
protocol_version : major.minor
...
...
@@ -104,7 +104,7 @@ peripherals :
###############################################################################
#
New f
ormat for the peripheral.yaml file
#
F
ormat for the peripheral.yaml file
protocol_name: args
protocol_version : major.minor
...
...
@@ -155,74 +155,12 @@ peripherals :
# etc.
###############################################################################
#
# Old ARGS YAML file format
#
###############################################################################
###############################################################################
# Old format for the system.yaml file:
---
<system_name> :
parameters :
<system_parameter_a> : int | float | string
<system_parameter_b> : int | float | string
# etc.
peripherals :
<peripheral_instance_name_a> :
<number_of_peripherals> : int # = 1, >1 for array
peripheral_name : string
lock_base_address : int # = None
parameters : # use default or overrule
<peripheral_parameter_a> : int | float | string
<peripheral_parameter_b> : int | float | string
<peripheral_instance_name_b> :
# etc.
system_description : string
###############################################################################
# Old format for the peripheral.yaml file:
---
<peripheral_name_a> :
parameters :
<peripheral_parameter_a> : int | float | string
<peripheral_parameter_b> : int | float | string
# etc.
slave_ports :
<slave_port_name_a> :
<number_of_slaves> : int # = 1, >1 for array
slave_type : string # REG | RAM | FIFO
fields :
<field_name_a> :
width : int # = 32
bit_offset : int # = 0
access_mode : string # = read/write
side_effect : string # = None
address_offset : int # relative to base
address_length : int # = 1, >1 for array
reset_value : int | float | string
software_value : int | float | string
radix : string
field_description : string
<field_name_b> :
# etc.
slave_description : string
<slave_port_name_b> :
# etc.
peripheral_description : string
---
# a file can contain multiple peripheral definitions separated by ---
<peripheral_name_b> :
# etc
###############################################################################
# EXAMPLES based on Apertif FPGA designs
# EXAMPLES based on
the three
Apertif FPGA designs
#
# - apertif_unb1_bn_filterbank
# - apertif_unb1_fn_beamformer_trans
# - apertif_unb1_correlator_full
###############################################################################
#
...
...
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