aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv')
-rw-r--r--src/ghdldrv/ghdlxml.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlxml.adb b/src/ghdldrv/ghdlxml.adb
index 10e1644ef..5a201955d 100644
--- a/src/ghdldrv/ghdlxml.adb
+++ b/src/ghdldrv/ghdlxml.adb
@@ -371,6 +371,8 @@ package body Ghdlxml is
when Type_Iir_Staticness =>
Put_Field (F, Image_Iir_Staticness
(Get_Iir_Staticness (N, F)));
+ when Type_Scalar_Size =>
+ Put_Field (F, Image_Scalar_Size (Get_Scalar_Size (N, F)));
when Type_Date_State_Type =>
Put_Field (F, Image_Date_State_Type
(Get_Date_State_Type (N, F)));