aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-expr.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-06 20:55:37 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-07 07:55:42 +0200
commita2b6404455e9080200673ee8e723870648bceac4 (patch)
treef12295437aa9c619e2722c4efaaf44629c2a2381 /src/synth/synth-expr.ads
parent1536293cf14227b0177be596d82e4ce1085fb746 (diff)
downloadghdl-a2b6404455e9080200673ee8e723870648bceac4.tar.gz
ghdl-a2b6404455e9080200673ee8e723870648bceac4.tar.bz2
ghdl-a2b6404455e9080200673ee8e723870648bceac4.zip
synth: add comments and refactoring.
Diffstat (limited to 'src/synth/synth-expr.ads')
-rw-r--r--src/synth/synth-expr.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-expr.ads b/src/synth/synth-expr.ads
index baf1f9000..496436349 100644
--- a/src/synth/synth-expr.ads
+++ b/src/synth/synth-expr.ads
@@ -21,6 +21,7 @@
with Types; use Types;
with Simul.Environments; use Simul.Environments;
with Synth.Values; use Synth.Values;
+with Synth.Context; use Synth.Context;
with Vhdl.Nodes; use Vhdl.Nodes;
package Synth.Expr is