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.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-environment-debug.ads b/src/synth/synth-environment-debug.ads
index b45eb80ae..074608e2a 100644
--- a/src/synth/synth-environment-debug.ads
+++ b/src/synth/synth-environment-debug.ads
@@ -19,7 +19,7 @@
-- MA 02110-1301, USA.
package Synth.Environment.Debug is
- procedure Dump_Wire_Id (Id : Wire_Id);
+ procedure Dump_Wire (Wid : Wire_Id);
procedure Dump_Assign (Asgn : Seq_Assign);
procedure Dump_Conc_Assigns (First : Conc_Assign);
private