aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlxml.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlxml.adb')
-rw-r--r--src/ghdldrv/ghdlxml.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlxml.adb b/src/ghdldrv/ghdlxml.adb
index 46bffd9ea..b135c384c 100644
--- a/src/ghdldrv/ghdlxml.adb
+++ b/src/ghdldrv/ghdlxml.adb
@@ -362,6 +362,9 @@ package body Ghdlxml is
(F, Image_Iir_Constraint (Get_Iir_Constraint (N, F)));
when Type_Iir_Mode =>
Put_Field (F, Image_Iir_Mode (Get_Iir_Mode (N, F)));
+ when Type_Iir_Force_Mode =>
+ Put_Field (F, Image_Iir_Force_Mode
+ (Get_Iir_Force_Mode (N, F)));
when Type_Iir_Index32 =>
Put_Field (F, Iir_Index32'Image (Get_Iir_Index32 (N, F)));
when Type_Int64 =>