diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-03-23 05:24:38 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-03-23 05:24:38 +0100 |
commit | 646ab63baa6ada918f6e0f292748bb5e8482b8c3 (patch) | |
tree | 9dc26b4caa555a8ee10e2811b7852bf2f9072878 /src/vhdl/iirs.ads | |
parent | 25faaa93e9b2585dd0e48b4fe365fa53474a3a3b (diff) | |
download | ghdl-646ab63baa6ada918f6e0f292748bb5e8482b8c3.tar.gz ghdl-646ab63baa6ada918f6e0f292748bb5e8482b8c3.tar.bz2 ghdl-646ab63baa6ada918f6e0f292748bb5e8482b8c3.zip |
Adjust previous patch (detect incorrect use of PSL endpoint in expressions)
Diffstat (limited to 'src/vhdl/iirs.ads')
-rw-r--r-- | src/vhdl/iirs.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads index 08b37b200..4f954a1eb 100644 --- a/src/vhdl/iirs.ads +++ b/src/vhdl/iirs.ads @@ -1671,6 +1671,8 @@ package Iirs is -- Get/Set_Use_Flag (Flag6) -- -- Get/Set_Expr_Staticness (State1) + -- + -- Get/Set_Name_Staticness (State2) -- Iir_Kind_Psl_Declaration (Medium) -- A psl sequence or property declaration. |