aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-disp_vhdl.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists-disp_vhdl.adb')
-rw-r--r--src/synth/netlists-disp_vhdl.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/netlists-disp_vhdl.adb b/src/synth/netlists-disp_vhdl.adb
index eb86f0c6d..95d01102a 100644
--- a/src/synth/netlists-disp_vhdl.adb
+++ b/src/synth/netlists-disp_vhdl.adb
@@ -567,7 +567,7 @@ package body Netlists.Disp_Vhdl is
Iw : constant Width := Get_Width (Get_Input_Net (Inst, 1));
begin
Disp_Template
- (" process (\i0, \i1)" & NL &
+ (" process (\i0, \i1, \i2)" & NL &
" begin" & NL &
" \o0 <= \i0;" & NL &
" \o0 (" &