aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/synth/netlists-disp_vhdl.adb4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/synth/netlists-disp_vhdl.adb b/src/synth/netlists-disp_vhdl.adb
index 78f1efe0d..0ebb67c87 100644
--- a/src/synth/netlists-disp_vhdl.adb
+++ b/src/synth/netlists-disp_vhdl.adb
@@ -436,7 +436,9 @@ package body Netlists.Disp_Vhdl is
case Id is
when Id_Extract
| Id_Dyn_Extract
- | Id_Dyn_Insert =>
+ | Id_Dyn_Insert
+ | Id_Utrunc
+ | Id_Strunc =>
return True;
when Id_User_None .. Module_Id'Last =>
return True;