diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-04-05 16:24:49 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-04-05 16:24:49 +0200 |
commit | 2d7e1ad06f2ff9bf6f6c3ce7d9197e1e7a76df62 (patch) | |
tree | f6f61fd072805f7deb0b708191134866f5d8e449 /src/ghdldrv | |
parent | dfb71344973b5327611432e7b33429f73f0bd03c (diff) | |
download | ghdl-2d7e1ad06f2ff9bf6f6c3ce7d9197e1e7a76df62.tar.gz ghdl-2d7e1ad06f2ff9bf6f6c3ce7d9197e1e7a76df62.tar.bz2 ghdl-2d7e1ad06f2ff9bf6f6c3ce7d9197e1e7a76df62.zip |
ghdlsynth.adb: fix a previous commit
Diffstat (limited to 'src/ghdldrv')
-rw-r--r-- | src/ghdldrv/ghdlsynth.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlsynth.adb b/src/ghdldrv/ghdlsynth.adb index 0954d3f8e..b0c85ba26 100644 --- a/src/ghdldrv/ghdlsynth.adb +++ b/src/ghdldrv/ghdlsynth.adb @@ -379,7 +379,7 @@ package body Ghdlsynth is Vhdl.Configuration.Add_Verification_Units; - if Get_Kind (Config) = Iir_Kind_Configuration_Declaration then + if Get_Kind (Config) = Iir_Kind_Design_Unit then -- Check (and possibly abandon) if entity can be at the top of the -- hierarchy. declare |