From 0fc661ebabdf55b8e0d26c4f85f0547c106b6549 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Thu, 21 Sep 2017 15:26:01 +0200 Subject: Got some property dependencies to work. --- data/template/fast.pp | 6 ------ data/template/slow.pp | 6 ------ data/template/test.pp | 1 + 3 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 data/template/fast.pp delete mode 100644 data/template/slow.pp create mode 100644 data/template/test.pp (limited to 'data/template') 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. -- cgit v1.2.3-70-g09d2