diff options
-rw-r--r-- | src/synth/netlists-disp_vhdl.adb | 2 |
1 files changed, 2 insertions, 0 deletions
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 |