aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/synth/synth-disp_vhdl.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-disp_vhdl.adb b/src/synth/synth-disp_vhdl.adb
index 2e895a08c..e9e99fa6f 100644
--- a/src/synth/synth-disp_vhdl.adb
+++ b/src/synth/synth-disp_vhdl.adb
@@ -318,7 +318,7 @@ package body Synth.Disp_Vhdl is
-- netlist.
Put ("(0 => to_bit (");
else
- Put (" to_bitvector (");
+ Put ("to_bitvector (");
end if;
Disp_Out_Rhs (Mname, Off, W, Full);
if W = 1 then