diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-07-21 18:32:41 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-07-21 18:38:04 +0200 |
commit | ce28bd94397c0ecf907a3b260c1ffa481d7e3399 (patch) | |
tree | 550dc6663bbb82a5732e900226ab7fe7bc50b860 | |
parent | 430a0574659f7ffa6dce8116e9e3fc54cdcc4a43 (diff) | |
download | ghdl-ce28bd94397c0ecf907a3b260c1ffa481d7e3399.tar.gz ghdl-ce28bd94397c0ecf907a3b260c1ffa481d7e3399.tar.bz2 ghdl-ce28bd94397c0ecf907a3b260c1ffa481d7e3399.zip |
synth: disp_vhdl: const_x may not have a location.
-rw-r--r-- | src/synth/netlists-disp_vhdl.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/netlists-disp_vhdl.adb b/src/synth/netlists-disp_vhdl.adb index 4b61b4bd4..2bc1e2758 100644 --- a/src/synth/netlists-disp_vhdl.adb +++ b/src/synth/netlists-disp_vhdl.adb @@ -1400,6 +1400,7 @@ package body Netlists.Disp_Vhdl is | Id_Const_Bit | Id_Const_Log | Id_Const_Z + | Id_Const_X | Id_Const_0 | Id_Concat2 | Id_Concat3 |