From 7a843253c0b2717c41751655441264505b2e50b4 Mon Sep 17 00:00:00 2001 From: donker <donker@astron.nl> Date: Thu, 25 Jun 2020 08:37:08 +0200 Subject: [PATCH] L2SDP-78: added new filed to ppsh yaml file --- libraries/io/ppsh/ppsh.peripheral.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libraries/io/ppsh/ppsh.peripheral.yaml b/libraries/io/ppsh/ppsh.peripheral.yaml index c6af948356..f3b7cd60ae 100644 --- a/libraries/io/ppsh/ppsh.peripheral.yaml +++ b/libraries/io/ppsh/ppsh.peripheral.yaml @@ -25,6 +25,9 @@ peripherals: - - field_name : control address_offset: 0x4 field_description: " ppsh control " + - - field_name : offset + address_offset: 0x8 + field_description: " ppsh offset count " slave_discription: " " peripheral_description: | @@ -38,5 +41,7 @@ peripherals: |toggle[31], stable[30] xxx capture_cnt = [29:0]| 0 | |-----------------------------------------------------------------------|----| |edge[31], xxx expected_cnt = [29:0]| 1 | + |-----------------------------------------------------------------------|----| + | xxx offset_cnt = [29:0]| 2 | +----------------------------------------------------------------------------+" -- GitLab