From c5a2e37aaa5e8c9680135a06af8a0fa6d6c38956 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 7 Mar 2020 08:06:53 +0100 Subject: netlists-disp_vhdl: handle xnor. Fix #1153 --- src/synth/netlists-disp_vhdl.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/synth/netlists-disp_vhdl.adb b/src/synth/netlists-disp_vhdl.adb index ac077f4a7..c1ce68c2e 100644 --- a/src/synth/netlists-disp_vhdl.adb +++ b/src/synth/netlists-disp_vhdl.adb @@ -1018,6 +1018,8 @@ package body Netlists.Disp_Vhdl is Disp_Template (" \o0 <= \i0 nor \i1;" & NL, Inst); when Id_Nand => Disp_Template (" \o0 <= \i0 nand \i1;" & NL, Inst); + when Id_Xnor => + Disp_Template (" \o0 <= \i0 xnor \i1;" & NL, Inst); when Id_Concat2 => declare -- cgit v1.2.3