diff options
-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); |