diff options
Diffstat (limited to 'src/synth')
-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 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; |