diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-08-25 18:21:45 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-08-25 18:21:45 +0200 |
commit | 71973b9b2a69b0d59e829629fa5750db997c00f1 (patch) | |
tree | 9184059a8902bc676a82055625fdb975f9876869 /src/simul | |
parent | 044fe92b06cbb970ea02c686709163147bd5f6ed (diff) | |
download | ghdl-71973b9b2a69b0d59e829629fa5750db997c00f1.tar.gz ghdl-71973b9b2a69b0d59e829629fa5750db997c00f1.tar.bz2 ghdl-71973b9b2a69b0d59e829629fa5750db997c00f1.zip |
synth: handle indexes/ranges in configurations for generate blocks
Diffstat (limited to 'src/simul')
-rw-r--r-- | src/simul/simul-vhdl_elab.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/simul/simul-vhdl_elab.adb b/src/simul/simul-vhdl_elab.adb index 1f1a17b31..26092341b 100644 --- a/src/simul/simul-vhdl_elab.adb +++ b/src/simul/simul-vhdl_elab.adb @@ -208,7 +208,8 @@ package body Simul.Vhdl_Elab is | Iir_Kind_Function_Body | Iir_Kind_Procedure_Body | Iir_Kind_Component_Declaration - | Iir_Kind_File_Declaration => + | Iir_Kind_File_Declaration + | Iir_Kind_Use_Clause => null; when others => Error_Kind ("gather_processes_decl", Decl); |