diff options
Diffstat (limited to 'src/synth')
| -rw-r--r-- | src/synth/netlists-disp_vhdl.adb | 4 | 
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;  | 
