summaryrefslogtreecommitdiff
path: root/simulate
diff options
context:
space:
mode:
authorTristan Gingold2014-07-19 07:32:39 +0200
committerTristan Gingold2014-07-19 07:32:39 +0200
commit4168dec01d69b644c59858be3af8d56b055fbbc2 (patch)
treeb620bd83cc41629d391ba54d98013a7b1f5b513c /simulate
parent415befa3bfe945bc069fd1ce73d8efd91e3b459f (diff)
downloadghdl-4168dec01d69b644c59858be3af8d56b055fbbc2.tar.gz
ghdl-4168dec01d69b644c59858be3af8d56b055fbbc2.tar.bz2
ghdl-4168dec01d69b644c59858be3af8d56b055fbbc2.zip
Handle character literals like simple names.
Diffstat (limited to 'simulate')
-rw-r--r--simulate/execution.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/simulate/execution.adb b/simulate/execution.adb
index a3a29d4..18407ed 100644
--- a/simulate/execution.adb
+++ b/simulate/execution.adb
@@ -2854,6 +2854,7 @@ package body Execution is
return Execute_Name (Block, Expr);
when Iir_Kind_Simple_Name
+ | Iir_Kind_Character_Literal
| Iir_Kind_Selected_Name =>
return Execute_Expression (Block, Get_Named_Entity (Expr));