aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-parse.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-parse.adb')
-rw-r--r--src/vhdl/vhdl-parse.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-parse.adb b/src/vhdl/vhdl-parse.adb
index c049f1ece..e5ff0292a 100644
--- a/src/vhdl/vhdl-parse.adb
+++ b/src/vhdl/vhdl-parse.adb
@@ -8608,7 +8608,7 @@ package body Vhdl.Parse is
is
Res : Iir;
begin
- Res := Create_Iir (Iir_Kind_Psl_Cover_Statement);
+ Res := Create_Iir (Iir_Kind_Psl_Cover_Directive);
-- Skip 'cover'
Scan;