aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/synth/netlists-disp_vhdl.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth/netlists-disp_vhdl.adb b/src/synth/netlists-disp_vhdl.adb
index 8f53ae9d1..3cb08bd28 100644
--- a/src/synth/netlists-disp_vhdl.adb
+++ b/src/synth/netlists-disp_vhdl.adb
@@ -1165,7 +1165,7 @@ package body Netlists.Disp_Vhdl is
& NL, Inst, (0 => Iw - 1));
else
Disp_Template
- (" \o0 <= \i1; -- reduce or" & NL, Inst);
+ (" \o0 <= \i0; -- reduce or" & NL, Inst);
end if;
end;
when Id_Red_And =>
@@ -1178,7 +1178,7 @@ package body Netlists.Disp_Vhdl is
& NL, Inst, (0 => Iw - 1));
else
Disp_Template
- (" \o0 <= \i1; -- reduce and" & NL, Inst);
+ (" \o0 <= \i0; -- reduce and" & NL, Inst);
end if;
end;
when Id_Edge =>