From 0194a9953312083815d0b294d7dffc12d5400e92 Mon Sep 17 00:00:00 2001 From: donker <donker@astron.nl> Date: Thu, 5 Nov 2020 16:09:50 +0100 Subject: [PATCH] add missing key to some yaml files --- .../libraries/unb2b_board/unb2b_board.peripheral.yaml | 2 +- libraries/base/diag/diag.peripheral.yaml | 2 ++ libraries/io/epcs/epcs.peripheral.yaml | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/boards/uniboard2b/libraries/unb2b_board/unb2b_board.peripheral.yaml b/boards/uniboard2b/libraries/unb2b_board/unb2b_board.peripheral.yaml index 976054d72a..deb6b4075d 100644 --- a/boards/uniboard2b/libraries/unb2b_board/unb2b_board.peripheral.yaml +++ b/boards/uniboard2b/libraries/unb2b_board/unb2b_board.peripheral.yaml @@ -121,4 +121,4 @@ peripherals: slave_description: " " peripheral_description: | - " \ No newline at end of file + "" \ No newline at end of file diff --git a/libraries/base/diag/diag.peripheral.yaml b/libraries/base/diag/diag.peripheral.yaml index 139d78141f..3f82d004c5 100644 --- a/libraries/base/diag/diag.peripheral.yaml +++ b/libraries/base/diag/diag.peripheral.yaml @@ -67,6 +67,7 @@ peripherals: address_offset: 0x1c field_description: | "This REG specifies the higher(MSB) 32 bits [63:32] of the initialization BSN" + slave_description: "" # actual hdl name: ram_diag_bg - slave_name : wave_data @@ -78,6 +79,7 @@ peripherals: number_of_fields: 2**g_buf_addr_w field_description : | "Contains the Waveform data for the data-streams to be send" + slave_description: "" peripheral_description: | "Block generator" diff --git a/libraries/io/epcs/epcs.peripheral.yaml b/libraries/io/epcs/epcs.peripheral.yaml index 9ce94d85ab..e69ab86a82 100644 --- a/libraries/io/epcs/epcs.peripheral.yaml +++ b/libraries/io/epcs/epcs.peripheral.yaml @@ -76,6 +76,7 @@ peripherals: address_offset: 0x0 number_of_fields: 1 field_description: " " + slave_description: " " - slave_name : DPMM_DATA slave_type : FIFO @@ -86,6 +87,7 @@ peripherals: address_offset: 0x0 number_of_fields: 1 field_description: " " + slave_description: " " # actual hdl name: mms_dp_fifo_from_mm - slave_name : MMDP_CTRL @@ -97,6 +99,7 @@ peripherals: address_offset: 0x0 number_of_fields: 2 field_description: " " + slave_description: " " - slave_name : MMDP_DATA slave_type : FIFO @@ -107,6 +110,7 @@ peripherals: address_offset: 0x0 number_of_fields: 2 field_description: " " + slave_description: " " peripheral_description: | "wi Bits SE R/W Name Default Description |REG_EPCS| -- GitLab