aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_expr.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-07-20 19:45:28 +0200
committerTristan Gingold <tgingold@free.fr>2022-07-20 20:40:59 +0200
commit643d03ef4d0e479d8ba45b69aa1d5be5be71dbff (patch)
treee26527a46c258a0b427cf7d9961d219766be37be /src/synth/synth-vhdl_expr.ads
parent4aeedde7cb7935df8c4f57494c2675b9e32dd424 (diff)
downloadghdl-643d03ef4d0e479d8ba45b69aa1d5be5be71dbff.tar.gz
ghdl-643d03ef4d0e479d8ba45b69aa1d5be5be71dbff.tar.bz2
ghdl-643d03ef4d0e479d8ba45b69aa1d5be5be71dbff.zip
synth-vhdl_expr: add hook for quantities
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 5eadb879f..55947627b 100644
--- a/src/synth/synth-vhdl_expr.ads
+++ b/src/synth/synth-vhdl_expr.ads
@@ -77,6 +77,7 @@ package Synth.Vhdl_Expr is
-- elaboration).
type Hook_Signal_Expr_Acc is access function (Val : Valtyp) return Valtyp;
Hook_Signal_Expr : Hook_Signal_Expr_Acc;
+ Hook_Quantity_Expr : Hook_Signal_Expr_Acc;
-- Synthesize EXPR. The expression must be self-constrained.
-- If EN is not No_Net, the execution is controlled by EN. This is used