From 570a6b767eaedb0398072005c36313c062235488 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 30 Mar 2020 08:34:43 +0200 Subject: netlists-disp_vhdl: fix typos. --- src/synth/netlists-disp_vhdl.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/synth/netlists-disp_vhdl.adb') 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 => -- cgit v1.2.3