aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-environment-debug.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-environment-debug.ads')
-rw-r--r--src/synth/synth-environment-debug.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/synth/synth-environment-debug.ads b/src/synth/synth-environment-debug.ads
index 8454f2c97..b45eb80ae 100644
--- a/src/synth/synth-environment-debug.ads
+++ b/src/synth/synth-environment-debug.ads
@@ -21,6 +21,7 @@
package Synth.Environment.Debug is
procedure Dump_Wire_Id (Id : Wire_Id);
procedure Dump_Assign (Asgn : Seq_Assign);
- procedure Dump_Phi (Id : Phi_Id);
procedure Dump_Conc_Assigns (First : Conc_Assign);
+private
+ procedure Dump_Phi (Id : Phi_Id);
end Synth.Environment.Debug;