diff options
| -rw-r--r-- | src/synth/netlists.ads | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/synth/netlists.ads b/src/synth/netlists.ads index 8ecfc5408..f4462fbb6 100644 --- a/src/synth/netlists.ads +++ b/src/synth/netlists.ads @@ -198,6 +198,10 @@ package Netlists is     procedure Set_Params_Desc (M : Module;                                Params : Param_Desc_Array); +   --  Be sure the record is passed by reference. +   pragma Convention (C, Set_Input_Desc); +   pragma Convention (C, Set_Output_Desc); +     --  Create the self instance, once ports are defined.  This is required if     --  the internal netlist will be defined.     function Create_Self_Instance (M : Module) return Instance; | 
