summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-08-03 11:10:55 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-08-03 11:10:55 +0200
commitc5a23ef9d6ab1e89b85016831fc8b2431f68f87f (patch)
treefc83310559ffe00ea78f09b277fc7b2e93237947 /data/property/cnes
parent69d904f3b2de5b914bc329af1729584f10644bf2 (diff)
Finishes the sol_pretty_printer, 'xcept Makefile.
Diffstat (limited to 'data/property/cnes')
-rw-r--r--data/property/cnes/CNE_00100.pp4
-rw-r--r--data/property/cnes/CNE_01700.pp4
-rw-r--r--data/property/cnes/CNE_01800.pp4
-rw-r--r--data/property/cnes/CNE_01900.pp4
-rw-r--r--data/property/cnes/CNE_05100.pp4
-rw-r--r--data/property/cnes/STD_04800.pp6
6 files changed, 13 insertions, 13 deletions
diff --git a/data/property/cnes/CNE_00100.pp b/data/property/cnes/CNE_00100.pp
index e18ad85..41164c6 100644
--- a/data/property/cnes/CNE_00100.pp
+++ b/data/property/cnes/CNE_00100.pp
@@ -1,3 +1,3 @@
-The signal $wfm.IDENTIFIER (declared in $wfm.FILE, line $wfm.LINE, column
-$wfm.COLUMN) is only tested for equality against '0'. CNE_00100 indicates such
+The signal $wfm.IDENTIFIER$ (declared in $wfm.FILE$, line $wfm.LINE$, column
+$wfm.COLUMN$) is only tested for equality against '0'. CNE_00100 indicates such
signals should have names ending in "_n".
diff --git a/data/property/cnes/CNE_01700.pp b/data/property/cnes/CNE_01700.pp
index b28585d..8a32e7d 100644
--- a/data/property/cnes/CNE_01700.pp
+++ b/data/property/cnes/CNE_01700.pp
@@ -1,3 +1,3 @@
-The signal $x_re.IDENTIFIER (declared in $x_re.FILE, line $x_re.LINE, column
-$x_re.COLUMN) is made to indicate the rising edge of another signal. CNE_01700
+The signal $x_re.IDENTIFIER$ (declared in $x_re.FILE$, line $x_re.LINE$, column
+$x_re.COLUMN$) is made to indicate the rising edge of another signal. CNE_01700
indicates such signals should have names ending in "_re".
diff --git a/data/property/cnes/CNE_01800.pp b/data/property/cnes/CNE_01800.pp
index 0631fe6..5dea929 100644
--- a/data/property/cnes/CNE_01800.pp
+++ b/data/property/cnes/CNE_01800.pp
@@ -1,3 +1,3 @@
-The signal $x_fe.IDENTIFIER (declared in $x_fe.FILE, line $x_fe.LINE, column
-$x_fe.COLUMN) is made to indicate the falling edge of another signal. CNE_01800
+The signal $x_fe.IDENTIFIER (declared in $x_fe.FILE$, line $x_fe.LINE$, column
+$x_fe.COLUMN$) is made to indicate the falling edge of another signal. CNE_01800
indicates such signals should have names ending in "_fe".
diff --git a/data/property/cnes/CNE_01900.pp b/data/property/cnes/CNE_01900.pp
index 1813358..0402d55 100644
--- a/data/property/cnes/CNE_01900.pp
+++ b/data/property/cnes/CNE_01900.pp
@@ -1,3 +1,3 @@
-The signal $x_r.IDENTIFIER (declared in $x_r.FILE, line $x_r.LINE, column
-$x_r.COLUMN) is the result of another signal delayed using a flip-flop.
+The signal $x_r.IDENTIFIER$ (declared in $x_r.FILE$, line $x_r.LINE$, column
+$x_r.COLUMN$) is the result of another signal delayed using a flip-flop.
CNE_01900 indicates such signals should have names ending in "_r[0-9]*".
diff --git a/data/property/cnes/CNE_05100.pp b/data/property/cnes/CNE_05100.pp
index e120de2..242dd8d 100644
--- a/data/property/cnes/CNE_05100.pp
+++ b/data/property/cnes/CNE_05100.pp
@@ -1,3 +1,3 @@
-The signal $wfm.IDENTIFIER (declared in $wfm.FILE, line $wfm.LINE, column
-$wfm.COLUMN) is the output of a single process multiplexor, as defined by
+The signal $wfm.IDENTIFIER$ (declared in $wfm.FILE$, line $wfm.LINE$, column
+$wfm.COLUMN$) is the output of a single process multiplexor, as defined by
CNE_05100.
diff --git a/data/property/cnes/STD_04800.pp b/data/property/cnes/STD_04800.pp
index deb0baf..eb2653c 100644
--- a/data/property/cnes/STD_04800.pp
+++ b/data/property/cnes/STD_04800.pp
@@ -1,3 +1,3 @@
-The signal $wfm.IDENTIFIER (declared in $wfm.FILE, line $wfm.LINE, column
-$wfm.COLUMN) is tested with both the rising_edge and the falling_edge functions.
-This goes against STD_04800.
+The signal $wfm.IDENTIFIER$ (declared in $wfm.FILE$, line $wfm.LINE$, column
+$wfm.COLUMN$) is tested with both the rising_edge and the falling_edge
+functions. This goes against STD_04800.