From e2ae03c3582edcd71382f6d93f70208af500807d Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 28 Nov 2019 18:31:14 +0100 Subject: netlists-disp_vhdl: force conversion for mux2 --- src/synth/netlists-disp_vhdl.adb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 847deab34..e99974431 100644 --- a/src/synth/netlists-disp_vhdl.adb +++ b/src/synth/netlists-disp_vhdl.adb @@ -865,7 +865,8 @@ package body Netlists.Disp_Vhdl is " end if;" & NL & " end process;" & NL, Inst); when Id_Mux2 => - Disp_Template (" \o0 <= \i1 when \i0 = '0' else \i2;" & NL, Inst); + Disp_Template + (" \o0 <= \i1 when \fi0 = '0' else \i2;" & NL, Inst); when Id_Mux4 => Disp_Template (" with \i0 select \o0 <=" & NL & " \i1 when ""00""," & NL & -- cgit v1.2.3