aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/disp_vhdl.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/disp_vhdl.adb')
-rw-r--r--src/vhdl/disp_vhdl.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/disp_vhdl.adb b/src/vhdl/disp_vhdl.adb
index b92433fff..211aeb9db 100644
--- a/src/vhdl/disp_vhdl.adb
+++ b/src/vhdl/disp_vhdl.adb
@@ -1783,6 +1783,9 @@ package body Disp_Vhdl is
if Chain = Null_Iir then
Put ("null after {disconnection_time}");
return;
+ elsif Get_Kind (Chain) = Iir_Kind_Unaffected_Waveform then
+ Put ("unaffected");
+ return;
end if;
We := Chain;
while We /= Null_Iir loop