Skip to content
Snippets Groups Projects
Commit 8b6ea753 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Removed tools/oneclick/prestudy/YAML/slave_port_naming.txt old style stuff.

parent 300a78fc
Branches
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@
###############################################################################
###############################################################################
# New format for the system.yaml file
# Format for the system.yaml file
protocol_name: args
protocol_version : major.minor
......@@ -104,7 +104,7 @@ peripherals :
###############################################################################
# New format for the peripheral.yaml file
# Format 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
###############################################################################
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment