Commit cbdaa3df authored by Maciej Lipinski's avatar Maciej Lipinski Committed by Grzegorz Daniluk

[doc:wr_streamrs+wrc_core] modifed descriptions in wb file to fix it for latex

there were some unfortunate sequences of characters that made to fail
the compliation of the auto-generated altex documention. These
unfortunate sequences were removed
parent 6a62d926
......@@ -2,14 +2,13 @@
peripheral {
name = "WR Transmission control, status and debug";
description = "\
-----------------------------------------------------------------\
description = "-----------------------------------------------------------------\
This WB registers allow to diagnose transmission and reception of\
data using WR streamers. \
In particular, these registers provide access to streamer's \
statistics that can be also access from SNMP, if supported. \
-----------------------------------------------------------------\
Copyright (c) 2016 CERN/BE-CO-HT & CERN/TE-MS-MM \
Copyright (c) 2016 CERN/BE-CO-HT and CERN/TE-MS-MM \
\
This source file is free software; you can redistribute it \
and/or modify it under the terms of the GNU Lesser General \
......
......@@ -12,7 +12,8 @@ peripheral {
field {
name = "WR DIAG data valid";
prefix = "DATA_VALID";
description = "0: valid\1:transcient";
description = "0: valid\
1:transcient";
type = BIT;
access_bus = READ_ONLY;
access_dev = WRITE_ONLY;
......@@ -33,7 +34,8 @@ peripheral {
field {
name = "WR valid";
prefix = "wr_mode";
description = "0: not valid\1:valid";
description = "0: not valid\
1:valid";
type = BIT;
access_bus = READ_ONLY;
access_dev = WRITE_ONLY;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment