From: Jan Michel Date: Wed, 30 Oct 2013 12:26:24 +0000 (+0100) Subject: added first MVD roc register X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=00f943f283043cc890ddf1ae364d411730828d86;p=daqtools.git added first MVD roc register --- diff --git a/web/htdocs/index.html b/web/htdocs/index.html index 44c7b87..908f42c 100755 --- a/web/htdocs/index.html +++ b/web/htdocs/index.html @@ -73,7 +73,8 @@ The main documentation of the network can be found in these two documents: diff --git a/web/htdocs/jtag/index.pl b/web/htdocs/mvd/jtag.pl similarity index 100% rename from web/htdocs/jtag/index.pl rename to web/htdocs/mvd/jtag.pl diff --git a/web/htdocs/mvd/roc.pl b/web/htdocs/mvd/roc.pl new file mode 100644 index 0000000..946dbc7 --- /dev/null +++ b/web/htdocs/mvd/roc.pl @@ -0,0 +1,30 @@ +&htsponse(200, "OK"); +print "Content-type: text/html\r\n\r\n"; + + +use CGI ':standard'; +use XML::LibXML; +use POSIX; +use CGI::Carp qw(fatalsToBrowser); + +use lib qw|../commands htdocs/commands|; +use xmlpage; + +my $page; + +$page->{title} = "MVD Read-out Controller Register"; +$page->{link} = "../"; + +my @setup; +$setup[0]->{name} = "Status"; +$setup[0]->{cmd} = "Mvd-0xfe4d-Status"; +$setup[0]->{period} = 5000; + +xmlpage::initPage(\@setup,$page); + + + + +1; + + diff --git a/xml-db/database/Mvd.xml b/xml-db/database/Mvd.xml new file mode 100644 index 0000000..32e1a4d --- /dev/null +++ b/xml-db/database/Mvd.xml @@ -0,0 +1,57 @@ + + + Registers for the MVD ROC + + + + + + Status information of the ROC input buffer + + The input data fifo is empty + + + The input data fifo is almost full + + + The input data fifo is full + + + The input data lines after the fifo + + + The input data is valid + + + The input clock is active + + + Counter to check activity of the input data clock + + + Toggle Flipflop monitoring changes on the input data clock + + + + + + + + diff --git a/xml-db/schema/TrbNetCommon.xsd b/xml-db/schema/TrbNetCommon.xsd index d669b0d..8986c6e 100644 --- a/xml-db/schema/TrbNetCommon.xsd +++ b/xml-db/schema/TrbNetCommon.xsd @@ -64,6 +64,7 @@ +