From 6e3d789704c87b615a4882086accbecba2f12314 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 4 Mar 2014 11:50:39 +0100 Subject: [PATCH] added definition of Input Monitor --- xml-db/database/InputMonitor.xml | 80 ++++++++++++++++++++++++++++++++ xml-db/schema/TrbNetCommon.xsd | 2 + 2 files changed, 82 insertions(+) create mode 100644 xml-db/database/InputMonitor.xml diff --git a/xml-db/database/InputMonitor.xml b/xml-db/database/InputMonitor.xml new file mode 100644 index 0000000..3a80551 --- /dev/null +++ b/xml-db/database/InputMonitor.xml @@ -0,0 +1,80 @@ + + + Input monitoring and trigger signal generation + + + Registers of the input monitoring + + Enables individual inputs for monitoring + + + + + Inverts individual inputs for monitoring + + + + + Sets the rate at which values are written to the fifo. + + + + + Current value of the timer + + + + + Status information of the monitoring block + + Number of data words in fifo for first input + + + Write signal for fifos + + + Word counter of Fifo control logic + + + + Current status of all inputs + + + + + Control signals for fifo and counters + + Start writing data to fifo + + + Reset all counters + + + + + + Fifos for each input. 1024 words each. + + Fifo with history of input edge counters. + + + + + + + Current counter value for each input + + Current value of the input edge counter + + + + + + + + + diff --git a/xml-db/schema/TrbNetCommon.xsd b/xml-db/schema/TrbNetCommon.xsd index 52aff10..6b87945 100644 --- a/xml-db/schema/TrbNetCommon.xsd +++ b/xml-db/schema/TrbNetCommon.xsd @@ -262,6 +262,8 @@ + + -- 2.43.0