aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-08-01 08:00:18 +0200
committerTristan Gingold <tgingold@free.fr>2020-08-01 08:00:18 +0200
commit024086cfb9c965abc579aa7fb5efc3e63d39c6b5 (patch)
tree04f913c5405fc3e3e358c688d2a41c5b2117b915 /src/ghdldrv
parenta358d58e8592316fa1421445e73531e00247744f (diff)
downloadghdl-024086cfb9c965abc579aa7fb5efc3e63d39c6b5.tar.gz
ghdl-024086cfb9c965abc579aa7fb5efc3e63d39c6b5.tar.bz2
ghdl-024086cfb9c965abc579aa7fb5efc3e63d39c6b5.zip
vhdl: parse and analyze force/release signal assignment statements.
For #1416
Diffstat (limited to 'src/ghdldrv')
-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 =>