From 9b18abcd0ffe810d15d7a36462614b4ae0218a45 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 9 Oct 2019 07:43:00 +0200 Subject: netlists-disp_vhdl: handle const_SB32 --- src/synth/netlists-disp_vhdl.adb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/synth/netlists-disp_vhdl.adb b/src/synth/netlists-disp_vhdl.adb index 154f9f361..05e94c205 100644 --- a/src/synth/netlists-disp_vhdl.adb +++ b/src/synth/netlists-disp_vhdl.adb @@ -361,7 +361,8 @@ package body Netlists.Disp_Vhdl is O : constant Net := Get_Output (Inst, 0); begin case Get_Id (Imod) is - when Id_Const_UB32 => + when Id_Const_UB32 + | Id_Const_SB32 => Disp_Binary_Lit (Get_Param_Uns32 (Inst, 0), 0, Get_Width (O)); when Id_Const_UL32 => Disp_Binary_Lit (Get_Param_Uns32 (Inst, 0), -- cgit v1.2.3