aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_expr.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-01-18 19:15:30 +0100
committerTristan Gingold <tgingold@free.fr>2023-01-18 19:15:30 +0100
commitd3e614c9ca81107ed059e5ed393a326265392f41 (patch)
tree73d8cfc8154bb4a262fe2890eabe951217a32fa2 /src/synth/synth-vhdl_expr.ads
parentde7fe2bf3f78a2753809b4533fcc8575892fa000 (diff)
downloadghdl-d3e614c9ca81107ed059e5ed393a326265392f41.tar.gz
ghdl-d3e614c9ca81107ed059e5ed393a326265392f41.tar.bz2
ghdl-d3e614c9ca81107ed059e5ed393a326265392f41.zip
simul: handle PSL endpoints
Diffstat (limited to 'src/synth/synth-vhdl_expr.ads')
-rw-r--r--src/synth/synth-vhdl_expr.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-vhdl_expr.ads b/src/synth/synth-vhdl_expr.ads
index 964c237f5..cdffd0f68 100644
--- a/src/synth/synth-vhdl_expr.ads
+++ b/src/synth/synth-vhdl_expr.ads
@@ -95,6 +95,7 @@ package Synth.Vhdl_Expr is
Hook_Last_Event_Attribute : Hook_Attribute_Acc;
Hook_Last_Active_Attribute : Hook_Attribute_Acc;
Hook_Dot_Attribute : Hook_Attribute_Acc;
+ Hook_Endpoint : Hook_Attribute_Acc;
-- Use base type of EXPR to synthesize EXPR. Useful when the type of
-- EXPR is defined by itself or a range.