diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-12-26 09:18:35 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-12-26 10:25:21 +0100 |
commit | ec534f56b3dfe5b4dbfae63303bc0c23ce68d4eb (patch) | |
tree | 522d8954db2cc536a8109e2e058a22bcc8f088d8 /src/ghdldrv | |
parent | 28dffd50f5e3f43c04a79f24f0b28e08e5f00e5c (diff) | |
download | ghdl-ec534f56b3dfe5b4dbfae63303bc0c23ce68d4eb.tar.gz ghdl-ec534f56b3dfe5b4dbfae63303bc0c23ce68d4eb.tar.bz2 ghdl-ec534f56b3dfe5b4dbfae63303bc0c23ce68d4eb.zip |
simul: allow unassigned top generics
Diffstat (limited to 'src/ghdldrv')
-rw-r--r-- | src/ghdldrv/ghdlsimul.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlsimul.adb b/src/ghdldrv/ghdlsimul.adb index 08377c1e1..1e5c0f557 100644 --- a/src/ghdldrv/ghdlsimul.adb +++ b/src/ghdldrv/ghdlsimul.adb @@ -79,7 +79,7 @@ package body Ghdlsimul is Lib_Unit : Node; Inst : Synth_Instance_Acc; begin - Common_Compile_Elab (Cmd_Name, Args, False, Opt_Arg, Config); + Common_Compile_Elab (Cmd_Name, Args, True, Opt_Arg, Config); for I in Opt_Arg .. Args'Last loop if Args (I).all = "--expect-failure" then |