Commit ee74fa9d authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

fm-hdl: Small changes in pts_regs wbgen definition file

The changes are more documentation-related, bit field descriptions have been
corrected and made clearer.
parent 2d44d4f4
......@@ -33,7 +33,6 @@
peripheral {
name = "PTS control and status registers";
description = "Registers of the PTS firmware";
hdl_entity = "pts_regs";
prefix = "pts";
......@@ -62,7 +61,8 @@ peripheral {
field {
name = "Channel pulse LED enable";
prefix = "chledt";
description = "1 -- Enable channel LED sequencing \ 0 -- No effect";
description = "1 -- Enable channel LED sequencing \
0 -- No effect";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
......@@ -71,7 +71,8 @@ peripheral {
field {
name = "Status LED enable";
prefix = "stledt";
description = "1 -- Enable front panel bicolor LED sequencing \ 0 -- No effect";
description = "1 -- Enable front panel bicolor LED sequencing \
0 -- No effect";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
......@@ -80,7 +81,8 @@ peripheral {
field {
name = "Rear pulse LED line";
prefix = "rledt";
description = "1 -- Set LED lines high \ 0 -- No effect";
description = "1 -- Set LED lines high \
0 -- No effect";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
......@@ -89,7 +91,8 @@ peripheral {
field {
name = "TTL test enable";
prefix = "ttlpt";
description = "1 -- Enable pulse generation from CH1 \ 0 -- No effect";
description = "1 -- Enable pulse generation from CH1 \
0 -- No effect";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
......@@ -98,7 +101,8 @@ peripheral {
field {
name = "Rear pulse enable";
prefix = "rearpt";
description = "1 -- Enable rear panel pulse generation \ 0 -- No effect";
description = "1 -- Enable rear panel pulse generation \
0 -- No effect";
type = BIT;
access_bus = READ_WRITE;
access_dev = READ_ONLY;
......@@ -106,7 +110,8 @@ peripheral {
field {
name = "Reset unlock bit";
description = "1 -- Reset bit unlocked \ 0 -- Reset bit locked";
description = "1 -- Reset bit unlocked \
0 -- Reset bit locked";
prefix = "rst_unlock";
type = BIT;
align = 14;
......@@ -115,8 +120,9 @@ peripheral {
load = LOAD_EXT;
};
field {
name = "Reset bit";
description = "1 -- initiate logic reset \ 0 -- no reset";
name = "Reset bit -- active only if RST\_UNLOCK is 1";
description = "1 -- initiate logic reset \
0 -- no reset";
prefix = "rst";
type = BIT;
access_bus = READ_WRITE;
......@@ -127,6 +133,8 @@ peripheral {
field {
name = "switches";
prefix = "switch";
description = "1 - switch is ON \
0 - switch is OFF";
type = SLV;
align = 16;
size = 8;
......@@ -135,8 +143,10 @@ peripheral {
};
field {
name = "RTM";
name = "RTM detection lines";
prefix = "rtm";
description = "1 - line activate \
0 - line inactive";
type = SLV;
align = 24;
size = 6;
......
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