aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-stmts.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-stmts.ads')
-rw-r--r--src/synth/synth-stmts.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/synth-stmts.ads b/src/synth/synth-stmts.ads
index 5b73dd561..0e4c2860d 100644
--- a/src/synth/synth-stmts.ads
+++ b/src/synth/synth-stmts.ads
@@ -81,6 +81,9 @@ private
-- an outer loop.
-- Initialized to 1.
W_Quit : Wire_Id;
+
+ -- Mark to release wires.
+ Wire_Mark : Wire_Id;
end record;
-- Context for sequential statements.