aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-02-12 05:52:26 +0100
committerTristan Gingold <tgingold@free.fr>2016-02-17 21:04:25 +0100
commita0ba35537c34cd3c7eced8107c9578efbe99cb8b (patch)
treecf15d041dc60dc7ff857c109412f6339151d38de /src
parente7adf198b9cfc3a79e690767d499147a97ffea17 (diff)
downloadghdl-a0ba35537c34cd3c7eced8107c9578efbe99cb8b.tar.gz
ghdl-a0ba35537c34cd3c7eced8107c9578efbe99cb8b.tar.bz2
ghdl-a0ba35537c34cd3c7eced8107c9578efbe99cb8b.zip
PSL: move canon code to canon.adb
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/canon.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/canon.adb b/src/vhdl/canon.adb
index bf4536088..44a92073e 100644
--- a/src/vhdl/canon.adb
+++ b/src/vhdl/canon.adb
@@ -1927,6 +1927,8 @@ package body Canon is
use PSL.Nodes;
Prop : PSL_Node;
Fa : PSL_NFA;
+ Num : Natural;
+ List : Iir_List;
begin
Prop := Get_Psl_Property (El);
Prop := PSL.Rewrites.Rewrite_Property (Prop);