aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-environment-debug.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-14 08:20:29 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-14 08:20:29 +0200
commit471f916e70306cf653f45bea40297ad8e7c84cc6 (patch)
tree7e9b10fbb155312b996dbf4d994a58653a820822 /src/synth/synth-environment-debug.ads
parent562a6eea44012b889dd7bfc97d7a4385d36b8157 (diff)
downloadghdl-471f916e70306cf653f45bea40297ad8e7c84cc6.tar.gz
ghdl-471f916e70306cf653f45bea40297ad8e7c84cc6.tar.bz2
ghdl-471f916e70306cf653f45bea40297ad8e7c84cc6.zip
synth-environment-debug: improve the debug code for wires.
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