diff --git a/tools/oneclick/prestudy/YAML/slave_port_naming.txt b/tools/oneclick/prestudy/YAML/slave_port_naming.txt index 5d9fff5168f5b3555a78e2f3cf75ca610e7c689c..6975b11fd759cbb12c07e2e19490a549f593e3ee 100644 --- a/tools/oneclick/prestudy/YAML/slave_port_naming.txt +++ b/tools/oneclick/prestudy/YAML/slave_port_naming.txt @@ -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 ############################################################################### #