aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-canon_psl.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-08-08 07:01:33 +0200
committerTristan Gingold <tgingold@free.fr>2020-08-08 07:01:33 +0200
commitc723f798f4f2b443350fdc3d819d186005fd1b99 (patch)
tree015af4ee1a984bf3cf0d34ab0a4105b5b935a3f5 /src/vhdl/vhdl-canon_psl.adb
parenta18e1503a9896152268705aab21a6ee491756ff7 (diff)
downloadghdl-c723f798f4f2b443350fdc3d819d186005fd1b99.tar.gz
ghdl-c723f798f4f2b443350fdc3d819d186005fd1b99.tar.bz2
ghdl-c723f798f4f2b443350fdc3d819d186005fd1b99.zip
vhdl: renaming in vhdl-canon.
Diffstat (limited to 'src/vhdl/vhdl-canon_psl.adb')
-rw-r--r--src/vhdl/vhdl-canon_psl.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-canon_psl.adb b/src/vhdl/vhdl-canon_psl.adb
index e505b655c..7967e9e3d 100644
--- a/src/vhdl/vhdl-canon_psl.adb
+++ b/src/vhdl/vhdl-canon_psl.adb
@@ -30,7 +30,8 @@ package body Vhdl.Canon_PSL is
case Get_Kind (Expr) is
when N_HDL_Expr
| N_HDL_Bool =>
- Canon_Extract_Sensitivity (Get_HDL_Node (Expr), Sensitivity_List);
+ Canon_Extract_Sensitivity_Expression
+ (Get_HDL_Node (Expr), Sensitivity_List);
when N_And_Bool
| N_Or_Bool =>
Canon_Extract_Sensitivity (Get_Left (Expr), Sensitivity_List);