aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlcomp.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlcomp.ads')
-rw-r--r--src/ghdldrv/ghdlcomp.ads4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlcomp.ads b/src/ghdldrv/ghdlcomp.ads
index 75d1e9f1d..5af54eaad 100644
--- a/src/ghdldrv/ghdlcomp.ads
+++ b/src/ghdldrv/ghdlcomp.ads
@@ -85,9 +85,11 @@ package Ghdlcomp is
-- Common action to perform before elaboration:
-- * extract PRIM_NAME and SEC_NAME from ARGS.
-- * configure
- -- * Check top entity.
+ -- * Check top entity
+ -- If ALLOW_UNDEF_GENERIC is False, the generics must have a default value.
procedure Common_Compile_Elab (Cmd_Name : String;
Args : Argument_List;
+ Allow_Undef_Generic : Boolean;
Opt_Arg : out Natural;
Config : out Iir);