aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-environment.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-17 06:12:59 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-17 06:12:59 +0200
commit13b255a60d2dc00a1cecc2a2f3dbbd4b2313a919 (patch)
tree505543a74001516d6fbad5dbc2079ba19e0ff1c5 /src/synth/synth-environment.ads
parentc51e2781d5ddb177bc6e6d35a3ca083ef06899d9 (diff)
downloadghdl-13b255a60d2dc00a1cecc2a2f3dbbd4b2313a919.tar.gz
ghdl-13b255a60d2dc00a1cecc2a2f3dbbd4b2313a919.tar.bz2
ghdl-13b255a60d2dc00a1cecc2a2f3dbbd4b2313a919.zip
synth: add comments.
Diffstat (limited to 'src/synth/synth-environment.ads')
-rw-r--r--src/synth/synth-environment.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-environment.ads b/src/synth/synth-environment.ads
index 6dc040c11..83c1d9866 100644
--- a/src/synth/synth-environment.ads
+++ b/src/synth/synth-environment.ads
@@ -67,6 +67,7 @@ package Synth.Environment is
-- The initial net for the wire.
Gate : Net;
+ -- Current assignment (if there is one).
Cur_Assign : Assign;
end record;