From 8a6be3328e812256abd7b01e965ac60630a70888 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 25 Dec 2022 20:25:28 +0100 Subject: synth: add value_sig_val to handle individual signal associations --- src/synth/elab-vhdl_values-debug.adb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/synth/elab-vhdl_values-debug.adb') diff --git a/src/synth/elab-vhdl_values-debug.adb b/src/synth/elab-vhdl_values-debug.adb index aec0b1e20..c995c0204 100644 --- a/src/synth/elab-vhdl_values-debug.adb +++ b/src/synth/elab-vhdl_values-debug.adb @@ -324,6 +324,9 @@ package body Elab.Vhdl_Values.Debug is when Value_Dyn_Alias => Put ("dyn alias: "); Debug_Typ1 (V.Typ); + when Value_Sig_Val => + Put ("sig val: "); + Debug_Typ1 (V.Typ); end case; end Debug_Valtyp; -- cgit v1.2.3