From e7a27c725ed9935930401db539a15fca9511ac7f Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Wed, 10 Mar 2021 12:14:28 +0100
Subject: [PATCH] Use radix_width=8 and field width=32 to show that there are 4
 char per field word.

---
 .../libraries/unb2b_board/unb2b_board.peripheral.yaml           | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/boards/uniboard2b/libraries/unb2b_board/unb2b_board.peripheral.yaml b/boards/uniboard2b/libraries/unb2b_board/unb2b_board.peripheral.yaml
index f458a6c1d7..e0c389069a 100644
--- a/boards/uniboard2b/libraries/unb2b_board/unb2b_board.peripheral.yaml
+++ b/boards/uniboard2b/libraries/unb2b_board/unb2b_board.peripheral.yaml
@@ -104,6 +104,7 @@ peripherals:
               address_offset: 0x8
               number_of_fields: 13
               radix: char
+              radix_width: 8
           - - field_name: stamp_date
               field_description: "FPGA FW compile date string."
               access_mode: RO
@@ -126,6 +127,7 @@ peripherals:
               address_offset: 0x50
               number_of_fields: 13
               radix: char
+              radix_width: 8
               
   - peripheral_name: wdi  # pi_wdi.py
     peripheral_description: ""
-- 
GitLab