summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/property/test.pro9
-rw-r--r--data/template/fast.pp6
-rw-r--r--data/template/slow.pp6
-rw-r--r--data/template/test.pp1
4 files changed, 10 insertions, 12 deletions
diff --git a/data/property/test.pro b/data/property/test.pro
new file mode 100644
index 0000000..9d2115c
--- /dev/null
+++ b/data/property/test.pro
@@ -0,0 +1,9 @@
+#require "simple_flip_flop"
+#require "combinational_processes"
+
+(tag_existing
+ (
+ (ps process SUSPICIOUS_PROCESS)
+ )
+ (_combinational_processes ps)
+)
diff --git a/data/template/fast.pp b/data/template/fast.pp
deleted file mode 100644
index b460eec..0000000
--- a/data/template/fast.pp
+++ /dev/null
@@ -1,6 +0,0 @@
-The component described by the entity $ent.IDENTIFIER$ (declared in $ent.FILE$,
-line $ent.LINE$, column $ent.COLUMN$) has a simple flip-flop described by the
-process $ps.LABEL$ (declared in $ps.FILE$, l. $ps.LINE$, c. $ps.COLUMN$),
-controlled by $clk.IDENTIFIER$ (declared in $clk.FILE$, l. $clk.LINE$,
-c. $clk.COLUMN$), and with output $reg.IDENTIFIER$ (declared in $reg.FILE$,
-l. $reg.LINE$, c. $reg.COLUMN$).
diff --git a/data/template/slow.pp b/data/template/slow.pp
deleted file mode 100644
index b460eec..0000000
--- a/data/template/slow.pp
+++ /dev/null
@@ -1,6 +0,0 @@
-The component described by the entity $ent.IDENTIFIER$ (declared in $ent.FILE$,
-line $ent.LINE$, column $ent.COLUMN$) has a simple flip-flop described by the
-process $ps.LABEL$ (declared in $ps.FILE$, l. $ps.LINE$, c. $ps.COLUMN$),
-controlled by $clk.IDENTIFIER$ (declared in $clk.FILE$, l. $clk.LINE$,
-c. $clk.COLUMN$), and with output $reg.IDENTIFIER$ (declared in $reg.FILE$,
-l. $reg.LINE$, c. $reg.COLUMN$).
diff --git a/data/template/test.pp b/data/template/test.pp
new file mode 100644
index 0000000..4ce45d7
--- /dev/null
+++ b/data/template/test.pp
@@ -0,0 +1 @@
+$ps.LABEL$ is suspicious.