diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-02-12 05:52:26 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-02-17 21:04:25 +0100 |
commit | a0ba35537c34cd3c7eced8107c9578efbe99cb8b (patch) | |
tree | cf15d041dc60dc7ff857c109412f6339151d38de /src/vhdl | |
parent | e7adf198b9cfc3a79e690767d499147a97ffea17 (diff) | |
download | ghdl-a0ba35537c34cd3c7eced8107c9578efbe99cb8b.tar.gz ghdl-a0ba35537c34cd3c7eced8107c9578efbe99cb8b.tar.bz2 ghdl-a0ba35537c34cd3c7eced8107c9578efbe99cb8b.zip |
PSL: move canon code to canon.adb
Diffstat (limited to 'src/vhdl')
-rw-r--r-- | src/vhdl/canon.adb | 2 |
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); |