aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-canon.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-06-30 19:53:16 +0200
committerTristan Gingold <tgingold@free.fr>2021-06-30 21:37:31 +0200
commit523ef899957ede0507964116d93c98f92cfc97ea (patch)
tree8fcc37ae707e56df0b6c96bb7f8a91d83201df9e /src/vhdl/vhdl-canon.adb
parent6f9637713587c24789d1c89510e904754860c63d (diff)
downloadghdl-523ef899957ede0507964116d93c98f92cfc97ea.tar.gz
ghdl-523ef899957ede0507964116d93c98f92cfc97ea.tar.bz2
ghdl-523ef899957ede0507964116d93c98f92cfc97ea.zip
vhdl-nodes: remove Identifier from Psl_Default_Clock
Diffstat (limited to 'src/vhdl/vhdl-canon.adb')
-rw-r--r--src/vhdl/vhdl-canon.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-canon.adb b/src/vhdl/vhdl-canon.adb
index 6d4e982cb..d5acdf171 100644
--- a/src/vhdl/vhdl-canon.adb
+++ b/src/vhdl/vhdl-canon.adb
@@ -1926,6 +1926,7 @@ package body Vhdl.Canon is
if Canon_Flag_Add_Labels then
case Get_Kind (Stmt) is
when Iir_Kind_Psl_Declaration
+ | Iir_Kind_Psl_Default_Clock
| Iir_Kind_Psl_Endpoint_Declaration =>
null;
when others =>