diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-06-30 19:53:16 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-06-30 21:37:31 +0200 |
commit | 523ef899957ede0507964116d93c98f92cfc97ea (patch) | |
tree | 8fcc37ae707e56df0b6c96bb7f8a91d83201df9e /src/vhdl/vhdl-sem_stmts.adb | |
parent | 6f9637713587c24789d1c89510e904754860c63d (diff) | |
download | ghdl-523ef899957ede0507964116d93c98f92cfc97ea.tar.gz ghdl-523ef899957ede0507964116d93c98f92cfc97ea.tar.bz2 ghdl-523ef899957ede0507964116d93c98f92cfc97ea.zip |
vhdl-nodes: remove Identifier from Psl_Default_Clock
Diffstat (limited to 'src/vhdl/vhdl-sem_stmts.adb')
-rw-r--r-- | src/vhdl/vhdl-sem_stmts.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-sem_stmts.adb b/src/vhdl/vhdl-sem_stmts.adb index f9290c61c..b75202d90 100644 --- a/src/vhdl/vhdl-sem_stmts.adb +++ b/src/vhdl/vhdl-sem_stmts.adb @@ -2570,6 +2570,7 @@ package body Vhdl.Sem_Stmts is case Get_Kind (Stmt) is when Iir_Kind_Psl_Declaration + | Iir_Kind_Psl_Default_Clock | Iir_Kind_Psl_Endpoint_Declaration => -- Special case for in-lined PSL declarations. null; |