aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/synth/netlists-disp_vhdl.adb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synth/netlists-disp_vhdl.adb b/src/synth/netlists-disp_vhdl.adb
index 4d0780d3c..e131469d5 100644
--- a/src/synth/netlists-disp_vhdl.adb
+++ b/src/synth/netlists-disp_vhdl.adb
@@ -499,6 +499,10 @@ package body Netlists.Disp_Vhdl is
when Id_Const_Z =>
Disp_Template ("(\n0 downto 0 => 'Z')",
Inst, (0 => Get_Width (O) - 1));
+ when Id_Const_Bit =>
+ Disp_Const_Bit (Inst);
+ when Id_Const_Log =>
+ raise Internal_Error;
when others =>
raise Internal_Error;
end case;