aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-environment.ads
diff options
context:
space:
mode:
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 945642821..604ca0caf 100644
--- a/src/synth/synth-environment.ads
+++ b/src/synth/synth-environment.ads
@@ -120,6 +120,7 @@ package Synth.Environment is
-- Set the gate for a wire.
procedure Set_Wire_Gate (Wid : Wire_Id; Gate : Net);
function Get_Wire_Gate (Wid : Wire_Id) return Net;
+ procedure Replace_Wire_Gate (Wid : Wire_Id; Gate : Net);
-- The current value of WID. For variables, this is the last assigned
-- value. For signals, this is the gate.