From 8de90a32fbbdea13cd1269f9c3769a11487520f1 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 1 Oct 2019 20:27:56 +0200 Subject: netlists-disp_vhdl: display constant signals connected to user submodules. --- src/synth/netlists-disp_vhdl.adb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/synth/netlists-disp_vhdl.adb b/src/synth/netlists-disp_vhdl.adb index 64eb85044..3a5ca960c 100644 --- a/src/synth/netlists-disp_vhdl.adb +++ b/src/synth/netlists-disp_vhdl.adb @@ -374,6 +374,8 @@ package body Netlists.Disp_Vhdl is | Id_Dyn_Extract | Id_Dyn_Insert => return True; + when Id_User_None .. Module_Id'Last => + return True; when others => return False; end case; -- cgit v1.2.3